1 Commits
Author SHA1 Message Date
renovate 194eda8c89 fix(deps): update module github.com/stretchr/testify to v1.12.1
subscriptions / test (push) Skipped
subscriptions / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
subscriptions / test (pull_request) Successful in 53s
subscriptions / coverage-baseline (pull_request) Skipped
subscriptions / vulnerabilities (pull_request) Successful in 1m1s
pre-commit / pre-commit (pull_request) Successful in 2m14s
2026-08-21 08:13:26 +00:00
2 changed files with 2 additions and 18 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v0.1.1"
"version": "v0.1.0"
}
+1 -17
View File
@@ -2,26 +2,10 @@
All notable changes to this project will be documented in this file.
## [0.1.1] - 2026-08-21
### 🐛 Bug Fixes
- *(deps)* Update module github.com/stretchr/testify to v1.12.0 (#12)
- *(deps)* Update module github.com/stretchr/testify to v1.12.1 (#14)
### ⚙️ Miscellaneous Tasks
- *(deps)* Update actions/checkout action to v7 (#2)
- *(deps)* Update actions/cache action to v6 (#4)
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0 (#6)
- *(deps)* Update actions/setup-go action to v7 (#8)
- *(deps)* Update actions/setup-python action to v7 (#10)
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.13.1 (#15)
## [0.1.0] - 2026-06-16
### 🚀 Features
- Type-generic registry for cross-service read-your-writes subscriptions
- 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.
<!-- generated by git-cliff -->