Skip to content

Commit

Permalink
doc: Changelog for 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed May 13, 2020
1 parent 26ecc05 commit 5f9a350
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ sentry-sdk==0.10.1

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.

## 0.14.4

* Fix bugs in transport rate limit enforcement for specific data categories.
The bug should not have affected anybody because we do not yet emit rate
limits for specific event types/data categories.
* Fix a bug in `capture_event` where it would crash if given additional kwargs.
Thanks to Tatiana Vasilevskaya!
* Fix a bug where contextvars from the request handler were inaccessible in
AIOHTTP error handlers.
* Fix a bug where the Celery integration would crash if newrelic instrumented Celery as well.


## 0.14.3

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

0 comments on commit 5f9a350

Please sign in to comment.