File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## 0.5.5
2
12
3
13
* New client option ` ca_certs ` .
You can’t perform that action at this time.
0 commit comments