Releases: hubmapconsortium/entity-api
v2.6.10
v2.6.9
- Restored the association between Collection and Publication via
[:USES_DATA] - Added validation to prevent Donor and/or Organs from being used as parents
- Updated the GitHub Actions CI workflow to use a Python 3.13 instance
- Removed
Werkzeugfrom requirements.txt
Full Changelog: v2.6.8...v2.6.9
v2.6.8
- Add functionality to globus-url endpoint to support public versions of protected data
- Update commons to 2.1.22 to use the added accessor method for proteted group uuid
Full Changelog: v2.6.7...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