Skip to content

v0.4.3: feat(event): add `handler.StartupQuery()` option (closes #124)

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 19:55
· 105 commits to main since this release
5b8eb52

Changelog

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

v0.4.2..v0.4.3