Releases: BobTheBuidler/ez-a-sync
Releases · BobTheBuidler/ez-a-sync
v0.1.9: feat: New primitives (#42)
* feat: debuggable Event primitive * feat: CounterLock primitive * feat: add new primitives to main module
v0.1.8
fix: get_event_loop - set new loop as current loop in threads (#40)
v0.1.7
fix: no event loop in current thread (#38)
v0.1.6
fix: ImportError due to dependency (#37)
v0.1.5
chore: fix pypi versioning (#36)
v0.1.4: chore: refactor (#34)
* chore: refactor * fix(test): fix test semaphore on slow gh runners
v0.1.3: chore: refactor (#34)
* chore: refactor * fix(test): fix test semaphore on slow gh runners
v0.1.2
fix: force await properties for sync objects (#32)
v0.1.1
chore: pin async_lru
v0.1.0: fix: Python 3.9, 3.10, 3.11
* feat: test multiple py versions in gh actions * Delete pytest3.9.yaml * chore: remove unused caches * feat: allow all runs to finish * fix: python 3.9 * fix: default mode * fix: py 3.10