chore(valkey): promote to v1.0.2 — bump health/launcher/logz to v1.0.1, go 1.26

Bump health, launcher, and logz dependencies from v0.9.0 to v1.0.1 and update
go directive from 1.25 to 1.26. API committed as stable; no code changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 04:18:08 +00:00
parent eda54153d6
commit 5ab5b7b934
3 changed files with 18 additions and 10 deletions

View File

@@ -5,6 +5,13 @@ All notable changes to this module will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.2] - 2026-05-12
### Changed
- `health`, `launcher`, and `logz` dependencies bumped from v0.9.0 to v1.0.1.
- `go` directive updated from 1.25 to 1.26.
## [0.9.0] - 2026-03-18
### Added
@@ -26,4 +33,5 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
- `Provider` / `Component` split follows the framework pattern: inject `Provider` into repositories and services, inject `Component` only at the lifecycle registration site.
- Health priority is `LevelDegraded` by design — callers must handle cache misses by falling back to the primary datastore rather than treating a Valkey outage as fatal.
[1.0.2]: https://code.nochebuena.dev/go/valkey/releases/tag/v1.0.2
[0.9.0]: https://code.nochebuena.dev/go/valkey/releases/tag/v0.9.0