Skip to content

Releases: oddbit-project/rick_db

Feature Release

05 Jan 18:20
Compare
Choose a tag to compare
  • Added transaction semantics to rick_db.Repository()

Maintenance release

04 Jan 20:37
Compare
Choose a tag to compare

BUGFIX: context manager was masking adapter exceptions when Connection was in use

2.0.0

03 Jan 21:25
Compare
Choose a tag to compare

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