2 Commits

Author SHA1 Message Date
releaser b8546c1609 chore(release): prepare for v0.1.1
subscriptions / vulnerabilities (pull_request) Successful in 1m25s
subscriptions / test (pull_request) Successful in 2m40s
subscriptions / coverage-baseline (pull_request) Has been skipped
pre-commit / pre-commit (pull_request) Successful in 5m21s
2026-06-20 20:31:25 +00:00
releaser 475906e997 chore(release): prepare for v0.1.1 2026-06-20 20:31:22 +00:00
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.0"
"version": "v0.1.1"
}
+7 -1
View File
@@ -2,10 +2,16 @@
All notable changes to this project will be documented in this file.
## [0.1.1] - 2026-06-20
### ⚙️ Miscellaneous Tasks
- *(deps)* Update actions/checkout action to v7 (#2)
## [0.1.0] - 2026-06-16
### 🚀 Features
- Initial version: type-generic `Registry[T]` for cross-service read-your-writes GraphQL subscriptions (ADR-0012) — keyed subscriber map, non-blocking fan-out (sends under the read lock), a bounded worker pool that runs the read-view gate off the AMQP delivery goroutine, and `Observer` metric hooks. Extracted and hardened from the hand-rolled `authz-service` and `accounting-service` copies.
- Type-generic registry for cross-service read-your-writes subscriptions
<!-- generated by git-cliff -->