Skip to content

Latest commit

 

History

History
274 lines (115 loc) · 9.93 KB

CHANGELOG.md

File metadata and controls

274 lines (115 loc) · 9.93 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.2.2 (2024-10-07)

Note: Version bump only for package @honeybadger-io/webpack

6.2.1 (2024-06-26)

Bug Fixes

6.2.0 (2024-04-19)

Features

6.1.1 (2023-11-23)

Note: Version bump only for package @honeybadger-io/webpack

6.1.0 (2023-10-30)

Features

6.0.0 (2023-10-23)

5.1.7 (2023-03-20)

5.1.0 (2023-02-08)

5.0.0 (2023-02-05)

⚠ BREAKING CHANGES

  • changes default revision from master to main (#951)

Features

  • changes default revision from master to main (#951) (33a8a46)

4.10.0 (2023-02-05)

⚠ BREAKING CHANGES

  • specify "engines" in package.json
  • changes default revision from master to main (#951)

Features

  • changes default revision from master to main (#951) (5459f76)
  • rollup-plugin: add rollup/vite plugin that uploads sourcemaps to honeybadger API (850b2b5)
  • specify "engines" in package.json (d0eb1a3), closes #961

4.8.2 (2023-01-02)

4.7.5 (2022-12-05)

4.7.3 (2022-11-22)

Bug Fixes

4.7.1 (2022-11-14)

4.3.1 (2022-09-26)

Bug Fixes

4.3.0 (2022-09-17)

Features

4.2.1 (2022-09-16)

Bug Fixes

  • release correct version, lerna import did not work (#883) (cbe73ac)

4.2.0 (2022-09-13)

Features

  • migrate honeybadger-webpack to monorepo (#869) (0c31c1a)

5.1.7 (2023-03-20)

Note: Version bump only for package @honeybadger-io/webpack

5.1.0 (2023-02-08)

Note: Version bump only for package @honeybadger-io/webpack

5.0.0 (2023-02-05)

⚠ BREAKING CHANGES

  • changes default revision from master to main (#951)

Features

  • changes default revision from master to main (#951) (33a8a46)

4.8.2 (2023-01-02)

Note: Version bump only for package @honeybadger-io/webpack

4.7.5 (2022-12-05)

Note: Version bump only for package @honeybadger-io/webpack

4.7.3 (2022-11-22)

Bug Fixes

4.7.1 (2022-11-14)

Note: Version bump only for package @honeybadger-io/webpack

4.3.1 (2022-09-26)

Bug Fixes

4.3.0 (2022-09-17)

Features

4.2.1 (2022-09-16)

Bug Fixes

  • release correct version, lerna import did not work (#883) (cbe73ac)

Change log

All notable changes to this project will be documented in this file.

4.2.0 (2022-09-13)

Features

  • migrate honeybadger-webpack to monorepo (#869) (0c31c1a)

[1.5.1] - 2021-11-19

Fixed

  • Don't upload source maps if app is running with webpack-dev-server (#325)

[1.5.0] - 2021-06-21

Added

  • Support for sending deployment notifications

[1.4.0] - 2021-04-20

Added

  • Add worker support when uploading sourcemaps. Defaults to 5 files being uploaded in parallel.

[1.3.0] - 2021-04-13

Added

  • Add retry functionality for fetch requests via fetch-retry
  • Add a retry option that defaults to 3, with a max number of retries of 10.
  • Add a warning if no assets will be uploaded. Uses console.info instead of process.stdout.write.
  • Add a configurable endpoint to the constructor, defaults to https://api.honeybadger.io/v1/source_maps
  • Add a check for auxiliary files for Webpack 5 compatibility
  • Add Webpack 5 compatibility
  • Make Webpack 4+ a peerDependency

Fixed

  • fetch separates response errors from network errors. 400+ status codes are treated separately from actual network errors.
  • Attempt to reduce ECONNRESET and SOCKETTIMEOUT errors by using fetch-retry

[1.2.0] - 2019-12-18

Changed

  • [Requires Webpack 4.39] Use assetEmitted hook to mitigate futureEmitAssets = true -@qnighy (#122)

Fixed

  • Dependency & security updates