Skip to content

Releases: bugsnag/bugsnag-source-maps

v2.3.3

02 May 10:02
Compare
Choose a tag to compare

Fixed

  • Normalise path separators for Webpack paths on Windows #95

v2.3.2

04 Mar 15:08
Compare
Choose a tag to compare

Security

  • Add dependency resolution for semver to fix ReDoS vulnerability #92

v2.3.1

04 Feb 10:10
Compare
Choose a tag to compare

Fixed

  • handle the webpack 5 default devtoolModuleFilenameTemplate format #78

v2.3.0

05 Aug 12:18
Compare
Choose a tag to compare
  • Add --idle-timeout flag to control the HTTP request timeout (see Node documentation) #74
  • Increase the default HTTP request timeout to 10 minutes (from 5 minutes) #74

v2.2.0

06 Jul 09:17
e7f7634
Compare
Choose a tag to compare

Added

  • Support --overwrite and --no-overwrite everywhere #66

v2.1.0

18 May 14:10
Compare
Choose a tag to compare

Added

  • Add support for codeBundleId on node and browser uploads #61

Changed

  • Always use / as the path separator in the uploaded minifiedUrl for Node #60

Fixed

  • Strip the project root from source maps created on Windows #60

v2.0.0

21 Jan 11:51
Compare
Choose a tag to compare

Breaking

  • Default overwrite=true for React Native upload #50
  • Remove --overwrite flag from React Native uploads command and add --no-overwrite #50

Note: using the --overwrite option with the upload-react-native command will now fail because the flag has been removed.

v1.0.1

14 Dec 10:14
Compare
Choose a tag to compare
  • Automatically set an appropriate path on the endpoint URL unless one is explicitly provided #48

v1.0.0

10 Dec 16:31
Compare
Choose a tag to compare

Initial release 🎉