Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 21:49
· 94 commits to main since this release

What's changed in v2.1.0

  • feat: Implement typed microsvc route bundles (#95) (by @patrickleet)

    • Implement typed microsvc route bundles
    • Remove legacy register_handlers macro
    • Add routes dependency combination coverage

    This is a breaking change, use routes! macro instead of register_handlers. Services are not sets of route bundles to support multiple aggregates/repos per service.

See full diff: v2.0.0...v2.1.0