Skip to content

Comments

Bump bugsnag-android-ndk from 4.9.1 to 4.22.2#21

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

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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps bugsnag-android-ndk from 4.9.1 to 4.22.2.

Release notes

Sourced from bugsnag-android-ndk's releases.

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

v4.20.0

  • Record StorageManager cache behaviour in internal error reports #588

  • Delete empty files left in cache directory, preventing an erroneous source of minimal error reports #591

... (truncated)
Changelog

Sourced from bugsnag-android-ndk's changelog.

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

  • 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

4.20.0 (2019-09-25)

... (truncated)
Commits
  • e6f20ff Merge pull request #740 from bugsnag/bump-version
  • 1684e49 bump version to v4.22.2
  • fca3fbc Merge pull request #739 from bugsnag/bump-kotlin-version
  • 1d9789a dep: increase kotlin version to 1.3.61
  • 934b1e9 Merge pull request #736 from bugsnag/unity-forward-port
  • 84bfc3e test: add missing JNI calls
  • c4235b3 fix merge conflicts
  • 56be3bf fix: Update native crash reporting when release stage changes
  • 066fba4 docs: Fix object type in UPDATE_NOTIFY_RELEASE_STAGES description
  • dd2c94c refactor: Remove unused imports
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.2.
- [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.2)

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

Superseded by #27.

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