5.0.0
Release Notes
For: uc-cdis/indexd
Notes since tag: 4.1.0
Notes to tag/commit: 5.0.0
Generated: 2023-05-30
Dependency Updates
- Allow any Python 3.9.* (#360)
New Features
- Adds description, content_updated_time and content_created_time to
IndexRecord. (#357) - DRS responses now map updated_time and created_time to the underlying
content's updated and created times. (#357) - DRS responses now include index_created_time and index_updated_time to
denote the time they were indexed and the time their index record was
changed. These fields replace the previous updated_time and created_time in
older indexd versions. (#357)
Breaking Changes
- DRS responses for update_time and created_time reflect the content's
updated and created times, not the time they were indexed or their index
record was updated. (#357)
Bug Fixes
- Fix the routing to the alias endpoint (This fixes data submission in helm)
(#358)
Deployment Changes
- New columns added to index_record table. Alembic migration needed. (#357)