Releases: codecrafters-io/redis-tester
Releases · codecrafters-io/redis-tester
v177
Changelog
- 024884c Merge pull request #171 from codecrafters-io/add-logging
- f3eef20 fix: add regex to replace hexdump lines
- 748a0dd test: update fixtures
- 8c71089 refactor: improve logging and hexdump output in test cases
- c15e1ee feat: add functions required for logging out hexdumps
v176
Changelog
- d016ede Merge pull request #168 from codecrafters-io/reused-conn-logs
- a5ce597 test: update fixtures
- 0adf190 test: update fixtures
- 6894185 refactor: update RespConnection struct to track total sent bytes The SendCommand method has been updated to check the TotalSentBytes field instead of the SentBytes field to determine if a command is being sent for the first time or not.
v175
Changelog
- d016ede Merge pull request #168 from codecrafters-io/reused-conn-logs
- a5ce597 test: update fixtures
- 0adf190 test: update fixtures
- 6894185 refactor: update RespConnection struct to track total sent bytes The SendCommand method has been updated to check the TotalSentBytes field instead of the SentBytes field to determine if a command is being sent for the first time or not.
v174
Changelog
- 0012bc1 Merge pull request #169 from codecrafters-io/fix-confusing-stage-1-messagse
- 4fa8b00 Refactor error message in bind_test_case.go for clarity and user guidance.
v173
Changelog
- f405a3f Merge pull request #167 from codecrafters-io/update-tester-utils-to-v0.2.38
- 621f7ed update-tester-utils-to-v0.2.38
v172
Changelog
- f405a3f Merge pull request #167 from codecrafters-io/update-tester-utils-to-v0.2.38
- 621f7ed update-tester-utils-to-v0.2.38
v171
Changelog
- 92a2fc2 Merge pull request #165 from codecrafters-io/CC-1397
- e90d891 test: add version check for rdb writer
v170
Changelog
- b06167f Merge pull request #164 from codecrafters-io/bump-dep-rdb
- 258a05e Bump github.com/hdt3213/rdb to v1.0.18
v169
Changelog
- acd81ae Merge pull request #163 from codecrafters-io/update-anti-cheat
- 4497b06 refactor: handle connection error gracefully in antiCheatTest
v168
Changelog
- 6654c27 Merge pull request #162 from codecrafters-io/streams-ext-params-quoting
- 016c294 test: update fixtures
- e795b11 feat: remove quoting for all params passed to xadd, xrange