Skip to content

1.4.0

Choose a tag to compare

@cmoesel cmoesel released this 22 Aug 19:05
· 170 commits to master since this release

CQL Execution 1.4.0 is the first release supporting the CQL Release 1 STU4 specification. It contains the following changes:

  • Only DateTime has a timezone offset (not Date or Time)
  • Seconds and milliseconds are now captured as a decimal in the time representation (e.g. hh:mm:ss.fff)
  • Support for ConvertQuantity and CanConvertQuantity
  • Implement size and fix width for Quantity
  • Normalize whitespace when determining string equivalence
  • Detect underflow/overflow for arithmetic operators
  • Update expand semantics based on changes/clarification in CQL 1.4
  • Add support for same or before and same or after for intervals
  • Replace "Population" context with "Unspecified" context
  • Fix various bugs (see commits for details)