Releases: cqframework/cql-translation-service
CQL Translation Service 2.5.0
CQL Translation Service 2.5.0 has been upgraded to use CQL Tools 3.15.0.
What's Changed
- Support for translator 3.15.0 by @elsaperelli in #43
New Contributors
- @elsaperelli made their first contribution in #43
Full Changelog: v2.4.0...v2.5.0
CQL Translation Service 2.4.0
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
CQL Translation Service 2.3.0 has been upgraded to use CQL Tools v3.3.2.
What's Changed
Full Changelog: v2.2.0...v2.3.0
CQL Translation Service 2.2.0
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
CQL Translation Service 2.1.0 has been upgraded to use CQL Tools v2.10.0.
What's Changed
Full Changelog: v2.0.0...v2.1.0
CQL Transaltion Service 2.0.0
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
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
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
This release supports the 1.5.2 version of the CQL-to-ELM translator.
Translation Service for CQL 1.4.9
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!