Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Backtrace Android Release Notes

## Version 3.11.0
- Dependency isolation: Shadow the google/gson dependency to avoid version conflicts with host applications and allow use of alternative serialization libraries.
- Static device attributes API: Introduce persistent device attributes initialized at startup to reduce redundant per-report processing.
- Improve retry reliability: Update the Backtrace Database Context retry mechanism to ensure queued reports are retried predictably under intermittent or transient failures.
- Dynamic attachments: Add runtime attachment support, enabling files to be attached to reports post SDK initialization.

## Version 3.10.6
- Improve database Timer reliability
- Update Crashpad native library
Expand Down