Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 15:14
· 103 commits to 0.5.x since this release
d063903

Changelog

minos-microservice-aggregate

  • Add Condition.LIKE operator to be used with the find method from SnapshotRepository.
  • Add get_all method to RootEntity and SnapshotRepository to get all the stored instance on the repository.
  • Rename SnapshotService command topics to avoid collisions with application-level topics.
  • Rename TransactionService command topics to avoid collisions with application-level topics.
  • Minor changes.

minos-microservice-common

  • Add query_repository section to MinosConfig.
  • Minor changes.

minos-microservice-networks

  • Fix bug related with enroute decorator collisions in which the MinosRedefinedEnrouteDecoratorException was not raised.
  • Minor changes.

minos-microservice-saga

  • Add compatibility to minos-microservice-aggregate~=0.5.2.
  • Minor changes.