Skip to content

Comments

Bump bugsnag-android-ndk from 4.9.1 to 5.0.0#29

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

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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps bugsnag-android-ndk from 4.9.1 to 5.0.0.

Release notes

Sourced from bugsnag-android-ndk's releases.

v5.0.0

This version contains many breaking changes. It is part of an effort to unify our notifier libraries across platforms, making the user interface more consistent, and implementations better on multi-layered environments where multiple Bugsnag libraries need to work together (such as React Native).

Please see the upgrade guide for details of all the changes and instructions on how to upgrade.

Bug fixes

  • Remove unnecessary uses-library android.test.runner from AndroidManifest #783

v4.22.3

  • Allow disabling previous signal handler invocation for Unity ANRs #743

  • Avoid polling when detecting ANRs by invoking JNI from SIGQUIT handler #741

v4.22.2

  • Fix: address CVE-2019-10101 by increasing Kotlin version to 1.3.61 #739
  • Catch throwables when invoking methods on system services #623
  • Fix possible crash when recording reports and breadcrumbs containing values using different text encodings or UTF-8 control characters, followed by a C/C++ crash. #584
  • Fix crash when calling NativeInterface.clearTab() (from an integration library) #582
  • Fix abort() in native code when storing breadcrumbs with null values in metadata #510
  • Fix potential segfaults when adding breadcrumb with NDK #546
  • Convert metadata to map when notifying the NDK observer #513
  • Prevent overwrite of signal mask when installing ANR handler #520
  • Fix possible null pointer exception when creating a breadcrumb without metadata #585

v4.21.1

  • Fix a packaging issue on Maven Central in v4.20.0

v4.21.0

... (truncated)
Changelog

Sourced from bugsnag-android-ndk's changelog.

5.0.0 (2020-04-22)

This version contains many breaking changes. It is part of an effort to unify our notifier libraries across platforms, making the user interface more consistent, and implementations better on multi-layered environments where multiple Bugsnag libraries need to work together (such as React Native).

Please see the upgrade guide for details of all the changes and instructions on how to upgrade.

Bug fixes

  • Remove unnecessary uses-library android.test.runner from AndroidManifest #783

4.22.3 (2020-01-22)

  • Allow disabling previous signal handler invocation for Unity ANRs #743

  • Avoid polling when detecting ANRs by invoking JNI from SIGQUIT handler #741

4.22.2 (2020-01-06)

Bug fixes

  • Fix: address CVE-2019-10101 by increasing Kotlin version to 1.3.61 #739
  • Catch throwables when invoking methods on system services #623
  • Fix possible crash when recording reports and breadcrumbs containing values using different text encodings or UTF-8 control characters, followed by a C/C++ crash. #584
  • Fix crash when calling NativeInterface.clearTab() (from an integration library) #582
  • Fix abort() in native code when storing breadcrumbs with null values in metadata #510
  • Fix potential segfaults when adding breadcrumb with NDK #546
  • Convert metadata to map when notifying the NDK observer #513
  • Prevent overwrite of signal mask when installing ANR handler #520
  • Fix possible null pointer exception when creating a breadcrumb without metadata #585
... (truncated)
Commits
  • 7d2ae77 Merge pull request #869 from bugsnag/next
  • 4de2545 bump release date
  • b07ee6a Merge pull request #871 from bugsnag/fix-breadcrumb-test
  • 2c92204 Ensure number of breadcrumbs is predictable
  • 7626468 Merge pull request #790 from bugsnag/v5
  • a35dd48 bump version for v5.0.0
  • 26da4f5 Merge pull request #868 from bugsnag/v5-refactor-docker-builds
  • e7d8cdc Corrected accidental shortening of MazeRunner step timeouts
  • bce2e45 More likely to save time by putting sizer in last stage
  • 3d034f2 Signing and Maven install pushed into CI image
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 23, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #31.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.bugsnag-bugsnag-android-ndk-5.0.0 branch July 24, 2020 04:50
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