Author SHA1 Message Date
renovate-bot 5b8e790021 chore(deps): Update dependency go to 1.26
CI / build (pull_request) Successful in 1m2s
2026-08-14 09:00:25 +00:00
b481dae0b6 feat: implement cross-node event broadcasting with NATSEventBus (#151)
CI / build (push) Successful in 22s
This PR implements cross-node event broadcasting for aether.

Changes:
- UpdateVersionCache method in JetStreamEventStore
- SubscribeToEventStored helper in NATSEventBus
- Integration tests for cross-node scenarios
- Example code demonstrating NATSEventBus + JetStreamEventStore

Tests: All integration tests passing.
Co-authored-by: Claude Code <noreply@anthropic.com>
Co-authored-by: Hugo Nijhuis <hugo.nijhuis@flowmade.one>
Reviewed-on: #151
2026-05-17 15:29:52 +00:00
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: '1.23' go-version: '1.26'
- name: Build - name: Build
run: go build ./... run: go build ./...
- name: Test - name: Test