Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add version release notes and unify expressions #2889

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Valkey GLIDE is API-compatible with the following engine versions:
## Current Status and upcoming releases
In the current release, Valkey GLIDE is available for Python, Java and Node.js. Support for GO is actively under development, with plans to include more programming languages in the future.

#### v1.2 (Dec. 2024)
- Vector Similarity Search and JSON modules support
- Availability zone routing for Read from Replica
#### v1.2 (Nov. 2024 - GA)
- Support JSON and Vector Similarity Search(VSS) modules
- Support Availability Zone(AZ) Awareness (AZ Affinity) as a reading strategy
- Monitoring for tracking resources (connections, clients)

#### v1.3 (Feb. 2025)
- Public preview for GO support
- Observability with Open Telemetry
- Client side metrics
- Enhanced monitoring with more client-side metrics

## Getting Started
- [Java](./java/README.md)
Expand Down