Skip to content

Commit 5f9a350

Browse files
committed
doc: Changelog for 0.14.4
1 parent 26ecc05 commit 5f9a350

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ sentry-sdk==0.10.1
2727

2828
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.
2929

30+
## 0.14.4
31+
32+
* Fix bugs in transport rate limit enforcement for specific data categories.
33+
The bug should not have affected anybody because we do not yet emit rate
34+
limits for specific event types/data categories.
35+
* Fix a bug in `capture_event` where it would crash if given additional kwargs.
36+
Thanks to Tatiana Vasilevskaya!
37+
* Fix a bug where contextvars from the request handler were inaccessible in
38+
AIOHTTP error handlers.
39+
* Fix a bug where the Celery integration would crash if newrelic instrumented Celery as well.
40+
41+
3042
## 0.14.3
3143

3244
* Attempt to use a monotonic clock to measure span durations in Performance/APM.

0 commit comments

Comments
 (0)