Skip to content

Commit

Permalink
Prepare for Reaper release 1.0.0-rc02 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Sep 19, 2024
1 parent 3501dd4 commit 56d9a35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mockito = "4.0.0"
# internal
emerge-gradle-plugin = "4.0.0"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0-rc01"
emerge-reaper = "1.0.0-rc02"
emerge-snapshots = "1.3.0-beta01"

[plugins]
Expand Down
9 changes: 9 additions & 0 deletions reaper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed initialization and flushing to move much of the work off the
startup path and onto a dedicated background thread. [#259](https://github.com/EmergeTools/emerge-android/pull/259)

## 1.0.0-rc02 - 2024-09-18

- Handle I/O errors (I/O crash fix). [#262](https://github.com/EmergeTools/emerge-android/pull/262)
- Split Reaper business logic from I/O. [#261](https://github.com/EmergeTools/emerge-android/pull/261)
- Fix typo that prevented limiting pending reports. [#260](https://github.com/EmergeTools/emerge-android/pull/260)
- Move most work off main thread (ANR fix). [#259](https://github.com/EmergeTools/emerge-android/pull/259)
- Remove unnecessary manifest properties. [#257](https://github.com/EmergeTools/emerge-android/pull/257)
- Pass `onFlush` directly to `flush`. [#258](https://github.com/EmergeTools/emerge-android/pull/258)

## 1.0.0-rc01 - 2024-08-09

- Remove fatal exit if `publishableApiKey` is not set. [#232](https://github.com/EmergeTools/emerge-android/pull/232)
Expand Down

0 comments on commit 56d9a35

Please sign in to comment.