Releases: datastax/cql-proxy
Releases · datastax/cql-proxy
v0.1.6
What's Changed
- Update Cassandra native protocol version
- Upgrade Golang to 1.18
- Fix identifier quoting in USE keyspace response
- Fix handling of double quote escaping in CQL identifiers
- Return detailed error reason when USE keyspace statement fails
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Connect timeout as CLI param by @absurdfarce in #117
- Add support for AstraAuthenticator by @absurdfarce in #123
New Contributors
- @absurdfarce made their first contribution in #117
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Align bundle path param name and upgrade image version in k8s example yaml by @hemidactylus in #99
- Fix Astra timeouts by @mpenick in #96
- Added error check for http GET request by @bogdanprodanj in #111
- generateSecureBundleURLWithResponse check errors by @wizardishungry in #107
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.1
v0.1.0 (GA release!)
What's Changed
- Optimize parser by @mpenick in #58
- Add support for detecting idempotent mutation queries by @mpenick in #59
- Upgrade version on README.md by @mpenick in #62
- Add support for retries by @mpenick in #60
- Add support for batches by @mpenick in #65
- Update readme llp by @polandll in #68
- Return server-side cql version for supported options by @mpenick in #72
- Add health checks for liveness and readiness by @mpenick in #71
- Automatically download Astra secure connect bundle by @mpenick in #69
- Fix end-of-statement (EOS) token ';' by @mpenick in #75
- Fix initial connpool delay when a new node is added by @mpenick in #79
- CLI and README updates by @mpenick in #76
- Try using a
bufio.Reader
inproxycore.Conn
by @mpenick in #80
New Contributors
- @polandll made their first contribution in #68
- Thanks to @joao-r-reis for all the awesome code reviews!
Full Changelog: v0.0.4...v0.1.0