Releases: uc-cdis/indexd
Releases · uc-cdis/indexd
remove deprecated endpoints, updated acl->authz migration script
Release Notes
For: uc-cdis/indexd
Notes since tag: 3.5.0
Notes to tag/commit: 98146f5
Generated: 2022-09-28
Breaking Changes
- Ensure you are using Fence>=2021.10. Remove deprecated GA4GH access
endpoints. these have existed (and been used) from the Fence microservice
since last year. See cloud automation change
here
(#336)
Improvements
New mint GUID endpoints
Release Notes
For: uc-cdis/indexd
Notes since tag: 3.4.0
Notes to tag/commit: b1eb482
Generated: 2022-06-08
New Features
- new /mint/guid endpoint to return a valid GUID for this instance without
creating a new record (#290) - Adding listen queue to uwsgi config. We were seeing issues with large
instances of indexd (100M) on a large amount ofGET
requests we had a
1.5% failure rate. Adding a listen queue solved this. (#332)
3.4.0
3.3.1
3.3.0
update base image
3.2.0
Release Notes
For: uc-cdis/indexd
Notes since tag: 2021.09
Notes to tag/commit: 3.2.0
Generated: 2021-08-30
New Features
- Add
indexd
settings files for PostgreSQL SSL support (#317)
Bug Fixes
- Clean up test settings (#317)
Improvements
- Add example Azure DevOps pipeline and Documentation (#316)
Deployment Changes
- Include example secrets to load PostgreSQL settings for
indexd
(#317)
Indexd admin
Release Notes
For: uc-cdis/indexd
Notes since tag: 3.0.1
Notes to tag/commit: 3.1.0
Generated: 2021-05-26
New Features
- Indexd admins can perform any operation (#306)
Bug Fixes
- Fix "indexd admin" logic to handle failed authorization requests to
Arborist (#308)
Improvements
- Add unit tests fixture to mock calls to Arborist easily (#306)
- Uses new image that has proper install of gen3authz package installation of
Cryptography requires Rust
(uc-cdis/cloud-automation#1568 (#304)
Dependency Updates
- pybase3-1.5.0 (#304)
- gen3authz"^1.0.4" (#304)
- sqlalchemy pinned to "~1.3.3", SQLAlchemy_utils not supported for 1.4 (#304)
Deployment Changes
- When running gen3authz, backoff package needed separate poetry run pip
install (#304)