We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a9a4b commit 0f50003Copy full SHA for 0f50003
1 file changed
CHANGES.md
@@ -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
11
## 0.5.5
12
13
* New client option `ca_certs`.
0 commit comments