Skip to content

Releases: valkey-io/valkey-glide

v1.3.1

04 Mar 02:23
3614dcf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

15 Feb 22:35
v1.3.0
7ef0895
Compare
Choose a tag to compare

Key Features:

  • Public preview for GO support

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

29 Dec 07:04
Compare
Choose a tag to compare

This release introduces a set of important bug fixes and enhancements:

  • Ability to configure connection timeouts, addressing cases where the default 250ms may be insufficient.
  • Memory leaks in Python wrapper
  • Allowing cluster scan with missing node(s)
  • Validating engine sharded Pub/Sub support during client creation

Full Changelog: v1.2.0...v1.2.1

v1.2.0

27 Nov 16:10
031dfe5
Compare
Choose a tag to compare

Key Features:

  • Availability Zone (AZ) Awareness for Valkey 8: Enables routing requests to Valkey nodes within the same Availability Zone, minimizing cross-zone traffic and improving response times.
  • JSON and VSS Module APIs:
    JSON Module - Allows seamless storage and retrieval of JSON data within clusters.
    VSS Module - Supports storing, indexing, and searching vectors for AI applications with single-digit millisecond performance.

Additional Enhancements:

  • In-Flight Request Limiting: Empowers users to manage traffic more effectively by setting limits on simultaneous requests.
  • Enhanced Monitoring: New statistics for connections and client objects provide better visibility and diagnostics.
  • Dynamic Password Updates: Clients can update connection passwords on-the-fly without requiring reconnections, ensuring uninterrupted operations.

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Sep 07:37
44ec72b
Compare
Choose a tag to compare

This release introduces Node.js language bindings and Valkey 8 support, along with significant improvements, including faster automatic server reconnection and several critical bug fixes.

Full Changelog: v1.0.1...v1.1.0

New Contributors

v1.0.1

11 Jul 13:54
v1.0.1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Jul 15:13
Compare
Choose a tag to compare

General Availability release of the Java and Python wrappers.

v1.0.0-rc2

09 Jul 09:40
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.0-rc1...v1.0.0-rc2

v0.5.0-rc1

06 Jul 03:00
6d73d6e
Compare
Choose a tag to compare
v0.5.0-rc1 Pre-release
Pre-release

What's Changed

Read more

v0.4.1

02 Jun 15:53
Compare
Choose a tag to compare

0.4.1 (2024-02-06)

Fixes

  • Node: Fix set command bug with expiry option (#1508)