Releases: BobTheBuidler/ez-a-sync
Releases · BobTheBuidler/ez-a-sync
v0.24.45
What's Changed
- feat: AsyncExecutor type var by @BobTheBuidler in #505
Full Changelog: v0.24.44...v0.24.45
v0.24.44
What's Changed
- fix: dealloc error at script end by @BobTheBuidler in #504
- feat: add thread name prefix to AsyndThreadPoolExecutor repr by @BobTheBuidler in #500
- fix: respect PEMDAS in CounterLock debug daemon by @BobTheBuidler in #503
- chore: cleanup Semaphore repr by @BobTheBuidler in #501
- chore: cleanup Semaphore debug daemon by @BobTheBuidler in #502
Full Changelog: v0.24.43...v0.24.44
v0.24.43
What's Changed
- fix: exclude name from CounterLock repr when name is empty by @BobTheBuidler in #498
- chore: extract @log_broken decorator by @BobTheBuidler in #499
Full Changelog: v0.24.42...v0.24.43
v0.24.42
What's Changed
- fix: AttributeError in CounterLock repr by @BobTheBuidler in #497
Full Changelog: v0.24.41...v0.24.42
v0.24.41
What's Changed
- fix: cython function signature error by @BobTheBuidler in #495
Full Changelog: v0.24.40...v0.24.41
v0.24.40
What's Changed
- feat: further optimize _asyncify helper by @BobTheBuidler in #494
Full Changelog: v0.24.39...v0.24.40
v0.24.39
What's Changed
- feat: optimize base.pyx by @BobTheBuidler in #493
- feat: rip out contextlib.suppress for speed by @BobTheBuidler in #492
- feat: re-enable smart processing queue heap sorting by @BobTheBuidler in #491
Full Changelog: v0.24.38...v0.24.39
v0.24.38
What's Changed
- fix: logger level debug breaks ASyncABC by @BobTheBuidler in #488
- fix: occasional non-breaking AttributeError in
CythonEvent.__repr__
by @BobTheBuidler in #487 - chore: refactor out unused c_logger constant in create_task.pyx by @BobTheBuidler in #489
- chore: refactor unused var c_logger out of method.pyx by @BobTheBuidler in #490
Full Changelog: v0.24.37...v0.24.38
v0.24.37
What's Changed
- feat: optimize _asyncify by @BobTheBuidler in #486
Full Changelog: v0.24.36...v0.24.37
v0.24.36
What's Changed
- feat: optimize executors more by @BobTheBuidler in #483
- feat: optimize _asyncify by @BobTheBuidler in #484
- feat: optimize get_event_loop by @BobTheBuidler in #485
Full Changelog: v0.24.35...v0.24.36