Releases: uc-cdis/indexd
Releases · uc-cdis/indexd
Query by multiple ACL/authz/URLs
Release Notes
For: uc-cdis/indexd
Notes since tag: 2.6.0
Notes to tag/commit: 2.6.1
Generated: 2019-12-12
Bug Fixes
- Fix query by multiple ACL items or multiple authz items or multiple URLs
(#251) - Fix query by URLs with size=0 (#251)
Improvements
- Improve the OpenAPI documentation with more details on how to query by
multiple items of the same parameter (#251)
No tags in authz migration script
Release Notes
For: uc-cdis/indexd
Notes since tag: 2.5.0
Notes to tag/commit: 2.6.0
Generated: 2019-12-12
New Features
- Add option to enable/disable the use of arborist tags in ACL->authz
migration script (disabled by default) (#256)
Bug Fixes
- Fix bug in ACL->authz migration script that removed non-word characters
from ACL elements (#256)
pagination improvement using pages instead of GUIDs
Release Notes
For: uc-cdis/indexd
Notes since tag: 2.4.0
Notes to tag/commit: 2.5.0
Generated: 2019-12-02
New Features
- add
page
param to list records endpoint to support pagination without
using a did (#254)
Improvements
- Clarify what PREPEND_PREFIX and ADD_PREFIX_ALIAS configurations do and
improve their unit tests (#255)
HS client
Disable uwsgi cheaper mode
Release Notes
For: uc-cdis/indexd
Notes since tag: 2.2.0
Notes to tag/commit: 2.3.0
Generated: 2019-11-20
Improvements
- Use python 3 base dockerfile v1.1.0 to disable uwsgi cheaper mode (#252)
improve alias support
Release Notes
For: uc-cdis/indexd
Notes since tag: 2.1.0
Notes to tag/commit: d0f5410
Generated: 2019-11-08
New Features
- Implement API to manipulate aliases for Indexd records. (#248)
- Use special
.secinclude
file to list source code for Veracode security
scanning (#247) - Use special
.secexclude
to forcefully exclude some files (empty) (#247)
Bug Fixes
- Fix bug in Indexd DOS search (GET
/ga4gh/dos/v1/dataobjects/<path:record>
) preventing aliases from being
returned when querying for a record's baseID. (#248)
Improvements
Dependency update: Flask 1.1.1
update readme, coverage, dependencies
Release Notes
For: uc-cdis/indexd
Notes since tag: 2.0.0
Notes to tag/commit: 4e0b2c5
Generated: 2019-08-14
Improvements
- Exclude abstract methods from coverage report (#233)
- Removed swagger-codegen dependency from tests; coverage report is now 80
(#230) - overhaul README with more info, correct some mistakes, add visuals, etc.
(#228)
Dependency Updates
- add dependencies to setup.py that were missing (already exist in
requirements.txt) (#236)
Python 3
Release Notes
For: uc-cdis/indexd
Notes since tag: 1.1.4
Notes to tag/commit: 2.0.0
Generated: 2019-07-11
Breaking Changes
- Python 3 instead of python 2 (#220)
Dependency Updates
- Use python 3 versions of authutils (4.0.0) and cdisutilstest (1.0.0) (#220)
- Bump indexclient to 1.6.0 (#220)
New Features
- Add coveralls integration for code coverage analytics (#226)
1.1.4
- Bug fix for authz migration