Skip to content

v0.26.1

Compare
Choose a tag to compare
@abrichr abrichr released this 28 May 15:14
· 121 commits to main since this release

v0.26.1 (2024-05-28)

Fix

  • fix(db): Database access refactor (#676)

  • feat: Remove global sessions, and introduce read only sessions for cases where no writing is required

  • refactor: Rename db to session

  • feat: Raise exceptions if commit/write/delete is attempted on a read-only session

  • feat: Add tests for the read only session

  • chore: lint using flake8

  • rename test_database -> db_engine


Co-authored-by: Richard Abrich <[email protected]> (987f6ac)