Skip to content

Comments

Bump bugsnag-android-ndk from 4.9.1 to 4.22.3#27

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

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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps bugsnag-android-ndk from 4.9.1 to 4.22.3.

Release notes

Sourced from bugsnag-android-ndk's releases.

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

  • Collect additional data in internal error reports #612

  • Allow overriding the versionCode via Configuration #610

Bug fixes

  • Delete cached error reports if an Exception is thrown during disk IO, preventing delivery of empty/partial reports on the next app launch. #609

  • Prevent internal error reporting of FileNotFoundException during serialization #605

... (truncated)
Changelog

Sourced from bugsnag-android-ndk's changelog.

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

4.21.1 (2019-10-15)

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

4.21.0 (2019-10-14)

  • Collect additional data in internal error reports #612

  • Allow overriding the versionCode via Configuration #610

Bug fixes

... (truncated)
Commits
  • c30d774 Merge pull request #747 from bugsnag/next
  • 6bb7fbc docs: update changelog date
  • 8801e6a Merge pull request #748 from bugsnag/fix-ignored-reports-test
  • 97c1a9d ci: fix ignored reports test
  • 6fd49c0 v4.22.3
  • 9c45a77 Merge branch 'master' into next
  • 848ad89 Merge pull request #743 from bugsnag/unity-anr
  • 69aba9a tweak ANR detection to allow disabling prev handler invocation for Unity
  • fb432ba Merge pull request #634 from friederbluemle/update-gitignore
  • 796c621 Merge pull request #741 from bugsnag/anr-non-polling
  • 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 4.22.3.
- [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...v4.22.3)

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 Jan 23, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #29.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.bugsnag-bugsnag-android-ndk-4.22.3 branch April 23, 2020 05:05
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