Releases: oddbit-project/rick_db
Releases · oddbit-project/rick_db
Feature Release
- Added transaction semantics to rick_db.Repository()
Maintenance release
BUGFIX: context manager was masking adapter exceptions when Connection was in use
2.0.0
Refactoring of the project to include the following changes:
- support for connection pools in Repositories and other objects;
- automatic refresh of stale pool connections;
- thread-friendly implementation;
- context manager logic;
This release is not backward-compatible with 1.x.x
Check documentation for details on required code changes