Modernice Goes Versions Save

goes is an event-sourcing framework for Go.

v0.4.6

5 months ago

Changelog

  • 3df97cb9 fix(repository_test.go): add event time to support fast machines during tests
  • 83f02169 fix(gtest): fix TransitionTest when matching same event multiple times with different event data
  • 3fcc13e7 chore(deps): bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0

v0.4.5..v0.4.6

v0.4.5

6 months ago

Changelog

  • a0efc1a7 chore(deps): update dependencies
  • 6e491acb fix(command/cmdbus): track dispatch before publishing event
  • 5cf3f58b feat(event/eventbus): add artificial delay option to simulate network latency
  • 186872ec chore(deps): go work syc && go mod tidy
  • 33cc3d91 chore(deps): bump github.com/nats-io/nkeys in /examples/todo
  • 2e68087d chore(deps): bump github.com/nats-io/nkeys from 0.4.5 to 0.4.6
  • ef883dc0 chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
  • 396265d6 chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0
  • d725aa31 chore(deps): bump github.com/nats-io/nats.go from 1.30.2 to 1.31.0
  • ebc1ba48 chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
  • 32cf0fdc chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • 43fa022a chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3
  • 37aa520b chore(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0
  • 18afc1fa chore(deps-dev): bump postcss from 8.4.16 to 8.4.31 in /docs
  • f54ef9f7 chore(deps): bump github.com/nats-io/nats.go from 1.30.1 to 1.30.2
  • 67035e50 chore(deps): bump github.com/nats-io/nats.go from 1.30.0 to 1.30.1
  • 7c8e419b refactor(store.go): change var to const for PreInsert hook to ensure its value remains immutable
  • 36cb215a Prevent caller to modify underlying array
  • 875903b4 feat(exp/gtest): export TransitionWithComparer
  • c370af7c docs(commands): add deprecation notice to command/builtin package README.md to inform users about the package status
  • daa3da45 chore(github/workflows): change test environment from self-hosted to ubuntu-latest for mongo-test.yml and nats-test.yml to ensure consistency and reliability of test environments
  • b4973bd2 chore(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.2
  • 0d8a1f3f refactor(eventbustest/core.go): increase event timeout from 50ms to 500ms for better test reliability
  • ee66a9aa chore: remove CodeQL analysis workflow file

v0.4.4..v0.4.5

v0.4.4

7 months ago

Changelog

  • 49ade709 feat(cached.go): modify Clear() function to accept optional UUIDs for selective cache clearing
  • 4b51c724 feat(repository): add CachedRepository for caching fetched aggregates

v0.4.3..v0.4.4

v0.4.3

7 months ago

Changelog

  • 5b8eb525 feat(event): add handler.StartupQuery() option (closes #124)
  • 65e0bfd4 refactor(handler.go): remove unnecessary sync.WaitGroup usage in handleEvents function to simplify code and improve readability
  • bb69ef0e feat(event): add handler.Workers() option
  • 5f0ca914 feat(aggregate): automatically add query.Name() option (closes #144)
  • 5d9a40b5 refactor(query.go): restructure Query and related types for better clarity and flexibility
  • a01aba88 docs: update test badges
  • 477a0176 chore(github-actions): update Go setup step in codeql-analysis, mongo-test, and nats-test workflows
  • 617ce50c chore(deps): update dependencies to their latest versions for improved stability and security
  • 68a5d490 feat(.github/workflows): add mongo-test and nats-test workflows to run tests on push and pull requests to main branch
  • a2d22e4e feat(aggregate.go): add Comparable interface and TransitionWithEqual function for custom event data comparison
  • 11269522 refactor(exp/gtest/README.md): update User creation function to use Data() method for event data access

v0.4.2..v0.4.3

v0.4.2

8 months ago

Changelog

  • 49371d5b chore(dockerfiles): upgrade base image from golang:1.18 to golang:1.21
  • c39dd695 chore(go.mod, go.work): upgrade Go version from 1.20 to 1.21 for compatibility with latest features and improvements
  • 41472b35 chore(test.yml): update Go version from 1.20 to 1.21.0 in GitHub Actions to ensure compatibility with the latest version
  • a01688bf chore(test.yml): update Go version from 1.18 to 1.20 in GitHub Actions to ensure compatibility with latest Go features

v0.4.1..v0.4.2

v0.4.1

8 months ago

Changelog

  • 6018f816 chore(deps): upgrade dependencies
  • 00c05ec7 feat(gtest): add testing utilities for event-sourcing patterns
  • a05cba90 chore(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.1

v0.4.0..v0.4.1

v0.4.0

8 months ago

Changelog

  • 225ea1b2 chore(go.mod): update dependencies to latest versions
  • 84f12a3a chore(go.mod): update dependencies of example
  • d365bb2f chore(deps): go mod tidy
  • 7c7d64cc chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.0
  • ec18eff6 chore(deps): bump github.com/nats-io/nats.go from 1.28.0 to 1.29.0
  • 806666a0 chore(deps): bump github.com/nats-io/nats.go from 1.28.0 to 1.29.0
  • 5c7a4249 feat(mongo): enhance EventStore with transaction hooks and detailed comments

v0.3.7..v0.4.0

v0.3.7

8 months ago

Changelog

  • a6002ffe feat(streams.go): add Take function to limit the number of elements received from a channel
  • 9005f1a0 refactor(handler.go): improve comments for better code understanding
  • 7826f58b chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1

v0.3.6..v0.3.7

v0.3.6

9 months ago

Changelog

  • 7f19839c chore(go.mod): update dependencies for better performance and security
  • b7e5060f feat(store.go): enable disk use in MongoDB find options to handle large result sets
  • 84748f29 chore(deps-dev): bump vite from 3.0.9 to 3.2.7 in /docs
  • bacbe41b chore(deps): bump go.mongodb.org/mongo-driver from 1.12.0 to 1.12.1
  • d2953fc6 chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0
  • a2443aed chore(deps): bump github.com/nats-io/nats.go from 1.27.1 to 1.28.0
  • 0d65a9b3 chore(Makefile): update docker-compose commands to use 'docker compose' instead of 'docker-compose' for consistency
  • 3f20a190 Update test.yml
  • d1dcb7f8 chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.2
  • 3b030359 chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0

v0.3.5..v0.3.6

v0.3.5

10 months ago

Changelog

  • cdde9449 feat(base.go): add RegisteredEvents method to return registered event names
  • 5128fcab chore(deps): bump github.com/nats-io/nats.go from 1.27.0 to 1.27.1

v0.3.4..v0.3.5