Skip to content

Releases: codecrafters-io/redis-tester

v177

28 Oct 14:07
024884c
Compare
Choose a tag to compare

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

25 Oct 11:14
d016ede
Compare
Choose a tag to compare

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

21 Oct 11:55
d016ede
Compare
Choose a tag to compare

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

19 Oct 19:22
0012bc1
Compare
Choose a tag to compare

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

19 Sep 16:00
f405a3f
Compare
Choose a tag to compare

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

19 Sep 16:00
f405a3f
Compare
Choose a tag to compare

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

04 Sep 14:11
92a2fc2
Compare
Choose a tag to compare

Changelog

  • 92a2fc2 Merge pull request #165 from codecrafters-io/CC-1397
  • e90d891 test: add version check for rdb writer

v170

03 Sep 15:58
b06167f
Compare
Choose a tag to compare

Changelog

  • b06167f Merge pull request #164 from codecrafters-io/bump-dep-rdb
  • 258a05e Bump github.com/hdt3213/rdb to v1.0.18

v169

30 Aug 12:03
acd81ae
Compare
Choose a tag to compare

Changelog

  • acd81ae Merge pull request #163 from codecrafters-io/update-anti-cheat
  • 4497b06 refactor: handle connection error gracefully in antiCheatTest

v168

22 Aug 16:19
6654c27
Compare
Choose a tag to compare

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