Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 20:35
· 78 commits to master since this release
a75bb34

1.1.0 (2023-12-18)

Features

  • 🎸 add ability to configure buffer size in cluster client (e8e3422)
  • 🎸 add buffering for ReconnectingSocket while it is offlin (3c934df)
  • 🎸 handle reconnects in PSUBSCRIBE and SSUBSCRIBE (8cdc94a)
  • 🎸 implement GET and SET server commands (49fd79e)
  • 🎸 re-establish SUBSCRIBE subscriptions on re-connect (7b2ed41)
  • 🎸 setup basic server (beb379d)

Performance Improvements

  • ⚡️ add benchmarks (3be95b8)
  • ⚡️ remove arg list after write to socket (7626205)