Skip to content

Commit 0f50003

Browse files
committed
doc: Changelog
1 parent 84a9a4b commit 0f50003

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.6.0
2+
3+
* Fix bug where a 429 without Retry-After would not be honored.
4+
* Fix bug where proxy setting would not fall back to `http_proxy` for HTTPs traffic.
5+
* A WSGI middleware is now available for catching errors and adding context about the current request to them.
6+
* Using `logging.debug("test", exc_info=True)` will now attach the current stacktrace if no `sys.exc_info` is available.
7+
* The Python 3.7 runtime for AWS Lambda is now supported.
8+
* Fix a bug that would drop an event or parts of it when it contained bytes that were not UTF-8 encoded.
9+
* Logging an exception will no longer add the exception as breadcrumb to the exception's own event.
10+
111
## 0.5.5
212

313
* New client option `ca_certs`.

0 commit comments

Comments
 (0)