Releases: hubmapconsortium/entity-api
Releases · hubmapconsortium/entity-api
v2.1.10
Use main
branch in URL for all github references
v2.1.9
- Add support to files-api
- Use UUID-API base URL in config
v2.1.8
Update to use latest commons 2.1.3
v2.1.6
- Changes to work with the refactored commons
- Docker changes made mainly for the new RHEL8 VM and user hive
- Allow no-token/public return from
/samples/prov-info
- Modify the neo4j query for
/datasets/prov-info
to work with non-primary datasets
v2.1.5
Disable PUT and POST calls on STAGE to prevent users from updating the MySQL (create new IDs via UUID-API) and Neo4j on PROD.
v2.1.4
Upgrade to Flask v2 and remove pinned dependencies tied to Flask v1
v2.1.3
- allow multiple search-api urls in config
- use assay type yaml raw file to retrieve description instead of calling search-api to eliminate the complicity of multiple search-api instances
- reindex against each search-api instance
- improved cache mechanism with TTL for performance
v2.1.2
- Normalization on
status
and sub_status
on entity creation and update #365
- Add new field
dbgap_url
for dataset #369
- New endpoint: /datasets/unpublished #375
- Update commons dependency version #379
v2.1.0
- New base image of RedHat ubi8.6 and Python3.9.7
- Updated docker build and deployment workflow