Skip to content

Release v6.15.0#2208

Closed
YYChen01988 wants to merge 27 commits intomainfrom
release/v6.15.0
Closed

Release v6.15.0#2208
YYChen01988 wants to merge 27 commits intomainfrom
release/v6.15.0

Conversation

@YYChen01988
Copy link
Copy Markdown
Contributor

Enhancements

  • bugsnag-plugin-android-ndk no longer exports the Java_ JNI functions, and instead uses the JNI RegisterNatives API to register the native methods.
    #2205

Bug fixes

  • The bugsnag-plugin-android-exitinfo plugin now calls setProcessState (if configured) on a background thread and swallows any rate-limiting errors, so that it does not block the main thread during startup
    #2197
  • Improve the scoping of the build-id capturing in bugsnag-plugin-android-ndk to more reliably capture the build-id from the correct .so file
    #2203
  • Fixed a background ANR that could occur during startup if processes do not launch or run quickly enough
    #2202

dependabot Bot and others added 27 commits May 19, 2025 23:21
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@06832c7...8379f6a)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.16 to 3.28.18.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@28deaed...ff0a06e)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.28.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@f49aabe...05b42c6)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sync next & main v6.14.0
…e/actions-4.4.0

build(deps): bump gradle/actions from 4.3.1 to 4.4.0
…b/codeql-action-3.28.18

build(deps): bump github/codeql-action from 3.28.16 to 3.28.18
…a worker thread and swallow any exceptions
…scorecard-action-2.4.2

build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2
…Summary

Safer setProcessStateSummary in ExitInfo plugin
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 3.29.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ff0a06e...ce28f5b)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…b/codeql-action-3.29.0

build(deps): bump github/codeql-action from 3.28.18 to 3.29.0
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@8379f6a...ac638b0)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Properly scope the build-id capturing in the stack_unwinder
Allow e2e test requests to be forwarded to Bugsnag and InsightHub
…ves in JNI_OnLoad instead of relying on name-based lazy-linking
…-plugin` and added some docs to explain what it does
Use JNI_OnLoad to link the NDK plugin
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.0 to 3.29.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ce28f5b...181d5ee)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@YYChen01988 YYChen01988 requested a review from lemnik as a code owner July 2, 2025 08:23
@bugsnagbot
Copy link
Copy Markdown
Collaborator

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1828.07 1630.01
arm64_v8a 639.23 438.53
armeabi_v7a 581.9 381.19
x86 708.85 512.24
x86_64 684.28 483.58

Generated by 🚫 Danger

@YYChen01988 YYChen01988 closed this Jul 2, 2025
@YYChen01988 YYChen01988 deleted the release/v6.15.0 branch July 2, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants