Skip to content

Releases: valkey-io/valkey-glide

v2.0.1

20 Jun 02:37
05112d1
Compare
Choose a tag to compare

V2.0

18 Jun 15:53
4e0e0b2
Compare
Choose a tag to compare

🚀 Key Features

  • Valkey-Glide Go Client: Released a new Go wrapper for Valkey, developed in collaboration with GCP.
  • OpenTelemetry Support: Enabled integration with OpenTelemetry for observability, including metrics and trace collection.
  • Batch API: Introduced a new API for batching (Pipeline and Transaction) to reduce latency and improve throughput.
  • Lazy Connection: Implemented lazy connection support, available for both Python and Node.js clients.

⚠️ Breaking Changes

  • Java client - Customizing thread pool is no longer available, threadPoolResource parameter has removed from client configuration. PR #3004
  • Node client - The exec function signature has changed and now requires a new mandatory parameter raiseOnError. PR #3702
  • Python client - The exec function signature has changed and now requires a new mandatory parameter raise_on_error. PR #3555 and PR #4027

🎉 New Contributors

@jhpung made their first contribution in #2558
@niharikabhavaraju made their first contribution in #2738
@EdricCua made their first contribution in #2756
@Angraybill made their first contribution in #2933
@omangesg made their first contribution in #3199
@rueian made their first contribution in #3208
@karthiknathan06 made their first contribution in #3380
@fenichelar made their first contribution in #3489
@X39 made their first contribution in #3362
@dependabot made their first contribution in #3497
@goller made their first contribution in #3548
@amirreza8002 made their first contribution in #3558
@Juneezee made their first contribution in #3648
@mortymacs made their first contribution in #3760
@thearchitector made their first contribution in #3465
@meitalkra made their first contribution in #3949
@mthemis-provenir made their first contribution in #3386
@SergioNR made their first contribution in #3982
@marcoreni made their first contribution in #4046

Full Changelog: v1.3.4...release-2.0

Thanks to everyone who contributed to this release!

@GilboaAWS, @janhavigupta007, @umit, @MikeMwita, @avifenesh, @ikolomi, @jhpung, @Yury-Fridlyand, @tjzhang-BQ, @cyip10, @jamesx-improving, @acarbonetto, @niharikabhavaraju, @jbrinkman, @liorsve, @EdricCua, @prateek-kumar-improving, @barshaul, @shohamazon, @BoazBD, @nihohit, @yipin-chen, @jonathanl-bq, @eifrah-aws, @Angraybill, @mo-amzn, @Maayanshani25, @edlng, @adarovadya, @Sa1Gur, @prateek-kumar-improving, @omangesg, @jbrinkman, @rueian, @karthiknathan06, @fenichelar, @X39, @dependabot, @goller, @amirreza8002, @Juneezee, @carthas, @mortymacs, @thearchitector, @meitalkra, @mthemis-provenir, @SergioNR, @marcoreni, @asafpamzn

v1.3.4

06 May 11:15
Compare
Choose a tag to compare

v1.3.2

06 Apr 14:24
57d548e
Compare
Choose a tag to compare

What's Changed

New Contributors

@karthiknathan06 made their first contribution. Congrats!
@fenichelar made their first contribution. Congrats!

Full Changelog: v1.3.1...v1.3.2

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