Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (38 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

45 lines (38 loc) · 1.51 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[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