5.1.0
Release Notes
For: uc-cdis/indexd
Notes since tag: 5.0.4
Notes to tag/commit: 8ff50b9
Generated: 2024-09-10
New Features
- Implemented single table architecture to IndexD with a single new
record
table (Configurable and requires migration) (#376) - Locking poetry dependencies (#377)
Improvements
- Removed
sqlite
from unit tests. Unit tests now only usespostgres
(#376)
Dependency Updates
sqlalchemy
~1.3.3 -> ^1.4.0 (#376)
Deployment Changes
- sqlite databases are not supported anymore (#376)
- To run single table migration check this doc:
https://github.com/uc-cdis/indexd/blob/master/docs/migration_to_single_table_indexd.md
(#376)