Releases: hubmapconsortium/entity-api
Releases · hubmapconsortium/entity-api
v2.3.0
- Make
dataset_type
required on new dataset/publication creation,data_types
becomes optional - Generate
dataset_type='Publication'
for Publication entities, and prohibitdataset_type
from being specified on the request - Switch to
dataset_type
for/prov-info
calls - Switch to
dataset_type
for data sankey call
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v2.2.0
- Add new
dataset_type
property and validators - Add
previous_revision_uuids
andnext_revision_uuids
properties - Expose
creation_action
property via the GET call - Migrate to the UBKG ontology-api calls for assaytpes and organs. Removed the deprecated
specimen_type
andtissue_type
- Add fields
ingest_task
andassigned_to_group_name
and their accompanying validators. Fix bug invalidate_if_retraction_permitted
withHuBMAP-Data-Admin
access
v2.1.39
v2.1.38
v2.1.37
v2.1.36
- Add
creation_action
to Dataset/Publication to handle multi-assay creation - Update commons to 2.1.12 and used pinned Werkzeug 2.3.7
- Reindex collection at creation and update
- Remove deprecated
GET /collections
andGET /collections/<id>
calls - Fix to api yaml to make it valid yaml
- Forward docker logs to AWS CloudWatch
Full Changelog: v2.1.35...v2.1.36
v2.1.35
v2.1.34
v2.1.33
- Add logic for processing the dataset_uuids field of a PUT request via trigger logic, fixing defect noted in which Collection Dataset members cannot be updated.
- Remove support for /collections/<collection_uuid>/add-datasets route.
- Remove app.py add_datasets_to_collection().
- Remove app_neo4j_queries.py add_datasets_to_collection().
- 32x8 -> 16x16 for EC2 PROD VM downgrade to accommodate c5.18xlarge -> c5.4xlarge