* Fixed small memory leak in local.Local * contextvars are now persisted through AsyncToSync
3.2.7
------------------
* Bug fixed in local.Local where deleted Locals would occasionally inherit their storage into new Locals due to memory reuse.
3.2.6
------------------
* local.Local now works in all threading situations, no longer requires periodic garbage collection, and works with libraries that monkeypatch threading (like gevent)
3.2.5
------------------
* __self__ is now preserved on methods by async_to_sync
3.2.4
------------------
* Pending tasks/async generators are now cancelled when async_to_sync exits * Contextvars now propagate changes both ways through sync_to_async * sync_to_async now preserves attributes on functions it wraps