File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- Pending
2
- -------
1
+ 3.3.2 (2021-04-05)
2
+ ------------------
3
+
4
+ * SyncToAsync now takes an optional "executor" argument if you want to supply
5
+ your own executor rather than using the built-in one.
3
6
4
7
* async_to_sync and sync_to_async now check their arguments are functions of
5
8
the correct type.
6
9
10
+ * Raising CancelledError inside a SyncToAsync function no longer stops a future
11
+ call from functioning.
12
+
13
+ * ThreadSensitive now provides context hooks/override options so it can be
14
+ made to be sensitive in a unit smaller than threads (e.g. per request)
15
+
16
+
7
17
3.3.1 (2020-11-09)
8
18
------------------
9
19
Original file line number Diff line number Diff line change 1
- __version__ = "3.3.1 "
1
+ __version__ = "3.3.2 "
You can’t perform that action at this time.
0 commit comments