Skip to content

Bump bugsnag-android-ndk from 4.9.1 to 5.28.0#157

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.bugsnag-bugsnag-android-ndk-5.28.0
Closed

Bump bugsnag-android-ndk from 4.9.1 to 5.28.0#157
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.bugsnag-bugsnag-android-ndk-5.28.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps bugsnag-android-ndk from 4.9.1 to 5.28.0.

Release notes

Sourced from bugsnag-android-ndk's releases.

v5.28.0

Enhancements

  • Bugsnag now supports up to 500 breadcrumbs, with a default max of 100. Note that breadcrumbs will be trimmed (oldest first) if the payload exceeds 1MB. #1751

Bug fixes

  • Fixed very rare crashes when attempting to unwind NDK stacks over protected memory pages #1761

v5.27.0

Enhancements

  • Setting Configuration.attemptDeliveryOnCrash will cause Bugsnag to attempt error delivery during some crashes. Use of this feature is discouraged, see the method JavaDoc for more information. #1749

v5.26.0

Enhancements

  • Introduced bugsnag_refresh_symbol_table and BugsnagNDK.refreshSymbolTable to allow NDK apps to force a refresh of cached debug information used during a native crash. This new API is only applicable if you are using dlopen or System.loadLibrary after startup, and experiencing native crashes with missing symbols. #1731

Bug fixes

  • Non-List Collections are now correctly handled as OPAQUE values for NDK metadata #1728

v5.25.0

Enhancements

  • Feature flags can now be accessed in the onSend and onError callbacks #1720
  • Feature flags are now kept in and trimmed in order of insertion or modification rather than in alphabetical order #1718

v5.24.0

Enhancements

  • Complex metadata (nested structures such as maps & lists) added in Java/Kotlin is now fully preserved in NDK errors #1715
  • Configuration.discardClasses now applies to NDK errors #1710

v5.23.1

Bug fixes

... (truncated)

Changelog

Sourced from bugsnag-android-ndk's changelog.

5.28.0 (2022-10-13)

Enhancements

  • Bugsnag now supports up to 500 breadcrumbs, with a default max of 100. Note that breadcrumbs will be trimmed (oldest first) if the payload exceeds 1MB. #1751

Bug fixes

  • Fixed very rare crashes when attempting to unwind NDK stacks over protected memory pages #1761

5.27.0 (2022-10-06)

Enhancements

  • Setting Configuration.attemptDeliveryOnCrash will cause Bugsnag to attempt error delivery during some crashes. Use of this feature is discouraged, see the method JavaDoc for more information. #1749

5.26.0 (2022-08-18)

Enhancements

  • Introduced bugsnag_refresh_symbol_table and BugsnagNDK.refreshSymbolTable to allow NDK apps to force a refresh of cached debug information used during a native crash. This new API is only applicable if you are using dlopen or System.loadLibrary after startup, and experiencing native crashes with missing symbols. #1731

Bug fixes

  • Non-List Collections are now correctly handled as OPAQUE values for NDK metadata #1728

5.25.0 (2022-07-19)

Enhancements

  • Feature flags can now be accessed in the onSend and onError callbacks #1720
  • Feature flags are now kept in and trimmed in order of insertion or modification rather than in alphabetical order #1718

5.24.0 (2022-06-30)

Enhancements

  • Complex metadata (nested structures such as maps & lists) added in Java/Kotlin is now fully preserved in NDK errors #1715

... (truncated)

Commits
  • 04b519c Merge pull request #1765 from bugsnag/release/v5.28.0
  • 3133bcd v5.28.0
  • 914da16 Merge pull request #1764 from bugsnag/lemnik/mazerunner-main-handler
  • d1b6008 fix(tests): use a dedicated Handler to deliver work to the main thread in Maz...
  • 948d303 Merge pull request #1760 from bugsnag/PLAT-8915-trim-metadata
  • 22c5413 Also trim metadata when the payload is too big
  • 213ac9c Merge pull request #1751 from bugsnag/PLAT-8915-more-breadcrumbs-2
  • 6293601 Allow more breadcrumbs, and trim if payload is too big
  • 77f51bc Merge pull request #1761 from bugsnag/PLAT-9034/update-libunwindstack
  • 0b70cf5 fix(memory): update libunwindestack to work around very rare crash when sta...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bugsnag-android-ndk](https://github.com/bugsnag/bugsnag-android) from 4.9.1 to 5.28.0.
- [Release notes](https://github.com/bugsnag/bugsnag-android/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-android/blob/v5.28.0/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-android@v4.9.1...v5.28.0)

---
updated-dependencies:
- dependency-name: com.bugsnag:bugsnag-android-ndk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 24, 2022

Superseded by #158.

@dependabot dependabot bot closed this Oct 24, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.bugsnag-bugsnag-android-ndk-5.28.0 branch October 24, 2022 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants