Skip to content

Commit 5f2cf5c

Browse files
committed
Releasing 3.3.2
1 parent 505b55d commit 5f2cf5c

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
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.
36

47
* async_to_sync and sync_to_async now check their arguments are functions of
58
the correct type.
69

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+
717
3.3.1 (2020-11-09)
818
------------------
919

asgiref/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.3.1"
1+
__version__ = "3.3.2"

0 commit comments

Comments
 (0)