Skip to content

Releases: cannahum/eventsourcing-lite

fix: add test queue destroy function

25 Oct 00:20
Compare
Choose a tag to compare

feat: add a test utility function that creates an SQS queue

25 Oct 00:16
Compare
Choose a tag to compare
v1.2.0

add test queue creator function

feat: add context to Observer interface methods

18 Jul 01:55
Compare
Choose a tag to compare
v1.1.0

add context to observer methods

feat: upgrade to aws-sdk-go-v2

17 Jul 07:50
Compare
Choose a tag to compare

!!! Breaking Change !!!
AWS SDK for Go is updated to v2.

test: Observer failure callback tests

31 Jan 07:50
Compare
Choose a tag to compare
v0.1.1

test observer fail callback OnObserveFailed

feat: Observing of applied commands via observer pattern

31 Jan 07:35
Compare
Choose a tag to compare
  • 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

10 Dec 06:09
Compare
Choose a tag to compare
v0.0.5

testutils refactor: pass your own db

fix: AWS Config Endpoint value nil guard

07 May 06:12
Compare
Choose a tag to compare
v0.0.4

fixed bug by guarding aws config endpoint (nil value)

Adding v to version names

04 May 08:28
Compare
Choose a tag to compare
v0.0.3

Wrote comments, lint, fmt etc...

Comments, documentation, some cleanup

04 May 08:26
Compare
Choose a tag to compare
0.0.2

Wrote comments, lint, fmt etc...