Skip to content

Commit be5eaeb

Browse files
committed
Add changelog entries for JAVA-574
1 parent 48f9a29 commit be5eaeb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Behavioral Changes
6+
7+
- Measure HTTP rate-limit backoff on a monotonic clock instead of the wall clock, so that a device time change no longer lifts or extends an active rate limit ([#6030](https://github.com/getsentry/sentry-java/pull/6030))
8+
59
### Fixes
610

711
- Populate the Android connection status cache during the first two minutes after boot, instead of treating the empty cache as up to date ([#6029](https://github.com/getsentry/sentry-java/pull/6029))
@@ -10,6 +14,7 @@
1014

1115
- Add an internal `MonotonicClock` abstraction with `Deadline` and `Stopwatch` primitives ([#6028](https://github.com/getsentry/sentry-java/pull/6028))
1216
- Add internal `Timestamp`, `EpochClock` and `AnchoredClock`, so a group of related instants is projected from one wall-clock reading instead of each reading the clock again ([#6045](https://github.com/getsentry/sentry-java/pull/6045))
17+
- Deprecate `RateLimiter(ICurrentDateProvider, SentryOptions)` in favour of `RateLimiter(MonotonicClock, RateLimiterConfig)` ([#6030](https://github.com/getsentry/sentry-java/pull/6030))
1318

1419
## 8.55.0
1520

0 commit comments

Comments
 (0)