Releases: hubmapconsortium/ingest-api
v2.4.15
v2.4.14
- Remove
?suspend-indexing-and-aclsfrom publish endpoint to address the 500 error - Never reindex or set permissions in
/publish/<id>endpoint - Bug fix to set
publication_timestampat publication time
Full Changelog: v2.4.13...v2.4.14
v2.4.13
- Trim every element in a list of identifiers split() from a comma-separated string
- Support re-index priority level parameter in URL
?reindex-priority=in passthrough endpoints - Rule chain updates to add
iCLAPandCOMET - Upgrade to IVT v1.0.1 release to check the latest CEDAR version and remove the previously added
VersionHelpermodule andCEDAR_API_URLconfig - On publish copy primary dataset description for DOI if component description is missing
Full Changelog: v2.4.12...v2.4.13
v2.4.12
Support pipeline-testing group permission check in GET /entities/<hmuuid>/allowable-edit-states
Full Changelog: v2.4.11...v2.4.12
v2.4.11
Add entries for Raman Imaging, STARmap, and 10x Flex
Full Changelog: v2.4.10...v2.4.11
v2.4.10
Fix orcid id and name on dois as well as add license info
Full Changelog: v2.4.9...v2.4.10
v2.4.9
Update POST /entities/file-system-rel-path endpoint with adding optional query parameter ?from-protected-space=True to work with new "public versions of protected datasets"
Full Changelog: v2.4.8...v2.4.9
v2.4.8
- Updates to publish endpoint:
- Use APIs more in publish endpoint vs going straight to Neo4j
- Auto-create a Collection attached to published Publications
- Remove datacite_doi unit tests
- Rule chain update to snRNAseq (10x Genomics) [Salmon]
Full Changelog: v2.4.7...v2.4.8
v2.4.7
Add two attributes has_published_processed and has_qa_processed for tracking processed data (in Published or QA status) returned by GET /datasets/data-status endpoint.
Full Changelog: v2.4.6...v2.4.7
v2.4.6
- Docker image update to use the latest api-base-image:1.2.0 with Python 3.13
- Update to a special IVT release https://github.com/hubmapconsortium/ingest-validation-tools/releases/tag/v0.0.24-ingest-api-python3.13 for compatibility
- Dependency updates in
requirements.txtto work with Python 3.13 build - Remove
Werkzeugfromrequirements.txtas it's included in Flask, separate from the Python 3.13 upgrade - Update Github Actions CI Workflow to use Python 3.13 for dependency install check
- Clean up unneeded Unit tests
Full Changelog: v2.4.5...v2.4.6