release: v1.7.0 (lockstep); generalize ADR-001 (drop private consumer name)

This commit is contained in:
2026-08-18 17:55:35 -06:00
parent e76dc48688
commit 304dd18828
4 changed files with 21 additions and 7 deletions
+14
View File
@@ -6,6 +6,20 @@ This module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html
---
## [1.7.0] — 2026-08-14
Minor — coordinated framework release (lockstep versioning). No API changes in this module.
### Docs
- Generalized **ADR-001** (request binding): removed the reference to a specific private consumer
service and its internal ADR; the motivation is now stated in general terms. The framework's ADRs
must be self-contained. No code change.
### Changed
- Bumped `contracts`, `core` to v1.7.0.
## [1.6.0] — 2026-08-13
Minor — request binding from path and query, not only the JSON body.