File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
packages/core/minos-microservice-aggregate Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 8585* Improve attribute and item accessors of ` Ref ` , ` Event ` and ` FieldDiffContainer `
8686* Deprecate ` Event.get_one ` in favor of ` Event.get_field ` .
8787* Deprecate ` Event.get_all ` in favor of ` Event.get_fields ` .
88+
89+ 0.5.4 (2022-03-07)
90+ ------------------
91+
92+ * Fix bug related with ` Ref.resolve ` .
93+ * Add ` RefResolver.build_topic_name ` static method.
94+ * Remove ` SnapshotService.__get_one__ ` method.
95+ * Minor changes.
Original file line number Diff line number Diff line change 11__author__ = "Minos Framework Devs"
223- __version__ = "0.5.3 "
3+ __version__ = "0.5.4 "
44
55from .actions import (
66 Action ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos-microservice-aggregate"
3- version = " 0.5.3 "
3+ version = " 0.5.4 "
44description = " The Aggregate pattern of the Minos Framework"
55readme = " README.md"
66repository = " https://github.com/minos-framework/minos-python"
You can’t perform that action at this time.
0 commit comments