3 Commits
Author SHA1 Message Date
releaser ee39fa06b0 chore(release): prepare for v0.1.1 (#17)
Unbound Release / Check Preconditions (push) Successful in 26s
Unbound Release / Create Tag (push) Skipped
subscriptions / coverage-baseline (push) Successful in 59s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 29s
subscriptions / test (push) Skipped
subscriptions / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
Unbound Release / Create Release (push) Successful in 30s
Release / release (push) Successful in 4m0s
## [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)

<!-- generated by git-cliff -->

---

**Note:** Please use **Squash Merge** when merging this PR.

Reviewed-on: #17
Co-authored-by: Unbound Releaser <releaser@unbound.se>
2026-08-29 11:27:52 +00:00
renovate 9d9bd7129d fix(deps): update module github.com/stretchr/testify to v1.12.1 (#14)
subscriptions / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
subscriptions / coverage-baseline (push) Successful in 51s
Unbound Release / Check Preconditions (push) Successful in 30s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Create Release (push) Successful in 24s
subscriptions / test (push) Skipped
Release / release (push) Successful in 12m54s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 50s
2026-08-21 08:13:33 +00:00
renovate c4b21f97ae chore(deps): update pre-commit hook golangci/golangci-lint to v2.13.1 (#15)
subscriptions / coverage-baseline (push) Successful in 49s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Check Preconditions (push) Successful in 21s
subscriptions / test (push) Skipped
subscriptions / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 44s
Unbound Release / Create Release (push) Successful in 43s
Release / release (push) Successful in 9m1s
2026-08-21 07:20:34 +00:00
3 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ repos:
- id: go-test - id: go-test
- id: gofumpt - id: gofumpt
- repo: https://github.com/golangci/golangci-lint - repo: https://github.com/golangci/golangci-lint
rev: v2.12.2 rev: v2.13.1
hooks: hooks:
- id: golangci-lint-full - id: golangci-lint-full
- repo: https://github.com/gitleaks/gitleaks - repo: https://github.com/gitleaks/gitleaks
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "v0.1.0" "version": "v0.1.1"
} }
+17 -1
View File
@@ -2,10 +2,26 @@
All notable changes to this project will be documented in this file. 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 ## [0.1.0] - 2026-06-16
### 🚀 Features ### 🚀 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 --> <!-- generated by git-cliff -->