Releases: hubmapconsortium/entity-api
Releases · hubmapconsortium/entity-api
v2.1.32
v2.1.31
v2.1.30
v2.1.28
- Add support
Publication.associated_collection
on GET call - Ony return specified fields for dataset under
Collection.datasets
in trigger method - Update to use commons 2.1.7 to support newly added groups
Lots caching related improvements and fixes
- Implement caching to
schema_manager.get_complete_entity_result()
andnormalize_entity_result_for_response()
- Define 3 types of entity cache:
_neo4j_
,_complete_
, and_normalized_
in cache key, all use uuid - Not return complete and normalized entity after update via PUT
- Add
delete_cache(id)
method for deleting all possible linked cache - Improved caching logging and condition checks
- Memcached connection pool size match updated uWSGI settings at initialization
- Add calls to delete cache in trigger methods on entity creation and update