Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@vidi42 vidi42 released this 07 May 13:27
· 42 commits to develop since this release
827c611

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres
to Semantic Versioning.

2.1.0

Added

  • Added STORED_QUERY_CACHE (#1258)
  • Added new config option ehrbase.security.management.endpoints.web.csrf-validation-enabled (#1294,#1297)

Changed

  • Changed StoredQueryRepository methods to only accept StoredQueryQualifiedName as arguments (#1258)

Fixed

  • Fixed an issue with AQL, which caused NPEs when the query required adding filtering subqueries on a DV_ORDERED path (#1293)
  • Delete Contribution now returns a 501 Not Implemented instead of 500 as it's not supported since 2.0.0 (#1278)

[2.0.0]

Welcome to EHRbase 2.0.0. This major release contains a complete overhaul of the data structure and
the Archetype Query Language (AQL) engine.

See UPDATING.md for details on how to update to the new release.