Skip to content

chore(deps): update Native SDK to v0.12.8#487

Merged
limbonaut merged 2 commits intomainfrom
deps/modules/sentry-native
Feb 16, 2026
Merged

chore(deps): update Native SDK to v0.12.8#487
limbonaut merged 2 commits intomainfrom
deps/modules/sentry-native

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 27, 2026

Bumps modules/sentry-native from 0.12.3 to 0.12.8.

Auto-generated by a dependency updater.

Changelog

0.12.8

Fixes:

  • Fix deadlock when re-initializing the SDK while logs or metrics threads are mid-flush. (#1518)

0.12.7

Features:

  • Add new offline caching options to persist envelopes locally: sentry_options_set_cache_keep, sentry_options_set_cache_max_items, sentry_options_set_cache_max_size, and sentry_options_set_cache_max_age. (#1490, #1493)

Fixes:

  • Remove spurious decref in sentry_capture_user_feedback() (#1510)
  • Prevent double-decref of event in envelope add functions (#1511)

0.12.6

Features:

  • Add support for metrics. It is currently experimental, and one can enable it by setting sentry_options_set_enable_metrics. When enabled, you can record a metric using sentry_metrics_count(), sentry_metrics_gauge(), or sentry_metrics_distribution(). Metrics can be filtered by setting the before_send_metric hook. (#1498)

0.12.5

Features:

  • Add attachment support to user feedback. (#1414)

Fixes:

  • Structured logs: avoid modifying custom per-log attributes when merging with scope attributes. (#1500)

0.12.4

Fixes:

  • Crashpad: namespace mpack to avoid ODR violation. (#1476, crashpad#143)
  • Structured logs: stop local attributes overwriting all globally set attributes. They now get merged, and local values overwrite existing global values for the same key. (#1486)

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-native branch 2 times, most recently from 19099a5 to fc0c798 Compare January 30, 2026 03:48
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 30, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • Support Web platform by limbonaut in #488

Internal Changes 🔧

Deps

  • Update Native SDK to v0.12.8 by github-actions[bot] in #487
  • Update Sentry Android to v8.32.0 by github-actions in #473
  • Update gdUnit 4 to v6.1.1 by github-actions in #512
  • Bump faraday from 1.8.0 to 1.10.5 by dependabot in #511

🤖 This preview updates automatically when you update the PR.

@github-actions github-actions bot changed the title chore(deps): update Native SDK to v0.12.4 chore(deps): update Native SDK to v0.12.5 Feb 3, 2026
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-native branch 3 times, most recently from 75baba0 to 19f72c4 Compare February 6, 2026 03:49
@github-actions github-actions bot changed the title chore(deps): update Native SDK to v0.12.5 chore(deps): update Native SDK to v0.12.6 Feb 6, 2026
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-native branch 3 times, most recently from 51aad58 to dd09a51 Compare February 12, 2026 03:55
@github-actions github-actions bot changed the title chore(deps): update Native SDK to v0.12.6 chore(deps): update Native SDK to v0.12.7 Feb 13, 2026
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-native branch 2 times, most recently from 75597b4 to 547899e Compare February 16, 2026 11:52
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-native branch from 547899e to 1b1ab9f Compare February 16, 2026 15:21
@github-actions github-actions bot changed the title chore(deps): update Native SDK to v0.12.7 chore(deps): update Native SDK to v0.12.8 Feb 16, 2026
@limbonaut limbonaut mentioned this pull request Feb 16, 2026
@limbonaut limbonaut merged commit 89ca36e into main Feb 16, 2026
59 checks passed
@limbonaut limbonaut deleted the deps/modules/sentry-native branch February 16, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants