Spring Data Valkey 2.0.0 upgrades to Spring Boot 4.1 / Spring Framework 7 (JDK 17+) and ships with Valkey GLIDE 2.5.2.
What's Changed
- Add missing actuator config by @jeremyprime in #80
- Update Valkey GLIDE dependency to Uber Jar by @Aryex in #86
- test: fix ValkeyStandalone qualifier typo by @charles-openclaw in #89
- Document AZ affinity configuration by @jeremyprime in #93
- Implemented pipelining for cluster mode by @Aryex in #92
- Fix cluster SCAN behavior for Valkey GLIDE client (fixes #21) by @wheresNasha in #94
- Upgrade to Spring Boot 4 / Spring Framework 7 by @jeremyprime in #95
- Upgrade to Spring Boot 4.1 by @jeremyprime in #99
- Bump valkey-glide to 2.5.2 by @jeremyprime in #106
New Contributors
- @Aryex made their first contribution in #86
- @charles-openclaw made their first contribution in #89
- @wheresNasha made their first contribution in #94
Full Changelog: v1.0.0...v2.0.0