-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v8.0.0 #811
Merged
Merged
Release v8.0.0 #811
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* header ready for testing * env update
[full ci]
Bump 2023 tests
* Update pipelines to run webgl tests on more recent MacOS boxes * Add retry condition to webgl tests * Use correct syntax for selective retries * Use the correct kind of hook * Debugging * Use the correct comparison for retrying
* specify older version when building UPM package * ensure unity 2019 usage * changelog
# Conflicts: # CHANGELOG.md
Co-authored-by: Bumpsnag bot <> Co-authored-by: Richard Elms <[email protected]>
* initial commit * added threading unit tests * changelog * Update tests/BugsnagUnity.Tests/ConfigurationTests.cs Co-authored-by: Jason <[email protected]> --------- Co-authored-by: Jason <[email protected]>
tomlongridge
reviewed
Jun 6, 2024
Co-authored-by: Tom Longridge <[email protected]>
Co-authored-by: Tom Longridge <[email protected]>
Co-authored-by: Tom Longridge <[email protected]>
Co-authored-by: Tom Longridge <[email protected]>
Build size impact
Generated by 🚫 Danger |
* updated generateAnonymousID * Updated changelog * Updated changelog v2
* Make unhandled non null * changelog and upgrading guide * typo
tomlongridge
approved these changes
Jun 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, just bump the date
twometresteve
approved these changes
Jun 12, 2024
Co-authored-by: Tom Longridge <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
8.0.0 (2024-06-10)
Enhancements
Added the
Bugsnag-Integrity
header to outgoing Bugsnag requests. #797Changed processing of
Configuration.DiscardClasses
andConfiguration.RedactedKeys
. They remain sting collections in the config object, but are now converted to Regex objects when in use. #807Bug Fixes
Added a null check to the Bugsnag client to prevent crashes when accessing the client before it has been initialised #788
Made all callback collections within the Configuration class thread safe. #810
Dependencies
Update bugsnag-cocoa to v6.28.1 #774
Update bugsnag-android from v5.30.0 to v6.5.0
Deprecations