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 64970bf commit a5bdeacCopy full SHA for a5bdeac
CHANGES.md
@@ -1,3 +1,15 @@
1
+## 0.7.3
2
+
3
+* Fix crash in AIOHTTP integration when integration was set up but disabled.
4
+* Flask integration now adds usernames, email addresses based on the protocol
5
+ Flask-User defines on top of Flask-Login.
6
+* New threading integration catches exceptions from crashing threads.
7
+* New method `flush` on hubs and clients. New global `flush` function.
8
+* Add decorator for serverless functions to fix common problems in those
9
+ environments.
10
+* Fix a bug in the logging integration where using explicit handlers required
11
+ enabling the integration.
12
13
## 0.7.2
14
15
* Fix `celery.exceptions.Retry` spamming in Celery integration.
0 commit comments