docs(cache-valkey): fix wiring doc examples; align to v1.1.1
This commit is contained in:
@@ -4,6 +4,19 @@ All notable changes to this module are documented here.
|
||||
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
This module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.1.1] — 2026-08-07
|
||||
|
||||
Patch — corrected doc examples plus framework version alignment.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Package doc examples used a fictional `launcher.Register` / `health.Register` API; corrected to
|
||||
`lc.Append` + `web/health.NewHandler(...).ServeHTTP`. Verified by compiling against the real API.
|
||||
|
||||
### Changed
|
||||
|
||||
- Bumped `contracts` and `core` to v1.1.1.
|
||||
|
||||
## [1.1.0] — 2026-08-07
|
||||
|
||||
Coordinated framework version alignment — released in lockstep at v1.1.0.
|
||||
|
||||
Reference in New Issue
Block a user