Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1.96 KB

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.

Added

  • Added AQL debug support (#1296)

Changed

  • The field q of AQL query responses now contain the requested, and not the executed, query string (#1296)
  • The field meta._schema_version of AQL query responses has been changed to 1.0.3 (#1296)

Fixed

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.