Skip to content

2.3.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 30 Jun 16:17
· 39 commits to master since this release

CQL Execution 2.3.0 contains several fixes and enhancements to improve alignment with the CQL 1.4 and CQL 1.5 specifications. These changes include:

  • Support for new CQL 1.5 aggregate queries (#208)
  • Support for Message operator (#176) (details below)
  • Support for Precision operator for Date/DateTime/Time (#245 / #160)
  • Support for Ratio argument on the ToQuantity operator (#235)
  • Fixes support for using code systems from included libraries (#243)
  • Fixes ToQuantity to properly use unit 1 where applicable (#235)
  • Fixes union when one of the lists in null (#242)
  • Updates to dependency libraries

Message Operator

The Message operator is used to send messages to the CQL framework. Implementers can register for these messages by creating a message listener and passing it in as an argument to the Executor. For more details, see MessageListener and Executing CQL Libraries in the Overview documentation.

CQL Execution 2.x Releases

CQL Execution 2.0.0 introduced a new JavaScript code base and several new features. If you have not read the CQL Execution 2.0.0 Release Notes, we recommend you do so.