-
Notifications
You must be signed in to change notification settings - Fork 27
Support protocol v5 and CI improvements #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
96bef02
wip
joao-r-reis a982646
wip
joao-r-reis e056e50
wip
joao-r-reis 86ebcd4
wip
joao-r-reis 43fcb39
wip
joao-r-reis 58b657f
wrap up v5 implementation
joao-r-reis 53f6051
add unit tests and fix a couple of bugs
joao-r-reis cade26b
Automated gofmt changes
cbb16c7
cleanup
joao-r-reis 033c34f
Merge branch 'protov5' of https://github.com/datastax/zdm-proxy into …
joao-r-reis 789cd57
update gocql to v2
joao-r-reis 179c12d
update nbtest
joao-r-reis 7541153
workaround gocql bug and add matrix to tests
joao-r-reis 37f7c44
update ccm and add gocql compression bug workaround
joao-r-reis 9b674b6
fix ci
joao-r-reis e39e092
fix bug
joao-r-reis 0371f6d
fix ci
joao-r-reis ec048fb
fix ci
joao-r-reis bad3468
upgrade nbtest
joao-r-reis 5849af0
set script as executable
joao-r-reis 889b314
use ubuntu base image instead of nb
joao-r-reis bc64ad1
fix nbtest
joao-r-reis d669ad6
remove cqlsh dependency from nbtest
joao-r-reis 2f2dd5a
fix nb
joao-r-reis 00b5782
update executable
joao-r-reis a0b81d5
fix
joao-r-reis e552e4d
install nc
joao-r-reis ffdcb29
fix
joao-r-reis 1f94ccb
fix
joao-r-reis de22909
fix
joao-r-reis 47f7233
use cassandra 4 and 5 in nb tests
joao-r-reis 8539b66
log protocol version in handshake successful log message
joao-r-reis c491ea0
log compression as well
joao-r-reis 2919530
attempt enable compression for write NB job only
joao-r-reis e41857b
attempt compression again
joao-r-reis 42553a4
3rd attempt
joao-r-reis c8b5c84
attempt
joao-r-reis 88003f8
increase nb log level
joao-r-reis e12f8b3
revert compression nb changes
joao-r-reis 7e4a946
set info level on driver logs
joao-r-reis 2ba5a7f
driverlogging
joao-r-reis 5b58a27
fix
joao-r-reis 87f7fa9
cache ccm repo in GH action
joao-r-reis 96ac672
fix ci
joao-r-reis e17beb1
cache go and simulacron
joao-r-reis 5da33f8
fix workflow
joao-r-reis 50818b6
fix paths
joao-r-reis 6279d04
override ring delay when starting cassandra
joao-r-reis cfbbabb
update version and changelog
joao-r-reis df01b80
add dse versions to matrix, fix bug with prepared intercept queries
joao-r-reis fc69b50
fix protocol version used in tests
joao-r-reis 46a695b
fix tests
joao-r-reis 06b8f95
fix tests
joao-r-reis 43f6420
skip tls tests for dse 5.1
joao-r-reis ea92e84
make write buffer size behavior in v5 equal as v2-v4
joao-r-reis 5a45da8
add activity for fallouttest
joao-r-reis c224a3b
address PR feedback
joao-r-reis 1bc13d0
PR feedback
joao-r-reis ec64801
pr feedback
joao-r-reis 1f751d6
wip blocked version feature
joao-r-reis 3edd0a7
add blocked version integration tests
joao-r-reis 1e9f2f0
fix CI
joao-r-reis 8c86923
address PR feedback
joao-r-reis 1f71615
fix test bug
joao-r-reis a30b683
add changelog and release notes
joao-r-reis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # Changelog | ||
|
|
||
| Changelog for the ZDM Proxy, new PRs should update the `unreleased` section. | ||
|
|
||
| When cutting a new release, update the `unreleased` heading to the tag being generated and date, like `## vX.Y.Z - YYYY-MM-DD` and create a new placeholder section for `unreleased` entries. | ||
|
|
||
| --- | ||
|
|
||
| ## v2.4.0 - 2026-01-16 | ||
|
|
||
| ### New Features | ||
|
|
||
| * [#150](https://github.com/datastax/zdm-proxy/issues/150): CQL request tracing | ||
| * [#154](https://github.com/datastax/zdm-proxy/issues/154): Support CQL request compression | ||
| * [#157](https://github.com/datastax/zdm-proxy/pull/157): Support protocol v5 | ||
| * [#157](https://github.com/datastax/zdm-proxy/pull/157): New Configuration setting to block specific protocol versions | ||
|
|
||
| ### Improvements | ||
|
|
||
| * [#157](https://github.com/datastax/zdm-proxy/pull/157): Improvements to CI so we can find regressions with multiple C* versions before merging a PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.