Skip to content

CQL Transaltion Service 2.0.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 03 Apr 18:33
· 6 commits to master since this release
760d394

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