Skip to content

v0.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 13:34
· 6 commits to 0.5.x since this release
5134da9

Changelog

minos-microservice-aggregate

  • Add RefException to be raised when some reference cannot be resolved.
  • Improve attribute and item accessors of Ref, Event and FieldDiffContainer
  • Deprecate Event.get_one in favor of Event.get_field.
  • Deprecate Event.get_all in favor of Event.get_fields.

minos-microservice-common

  • Big performance improvement related with a caching layer over type hint comparisons at TypeHintComparator.
  • Improve attribute and item accessors of Model.
  • Fix bug related with casting from dict to Model instances on field setters.

minos-microservice-cqrs

  • Update the resolve_references: bool default value to False defined at PreEventHandler.handle.
  • Improve error messages of PreEventHandler.

minos-microservice-networks

  • Improve error messages of BrokerDispatcher, RestHandler and PeriodicTask.

minos-microservice-saga

  • Improve attribute and item accessors of SagaContext.