Skip to content

Releases: BobTheBuidler/ez-a-sync

v0.1.5

23 Mar 00:18
f691b9c
Compare
Choose a tag to compare
chore: fix pypi versioning (#36)

v0.1.4: chore: refactor (#34)

23 Mar 00:16
f1dd378
Compare
Choose a tag to compare
* chore: refactor

* fix(test): fix test semaphore on slow gh runners

v0.1.3: chore: refactor (#34)

20 Mar 22:31
f1dd378
Compare
Choose a tag to compare
* chore: refactor

* fix(test): fix test semaphore on slow gh runners

v0.1.2

18 Mar 02:38
4db5abb
Compare
Choose a tag to compare
fix: force await properties for sync objects (#32)

v0.1.1

18 Mar 00:21
662def6
Compare
Choose a tag to compare
chore: pin async_lru

v0.1.0: fix: Python 3.9, 3.10, 3.11

18 Mar 00:07
aef3b92
Compare
Choose a tag to compare
* 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

v0.0.16

17 Mar 07:03
a450ccd
Compare
Choose a tag to compare
fix: double-wrapped bound methods (#30)

v0.0.15: Fix semaphores (#28)

07 Mar 22:57
1d61a82
Compare
Choose a tag to compare
* fix: semaphore repr errs

* fix: class-defined modifiers for properties

* fix(test): test_semaphore

v0.0.14

03 Mar 19:42
a84cc59
Compare
Choose a tag to compare
feat: dev comments (#22)

v0.0.13: Fix: sync bound methods on async designated classes were running sync…

02 Mar 08:15
8044982
Compare
Choose a tag to compare
… in main thread instead of in executor (#21)

* fix: sync bound methods on async designated classes were running sync in main thread instead of in executor

* feat(test): test running location

* chore: refactor property logic

* chore: rename var for clarity