Skip to content

Latest commit

 

History

History
185 lines (137 loc) · 9.15 KB

CHANGELOG.md

File metadata and controls

185 lines (137 loc) · 9.15 KB

Changelog

Note: version releases in the 0.x.y range may introduce breaking changes.

Added

  • Add spotless plugin, Add codestyle check to workflows (#368)

Fixed

  • Skip archetype slots not used by the template in example generator (#369)

Added

  • Maven plugin to generate code from templates (#347)
  • Example Generator (#349, #351)
  • Flatencoding parsing: automatically handle date/time/date_time precision #352
  • Example Generator (#349 , #351)
  • use bom for dependency management (#358)
  • created release action (#362)

Fixed

  • fix wrong escape in names attribute of the aql path (#364)

Added

  • Update archie to version 2.0.1 (#345)
  • AQL: support ORDER BY and LIMIT [OFFSET] clauses in any order (#344)

Fixed

  • Flat : corrected handling of PARTY_PROXY ( see ehrbase#320)
  • Flat : corrected handling of history origin and ISM_TRANSITION (see ehrbase#329)
  • Flat : handle fixed offset in template (see ehrbase#333)
  • Validation: fix validation of DV_TEXT with listopen (see ehrbase#335)
  • Walker, Flat, DTO, Validation : enhance performance of path handling ( see ehrbase#325, ehrbase#332 )
  • dto: Fix handling of element wich contains a choice with one an interval (see ehrbase#334)
  • Fixes AqlParseException while using boolean in where clause (#338)
  • Fixes default ASC value for ORDER BY clause (#342)
  • Fixes null nodeIds and annotations missing (ehrbase#343)
  • Fixes duration validation (#346

1.17.0

Added

Fixed

  • Fix NullPointerException when event has an empty state (ehrbase#294)
  • Fix issue when template does not contain list of values for DV_ORDINAL (ehrbase#295)
  • Fix issue in AQL regarding LIMIT and OFFSET (ehrbase#296)
  • Fix issue while unmarshalling FLAT composition that contains ELEMENT with children DV_CODED_TEXT and DV_TEXT (ehrbase#300)
  • Fix missing 'type' attribute in ExternalRef encoding (ehrbase#303)
  • db-serialising: fix handling of dv_ehr_uri (ehrbase#316)
  • Fix db-serialising: date-time dv_order attributes (ehrbase#314)
  • Fix db-serialising: element.null_reason (ehrbase#317)
  • db-serialising: fix handing of guideline_id & work_flow_id & wf_definition (ehrbase#315)
  • db-serialising: fix handling of locatable attributes (ehrbase#318)

1.16.0

Added

Fixed

1.5.0

Added

  • AqlParsing: Provide utility to remove parameters within AQL WHERE clauses ( see ehrbase#231)

Fixed

  • Flat: Allow replacing DV_TEXT with DV_CODED_TEXT (see ehrbase#223)
  • AqlParsing : parsing of wheres with mixed "and" and "or" (see ehrbase#231)

1.4.0

Added

Fixed

1.3.0

Added

  • Webtemplate: Generate cardinalities for Nodes (see ehrbase#198)
  • ClientTemplateProvider: For dynamically retrieving templates from ehr server ( see ehrbase#198)
  • DefaultRestClient: remove the need to provide a template Provider ( see ehrbase#197)

Fixed

  • Webtemplate: Fix erroneous skipping of Event. Happened when there were a EVENT and a EVENT Spezialisation as Children of the same Node (see ehrbase#197)

1.0.0

Added

  • Basic support for flat formats (see ehrbase#67)
  • Web-Templates (see ehrbase#81)
  • Allow Native Parts in Entity Queries (see ehrbase#106)
  • New endpoint for retrieving all templates (see ehrbase#153)
  • New Dto -> RmClasses -> Dto mapper (see ehrbase#153)
  • New ClassGenerator
    • Configurable via YAML
    • Optimized class generation
    • Optimized name Generation
    • Support Language specific Characters
    • Generate Interfaces for RM Attributes
    • Add null_flavor fields
    • Generate shared fields in Interfaces for Choice Elements
    • Support IsmTransition
    • Generate Javadoc
    • Add Generated Annotation

Fixed

  • Error when extracting name from a template where name has more than one child ( see ehrbase#79)
  • Enums where not correctly generated for value-sets (see ehrbase#92)

0.3.5

  • patch: openEHR SDK containing the contents of EHRbase serialization, response DTOs, terminology and validation