diff --git a/README.md b/README.md index cf3714f92f..9dec00b07c 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,17 @@ Valkey GLIDE is API-compatible with the following engine versions: | Valkey | - | - | V | V | | Redis | V | V | V | - | -## Current Status -In this 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. We're tracking future features on the [roadmap](https://github.com/orgs/valkey-io/projects/11). +## 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.3 (TBD) +- GO support +- Observability with Open Telemetry +- Client side metrics ## Getting Started - [Java](./java/README.md)