Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis created pull request flowmade-one/aether#136 2026-01-13 20:45:35 +00:00
docs: Verify and document append-only immutability guarantees
HugoNijhuis created pull request flowmade-one/aether#135 2026-01-13 20:45:30 +00:00
feat(event-sourcing): Publish EventStored after successful SaveEvent
HugoNijhuis created branch issue-60- in flowmade-one/aether 2026-01-13 20:45:30 +00:00
HugoNijhuis pushed to issue-60- at flowmade-one/aether 2026-01-13 20:45:30 +00:00
78aaea9330 docs: Verify and document append-only immutability guarantees
HugoNijhuis created branch issue-61- in flowmade-one/aether 2026-01-13 20:45:15 +00:00
HugoNijhuis pushed to issue-61- at flowmade-one/aether 2026-01-13 20:45:15 +00:00
8c5ac500b6 feat(event-sourcing): Publish EventStored after successful SaveEvent
HugoNijhuis deleted branch issue-61-untitled from flowmade-one/aether 2026-01-13 20:41:36 +00:00
HugoNijhuis deleted branch issue-62-untitled from flowmade-one/aether 2026-01-13 20:41:34 +00:00
HugoNijhuis deleted branch issue-60-untitled from flowmade-one/aether 2026-01-13 20:41:31 +00:00
HugoNijhuis created branch issue-60-untitled in flowmade-one/aether 2026-01-13 20:26:21 +00:00
HugoNijhuis pushed to issue-60-untitled at flowmade-one/aether 2026-01-13 20:26:21 +00:00
69da1d800e docs: Verify and document append-only event guarantees
HugoNijhuis pushed to issue-62-untitled at flowmade-one/aether 2026-01-13 20:26:08 +00:00
f16a7c6237 docs: Add VersionConflictError retry pattern examples
HugoNijhuis created branch issue-62-untitled in flowmade-one/aether 2026-01-13 20:26:07 +00:00
HugoNijhuis created branch issue-61-untitled in flowmade-one/aether 2026-01-13 20:25:56 +00:00
HugoNijhuis pushed to issue-61-untitled at flowmade-one/aether 2026-01-13 20:25:56 +00:00
0f89b07c0b feat(event sourcing): Publish EventStored event after successful SaveEvent
HugoNijhuis commented on pull request flowmade-one/aether#130 2026-01-13 19:25:37 +00:00
fix(store): Implement version cache invalidation strategy for JetStreamEventStore

Code Review: Approved ✓

Excellent work addressing the feedback! All three critical issues have been resolved correctly.

Issues Fixed:

  1. Cache repopulation (FIXED) - GetLatestVersion…
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-13 18:49:53 +00:00
bcbec9ab94 Merge pull request '[Performance] Optimize GetLatestVersion to O(1)' (#131) from issue-127-untitled into main
de30e1ef1b fix: address critical TOCTOU race condition and error handling inconsistencies
b9e641c2aa fix: Address thread safety and resource management issues
ec3db5668f perf: Optimize GetLatestVersion to O(1) using JetStream DeliverLast
Compare 4 commits »
HugoNijhuis merged pull request flowmade-one/aether#131 2026-01-13 18:49:51 +00:00
[Performance] Optimize GetLatestVersion to O(1)
HugoNijhuis pushed to issue-127-untitled at flowmade-one/aether 2026-01-13 18:49:48 +00:00
de30e1ef1b fix: address critical TOCTOU race condition and error handling inconsistencies
b9e641c2aa fix: Address thread safety and resource management issues
ec3db5668f perf: Optimize GetLatestVersion to O(1) using JetStream DeliverLast
20d688f2a2 Merge pull request 'fix(store): Implement version cache invalidation strategy for JetStreamEventStore' (#130) from issue-126-untitled into main
fd1938672e fix: address review feedback on cache invalidation
Compare 6 commits »
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-13 18:48:04 +00:00
20d688f2a2 Merge pull request 'fix(store): Implement version cache invalidation strategy for JetStreamEventStore' (#130) from issue-126-untitled into main
fd1938672e fix: address review feedback on cache invalidation
6de897ef60 fix(store): Implement version cache invalidation strategy for JetStreamEventStore
Compare 3 commits »