Releases: cannahum/eventsourcing-lite
Releases · cannahum/eventsourcing-lite
fix: add test queue destroy function
Full Changelog: v1.2.0...v1.2.1
feat: add a test utility function that creates an SQS queue
v1.2.0 add test queue creator function
feat: add context to Observer interface methods
v1.1.0 add context to observer methods
feat: upgrade to aws-sdk-go-v2
!!! Breaking Change !!!
AWS SDK for Go is updated to v2.
test: Observer failure callback tests
v0.1.1 test observer fail callback OnObserveFailed
feat: Observing of applied commands via observer pattern
- Observer interface exposed
- Upon successful repository.Apply function, observers will be invoked
- Observer failures will be invoked as callbacks and will not impact the execution of the repository.Apply function
feat: Create Test Table with testutils package
v0.0.5 testutils refactor: pass your own db
fix: AWS Config Endpoint value nil guard
v0.0.4 fixed bug by guarding aws config endpoint (nil value)
Adding v to version names
v0.0.3 Wrote comments, lint, fmt etc...
Comments, documentation, some cleanup
0.0.2 Wrote comments, lint, fmt etc...