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)
6.2.0 (2024-04-19)
6.1.1 (2023-11-23)
Note: Version bump only for package @honeybadger-io/webpack
6.1.0 (2023-10-30)
- changes default revision from master to main (#951)
- specify "engines" in package.json
- changes default revision from master to main (#951)
- 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
- migrate honeybadger-vue to monorepo (#881) (3172203), closes #870 #870 #870 #870 #870 #870 #870 #870 #870 #870
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)
- changes default revision from master to main (#951)
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)
4.7.1 (2022-11-14)
Note: Version bump only for package @honeybadger-io/webpack
4.3.1 (2022-09-26)
4.3.0 (2022-09-17)
- migrate honeybadger-vue to monorepo (#881) (3172203), closes #870 #870 #870 #870 #870 #870 #870 #870 #870 #870
4.2.1 (2022-09-16)
All notable changes to this project will be documented in this file.
4.2.0 (2022-09-13)
- Don't upload source maps if app is running with webpack-dev-server (#325)
- Support for sending deployment notifications
- Add worker support when uploading sourcemaps. Defaults to 5 files being uploaded in parallel.
- 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 tohttps://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
- fetch separates response errors from network errors. 400+ status codes are treated separately from actual network errors.
- Attempt to reduce
ECONNRESET
andSOCKETTIMEOUT
errors by usingfetch-retry
- [Requires Webpack 4.39] Use assetEmitted hook to mitigate
futureEmitAssets = true
-@qnighy (#122)
- Dependency & security updates