Skip to content

Releases: anexia/rmux

v0.3.3-anx.v5

05 Feb 13:49
Compare
Choose a tag to compare

Changelog

  • 2043bba Fix timeouts causing clients to never receive an answer in pipelines

v0.3.3-anx.v4

24 Oct 11:14
Compare
Choose a tag to compare

Changelog

  • b65ff64 Fix non existing clients getting stacked up in overload scenarios
  • f3e042e Deny new clients if the diagnostic connection is down to prevent log spamming
  • e4a33a8 Improve logging
  • 0ab0313 Rewrite transaction logic for stable operation

v0.3.3-anx.v3

12 Sep 15:14
Compare
Choose a tag to compare

Changelog

  • 6620538 Increase default diagnostic connection check interval and make it configurable
  • d889050 Improve log messages caused by diagnostic connection events
  • b516a0e Add automatic connection reconnect with configurable interval
  • 14d0652 Add logging of transaction timeouts
  • f32d5cb Fix actual errors hidden behind io.EOF error in CopyServerResponses
  • a2286a2 Deny connection reuse if unexpected data is returned
  • 05c7f48 Fix possible race condition during transaction with errors

v0.3.3-anx.v2

29 Dec 18:13
Compare
Choose a tag to compare

Changelog

  • 127ff1c Remove socket file if it already exists

v0.3.3-anx.v1

17 Nov 08:35
6bbbeb5
Compare
Choose a tag to compare

Based on current master (salesforce@bca02f7).

Contains the changes of the following PRs:

  • salesforce#25: Fix DEL command with multiple keys
  • salesforce#26: Update project for golang 1.19 structure
  • salesforce#27: Add redis authentication support from Rmux to backend server
  • salesforce#28: Implement basic Redis transaction support without multiplexing