Compare commits
1
Commits
main
..
b920e982bf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b920e982bf |
@@ -30,7 +30,7 @@ repos:
|
||||
- id: go-test
|
||||
- id: gofumpt
|
||||
- repo: https://github.com/golangci/golangci-lint
|
||||
rev: v2.13.1
|
||||
rev: v2.12.2
|
||||
hooks:
|
||||
- id: golangci-lint-full
|
||||
- repo: https://github.com/gitleaks/gitleaks
|
||||
|
||||
+1
-17
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user