Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 10:14
· 139 commits to 0.5.x since this release
2f621a2

Changelog

minos-microservice-aggregate

  • Rename Aggregate as RootEntity.
  • Rename AggregateRef as ExternalEntity.
  • Rename ModelRef as Ref.
  • Rename AggregateDiff as Event.
  • Create the Aggregate base class, with the purpose to move the business logic from the minos.cqrs.CommandService to this brand-new class.
  • Refactor internal module hierarchy.
  • Minor changes.

minos-microservice-common

  • Minor changes.

minos-microservice-cqrs

  • Minor changes.

minos-microservice-networks

  • Extract kafka related code to the minos-broker-kafka plugin.
  • Extract minos-discovery related code to the minos-discovery-minos plugin.
  • Minor changes.

minos-microservice-saga

  • Minor changes.

minos-broker-kafka

  • Migrate PostgreSqlQueuedKafkaBrokerPublisher from minos-microservice-networks.
  • Migrate InMemoryQueuedKafkaBrokerPublisher from minos-microservice-networks.
  • Migrate KafkaBrokerPublisher from minos-microservice-networks.
  • Migrate KafkaBrokerSubscriber from minos-microservice-networks.
  • Migrate KafkaBrokerSubscriberBuilder from minos-microservice-networks.
  • Migrate PostgreSqlQueuedKafkaBrokerSubscriberBuilder from minos-microservice-networks.
  • Migrate InMemoryQueuedKafkaBrokerSubscriberBuilder from minos-microservice-networks.
  • Minor changes.

minos-discovery-minos

  • Migrate MinosDiscoveryClient from minos-microservice-networks.
  • Minor changes.