Releases: hubmapconsortium/entity-api
v2.6.8
v2.6.7
-
Stash large response payload to S3 with redirect URL for
/entities/<id>/ancestors/<id>/parents/<id>/children/<id>/entities/<id>/siblings/entities/<id>/tuplets
-
Upgrade to use new base image with Python 3.13.9 with less security vulnerabilities
- Use DNF instead of YUM for package management
- Switch to Nginx 1.28.0 stable release in docker image
Full Changelog: v2.6.6...v2.6.7
v2.6.6
Hotfix to address a request context issue occurring when multiple threads are spawned
Full Changelog: v2.6.5...v2.6.6
v2.6.5
Remove docker CPU and RAM reservations as they are just soft limits
Full Changelog: v2.6.4...v2.6.5
v2.6.4
Fix cache handling to avoid using cached data when there are skipped/excluded properties
Full Changelog: v2.6.3...v2.6.4
v2.6.3
Docker deployment with CPU and memory limits
Full Changelog: v2.6.2...v2.6.3
v2.6.2
Enhancements to avoid unnecessary recreation of Activity node and linkages for direct_ancestor_uuid(s) on each Sample and Dataset updates.
Full Changelog: v2.6.1...v2.6.2
v2.6.1
- NoneType hotfix on trigger method
get_dataset_title()to return[]instead ofNone - Generic handling to support properties exclusion in URL query parameter
GET /entities/<id>
Full Changelog: v2.6.0...v2.6.1
v2.6.0
- Unify context handling so every major entity and trigger function expects the Flask request.
- Move all reindex suppression logic into a single manager function.
- Lay groundwork for future feature expansion, such as more dynamic trigger/event responses based on request context.
- Add optimized Neo4j query for Multi-Assay Split status propagation.
- Improve logging on validator and trigger executions.
- Fix schema trigger data generation bug when unexpected trigger methods run for unspecified properties.
Full Changelog: v2.5.13...v2.6.0
v2.5.13
- Introduce a new query string in the URL
?reindex=falseto disable the reindex call to search-api for the following endpoints:- New entity creation
POST /entities/<entity_type>?reindex=false - Update existing entity
PUT /entities/<id>?reindex=false - Component datasets creation:
POST /datasets/components?reindex=false
- New entity creation
- Optimize datasets validation on Upload update to reduce timeout
Full Changelog: v2.5.12...v2.5.13