Skip to content

3.2.0

Latest
Compare
Choose a tag to compare
@cmoesel cmoesel released this 01 Apr 18:33
· 3 commits to master since this release

CQL Execution 3.2.0 is a minor release with improved support for expanding valuesets, passing valuesets into functions, and calculating duration. Version 3.2.0 also contains several important bug fixes. See "What's Changed" for additional details.

What's Changed

  • Support for expanding valuesets by @sorliog in #332
  • Handle valuesets passed into functions by @lmd59 in #341
  • Combine seconds and milliseconds when calculating duration by @elsaperelli in #340
  • Avoid name collisions when resolving functions from the context by @hossenlopp in #338
  • Fix tuple equality with null values by @cmoesel in #327
  • Pass MessageListener to included libraries by @nkarip in #330
  • Fix race condition when executing arugments by @rdingwell in #336
  • Add missing await to Executor.exec_expression by @hossenlopp in #334
  • Fix npm audit and codecov CI by @cmoesel in #328
  • Ignore console color in message listener test by @cmoesel in #343

New Contributors

Full Changelog: v3.1.0...v3.2.0