Releases: tmobile/casquatch
Releases · tmobile/casquatch
2.0-RELEASE
2.0-RELEASE - 08/20/2019
* Complete rewrite to correspond to 4.0 OSS Datastax Driver
* Moved to annotation processing based code generation
* Split projects to separate spring, tests, and generator from core driver
* New Feature: FailoverPolicy to enable custom failover policies
* New Feature: Rest DAO generation
* New Hugo based manual - https://tmobile.github.io/casquatch/
* New Travis CI Integration - https://travis-ci.com/tmobile/casquatch
1.4-RELEASE
1.4-RELEASE - 04/16/18
- New Feature: Added workload and dc filtering policies
- New Feature: Build includes clone as well as multiple default configuration templates.
- Rewrote CassandraGenerator as CLI Utility with customization options
- Added CQL Create Table statements as comments in generated code
- Added getVersion() which shows Casquatch and driver versions
- Updated Jackson-Databind to 2.9.8
- Updated Datastax Driver to 3.7.1 EE to 1.8.1
- Bugfix: Boolean type interpreted as UDT in CassandraGenerator
- Bugfix: Excluded solr_query from models in CassandraGenerator
1.3-RELEASE
1.3-RELEASE - 09/17/2018
- Added SSL Support
- Added CassandraDriver-EE as a simple wrapper to inject the licensed driver.
- Additional Documentation and Tests
- Updated to latest Cassandra Driver (3.6.0)
- Added support for Solr Query By Object and by CQL. Requires DSE Search >= 6.0
- Rewrote test suite to fully regression test multiple versions
- Bugfix: Spring Config Server changes to run independently
1.2-RELEASE
1.2-RELEASE - Release 06/22/2018
- Initial Open Source Release
- Added Spring Config Server
- Extended all tuning properties to be modified using a builder procedure or spring configuration
- Moved all spring references into CassandraDriverSpringConfiguration
- Moved from log4j to logback to match spring
- Renamed package and group ids for open source
- Added licensing and documentation for open source