Releases: OpenAdaptAI/OpenAdapt
v0.26.2
v0.26.1
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
)
v0.26.0
v0.26.0 (2024-05-27)
Feature
-
feat(dashboard): Dashboard scrubbing (#672)
-
feat: Add ability to download spacy model from within pyinstaller build
-
refactor: Add id column as foreign keys instead of timestamp
-
feat(scrubbing): Add api endpoints and scrubbing feature
-
fix: Fix code after merge with main
-
lint: flake8 lint
-
refactor: Cleanup code and add comments
-
chore: Fix comments
-
chore: Add comments on crud.py
Co-authored-by: Richard Abrich <[email protected]> (3083fef
)