Skip to content

v0.33.5

Latest
Compare
Choose a tag to compare
@FZambia FZambia released this 25 Dec 09:28
· 1 commit to master since this release

What's Changed

  • Fix a deadlock during pub/sub and recovery sync by @FZambia in #439
  • Add missing logs for DisconnectServerError cases by @FZambia in #417
  • Unidirectional connect without automatic error to disconnect transform by @FZambia in #418
  • Add Config.UnidirectionalCodeToDisconnect by @FZambia in #421 - see how Centrifugo uses this feature in Centrifugo docs
  • Strip tokens from logs upon client disconnect by @FZambia and @Dirk007 in #422
  • Strip tokens from logs upon upon client errors by @FZambia in #424
  • Bump dependencies
❯ gorelease -base v0.33.4 -version v0.33.5
# github.com/centrifugal/centrifuge
## incompatible changes
CommandProcessedEvent.Disconnect: removed
## compatible changes
(*Client).ConnectNoErrorToDisconnect: added
CommandProcessedEvent.Error: added
Config.UnidirectionalCodeToDisconnect: added

# summary
v0.33.5 is a valid semantic version for this release.

Full Changelog: v0.33.4...v0.33.5