Skip to content

Releases: hubmapconsortium/entity-api

v2.3.3

12 Feb 04:11
3257c88

Choose a tag to compare

  • Two new endpoints GET /datasets/<id>/donors and GET /datasets/<id>/samples to support full prov metadata
  • Remove restrictions on the how many component datasets can be generated during multi-assay split

v2.3.2

07 Feb 03:57
fca065c

Choose a tag to compare

  • New endpoint GET /entities/<id>/tuplets
  • Rename GET /siblings<id> to GET /entities/<id>/siblings with skipping extra triggers

v2.3.1

02 Feb 21:20
ac4bf25

Choose a tag to compare

Add validator to prevent the Component datasets generated by Multi-Assay Split and Processed datasets generated by Central Process to be edited with different direct ancestors.

v2.3.0

26 Jan 18:35
8133c93

Choose a tag to compare

  • Make dataset_type required on new dataset/publication creation, data_types becomes optional
  • Generate dataset_type='Publication' for Publication entities, and prohibit dataset_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

19 Dec 17:41
6d3b443

Choose a tag to compare

Add dataset_type field to Publication

v2.2.0

11 Dec 02:37
e2b0f7c

Choose a tag to compare

  • Add new dataset_type property and validators
  • Add previous_revision_uuids and next_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 and tissue_type
  • Add fields ingest_task and assigned_to_group_name and their accompanying validators. Fix bug in validate_if_retraction_permitted with HuBMAP-Data-Admin access

v2.1.39

28 Nov 16:51
cddb990

Choose a tag to compare

Support creation of dataset revision with multiple previous revisions via the existing previous_revision_uuid field (for backward compatibility)

v2.1.38

15 Nov 18:29
80134b3

Choose a tag to compare

  • Add new endpoint GET /datasets/<id>/multi-revisions

v2.1.37

08 Nov 14:53
a999c3a

Choose a tag to compare

  • Change dataset_is_primary to use creation_action to determine whether a dataset is primary rather than inspecting its distance from the nearest sample ancestor

v2.1.36

07 Nov 18:48
cf14cbb

Choose a tag to compare

  • 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 and GET /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