Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/bugsnag

Version 4.0.0 RC 2

09 Oct 06:19
4f02ae4
Compare
Choose a tag to compare
Version 4.0.0 RC 2 Pre-release
Pre-release

Changed

Version 4.0.0 RC 1

16 Jun 06:56
0fb20f3
Compare
Choose a tag to compare
Version 4.0.0 RC 1 Pre-release
Pre-release

Vapor 4️⃣ 🎉

Version 3.1.0

26 Feb 15:54
663a84f
Compare
Choose a tag to compare

Changed

  • The keyFilters feature does not only filter out fields from the request body, but also from query params and header fields

Added

  • Tests for keyFilters
  • Brief documentation about keyFilters in the README.md

Version 3.0.0 RC 4

31 Jul 14:40
24a4e13
Compare
Choose a tag to compare
Version 3.0.0 RC 4 Pre-release
Pre-release

Added

  • ReportableError protocol for more control on how the middleware treats your errors
  • An optional version parameter to BugsnagConfig which is sent to Bugsnag and can be used to group errors by releases. One way to use this would be to use the git-hash.

Version 3.0.0 RC 3

01 Jun 12:40
17949ac
Compare
Choose a tag to compare
Version 3.0.0 RC 3 Pre-release
Pre-release

Fixed

  • Now reports breadcrumbs metadata to Bugsnag in the correct way

Version 3.0.0 RC 2

16 May 08:02
dcc433c
Compare
Choose a tag to compare
Version 3.0.0 RC 2 Pre-release
Pre-release

Added

  • Included more meta information in case the underlying error is an NSError (domain, user info, error code)

Removed

  • Debug description of the request was removed because it could contain security and privacy sensitive data

Version 3.0.0 RC 1

06 Mar 15:05
8506831
Compare
Choose a tag to compare
Version 3.0.0 RC 1 Pre-release
Pre-release

Changed

  • force explicit handling of return type for BugsnagReporter.report(...)
  • make report extensions on ErrorReporter protocol public
  • use req.client instead of HTTPClient.connect for improved stability

Version 3.0.0 Beta 3

14 Feb 11:55
5ea741d
Compare
Choose a tag to compare
Version 3.0.0 Beta 3 Pre-release
Pre-release

Added

  • Support for filtering out keys from the request (e.g. to remove sensitive information such as passwords)

Changed

  • Reporting now takes in a Container instead of a Request. This allows for reporting in cases where you don't have a request.

Version 3.0.0 Beta 2

08 Feb 14:31
b6ed121
Compare
Choose a tag to compare
Version 3.0.0 Beta 2 Pre-release
Pre-release

Changed

  • the 'Future's you get when reporting to Bugsnag now no longer be ignored unless you explicitly use _ = reporter.report(...)

Fixed

  • BugsnagMiddleware is registered by the provider.

Version 3.0.0 Beta 1

07 Feb 15:09
Compare
Choose a tag to compare
Version 3.0.0 Beta 1 Pre-release
Pre-release

Rewritten for Vapor 3