Skip to content

Releases: cqframework/cql-translation-service

CQL Translation Service 2.5.0

19 Sep 15:35
7b34485
Compare
Choose a tag to compare

CQL Translation Service 2.5.0 has been upgraded to use CQL Tools 3.15.0.

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

CQL Translation Service 2.4.0

12 Mar 19:56
ca05a41
Compare
Choose a tag to compare

CQL Translation Service 2.4.0 has been upgraded to use CQL Tools 3.7.1.

What's Changed

  • Support for Translator 3.7.1 by @dehall in #40
  • Version 2.4.0 (supporting Translator 3.7.1) by @cmoesel in #41

Full Changelog: v2.3.0...v2.4.0

CQL Translation Service 2.3.0

01 Dec 20:03
7dbd46c
Compare
Choose a tag to compare

CQL Translation Service 2.3.0 has been upgraded to use CQL Tools v3.3.2.

What's Changed

  • Version 2.3.0 w/ support for Translator 3.3.2 by @cmoesel in #39

Full Changelog: v2.2.0...v2.3.0

CQL Translation Service 2.2.0

01 Dec 19:57
b5ff2fd
Compare
Choose a tag to compare

CQL Translation Service 2.2.0 has been upgraded to use CQL Tools v2.11.0.

What's Changed

Full Changelog: v2.1.0...v2.2.0

CQL Translation Service 2.1.0

12 Jun 14:34
1af2dc7
Compare
Choose a tag to compare

CQL Translation Service 2.1.0 has been upgraded to use CQL Tools v2.10.0.

What's Changed

  • Version 2.1.0 with Translator 2.10.0 by @cmoesel in #37

Full Changelog: v2.0.0...v2.1.0

CQL Transaltion Service 2.0.0

03 Apr 18:33
760d394
Compare
Choose a tag to compare

Overview

CQL Translation Service 2.0.0 is a major release of the CQL Translation Service. While this release does not contain any known breaking changes from a client's perspective, it is significant for several reasons:

  • It is the first version released using semantic versioning, and as such, the first release whose version (2.0.0) differs from the version of the CQL Translator it exposes (2.7.0).
  • It no longer provides an uber-jar, but rather should be run as a standard jar, with dependency libraries assumed to be located in a sibling libs folder.
  • It upgrades the CQL Translator from a 1.x release (1.5.12) to a 2.x release (2.7.0).

See the README for additional information on building and running this release.

What's Changed

  • Support for CQL Translator 2.7 by @cmoesel in #34
  • v2.0.0: Ditch the uber-jar and use semantic versioning by @cmoesel in #35
  • Fix typo in README (lib --> libs) by @cmoesel in #36

Full Changelog: v1.5.12...v2.0.0

Translation Service for CQL 1.5.12

21 Nov 21:45
7251cf0
Compare
Choose a tag to compare

This release contains the following updates:

  • supports the 1.5.12 version of the CQL-to-ELM translator
  • Docker: supports AMD64 and ARM64 platforms (e.g., Intel and Mac M1)
  • Docker: uses Temurin JDK 11 distribution

Translation Service for CQL 1.5.10

26 Aug 21:34
38579bd
Compare
Choose a tag to compare

This release contains the following updates:

  • supports the 1.5.10 version of the CQL-to-ELM translator
  • adds a new /cql/formatter endpoint for formatting CQL (#29)
  • supports configuring the port via a CQL_TRANSLATOR_PORT environment variable (#24, contributed by @om-james)
  • updates the resteasy-jaxrs dependency to address a potential vulnerability (#27, contributed by @mattwiller)

See the README for information about the new /cql/formatter endpoint.

Many thanks to @om-james and @mattwiller for their contributions to this release!

Translation Service for CQL 1.5.2

13 Apr 12:54
ccc9396
Compare
Choose a tag to compare

This release supports the 1.5.2 version of the CQL-to-ELM translator.

Translation Service for CQL 1.4.9

22 Oct 18:53
297c069
Compare
Choose a tag to compare

This release contains the following updates:

  • supports the 1.4.9 version of the CQL-to-ELM translator
  • supports translating into multiple export formats when the X-TargetFormat header contains a comma-separated list (#18, #19)

Many thanks to Corey Sanders for the multiple export format implementation!