Skip to content

Releases: bitcart/universalasync

Version 0.5.0.0

19 Oct 12:38
b9d31b5

Choose a tag to compare

Support python 3.14

Drop python 3.9 support

Version 0.4.0.1

16 Dec 15:27
5484409

Choose a tag to compare

Fix event loop closing in some cases

Version 0.4.0.0

15 Dec 22:45
f181d56

Choose a tag to compare

Drop python 3.8 support

Use ruff & uv as tooling

Support up to python 3.13

Version 0.3.1.2

15 Mar 21:22
fb8d1ad

Choose a tag to compare

Drop python 3.7 support

Version 0.3.1.1

10 Jan 20:48
5d963b0

Choose a tag to compare

Don't install a separate tests package, but include tests in source tarball

Version 0.3.1.0

01 Jan 15:07
158d5ce

Choose a tag to compare

Improve reliability of utils _get_event_loop()

Version 0.3.0.1

15 Aug 08:22
6d99ac4

Choose a tag to compare

Rename BitcartCC to Bitcart

Version 0.3.0.0

03 Jan 20:18
7c0b025

Choose a tag to compare

Fix errors on cleanup in Python 3.9+ when calling async methods

Fix some more use cases of the module

The wrap function now automatically creates sync variants of async context managers

Fixed an issue where get_event_loop would error if it was called only during finalizers

Version 0.2.0.2

27 Oct 14:35
3f5dd66

Choose a tag to compare

Support Python 3.11

Version 0.2.0.1

26 Dec 18:59
325f1f1

Choose a tag to compare

Fix type hints