Skip to content

Commit

Permalink
Prepare for Reaper release 1.0.0-rc03 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Oct 24, 2024
1 parent 674a9df commit 9119305
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
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.2"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0-rc02"
emerge-reaper = "1.0.0-rc03"
emerge-snapshots = "1.3.0-rc01"
emerge-distribution = "0.0.1"
activity-ktx = "1.9.2"
Expand Down
28 changes: 19 additions & 9 deletions reaper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,31 @@ All notable changes to reaper will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## 1.0.0-rc03 - 2024-09-24

- Add option to use existing OkHttpClient. [#270](https://github.com/EmergeTools/emerge-android/pull/272)
- Fix crash with missing OkHttp util when using non-4x
versions. [#289](https://github.com/EmergeTools/emerge-android/pull/289)
- Add option to use existing
OkHttpClient. [#270](https://github.com/EmergeTools/emerge-android/pull/272)
- Add option to control log level. [#269](https://github.com/EmergeTools/emerge-android/pull/269)

## 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)
- 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)
- Remove fatal exit if `publishableApiKey` is not
set. [#232](https://github.com/EmergeTools/emerge-android/pull/232)
- Add debug mode. [#215](https://github.com/EmergeTools/emerge-android/pull/215)

## 1.0.0-beta03 - 2024-07-31
Expand All @@ -30,9 +38,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 1.0.0-beta02 - 2024-07-24

- Add `@JvmStatic` so Reaper instrumentation can use invoke-static rather than invoke-virtual. [#199](https://github.com/EmergeTools/emerge-android/pull/199)
- Add `@JvmStatic` so Reaper instrumentation can use invoke-static rather than
invoke-virtual. [#199](https://github.com/EmergeTools/emerge-android/pull/199)
- Lower minSdk to 21. [#198](https://github.com/EmergeTools/emerge-android/pull/198)
- Handle 404 response to not report Reaper error. [#196](https://github.com/EmergeTools/emerge-android/pull/196)
- Handle 404 response to not report Reaper
error. [#196](https://github.com/EmergeTools/emerge-android/pull/196)

## 1.0.0-beta01 - 2024-07-10

Expand Down

0 comments on commit 9119305

Please sign in to comment.