| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-11 | 1.8 kB | |
| v1.9.2 source code.tar.gz | 2025-10-11 | 11.2 MB | |
| v1.9.2 source code.zip | 2025-10-11 | 11.7 MB | |
| Totals: 3 Items | 22.9 MB | 0 | |
Overview
This release is solely focused on addressing a critical problem related to the go-redis dependency. Previous versions of go-redis were retracted, which could cause build failures, dependency resolution issues, or unexpected behavior for downstream projects relying on stable releases.
What's Fixed
- go-redis Version Issue: The only change in this release is updating go-redis to circumvent the retracted versions. This ensures that consumers of this library can continue to build and use it reliably without encountering problems from retracted dependencies.
- Chore: update go-redis for the retracted versions (#5235) by @kevwan
Impact
- No Functional Changes: There are no new features, bug fixes, or breaking changes in this release. Functionality remains the same as the previous version.
- Dependency Stability: Users should upgrade to this release if they are experiencing issues related to go-redis retractions or want to ensure their dependency tree remains stable.
New Contributors
While this release only addresses the go-redis issue, we'd like to acknowledge recent first-time contributors to the project: - @rizkyikiw42 (#5210) - @ZH1995 (#5233)
Changelog
For a full list of changes between v1.9.1 and v1.9.2, see the changelog.
Upgrade Recommendation:
If you depend on redis, it is strongly recommended to upgrade to this release to avoid issues caused by the retracted versions.