Skip to content

Releases: claroty/asyncalchemy

v1.1.4

13 Sep 07:40
ae9c73b

Choose a tag to compare

Fixed single-threaded bug when using sqlite DB.

Support Sqlite

10 Aug 14:10
7d57d7a

Choose a tag to compare

Added a workaround to support Sqlite databases by using a single threaded executor.

v1.1.2

16 Mar 15:14
d5f01f8

Choose a tag to compare

Changed package requirements to cap SQLAlchemy version at 1.4 due to breaking changes on that version.

v1.1.1

13 Jan 15:03
de1fda7

Choose a tag to compare

  • Expanded SQLAlchemy version support, now supports 1.2 and up (previously 1.3+).

v1.1.0

07 Jan 13:28
1301f01

Choose a tag to compare

Bug Fixes

  • Fixed bug where even when reuse_session is used the session isn't actually reused and changes are committed immediately

Features

  • create_session_factory was separated to 2 functions, a session factory can now be created with an existing session using create_session_factory_from_engine
  • Added tests

Random Changes

  • Added poetry-dynamic-versioning to project
  • Added publish, test and lint actions
  • Authors were updated
  • Small README improvements

v1.0.1

29 Dec 17:06

Choose a tag to compare

Added README to release

v1.0.0

29 Dec 16:41

Choose a tag to compare

Initial release from private repo!