File tree Expand file tree Collapse file tree 12 files changed +38
-12
lines changed
minos-microservice-aggregate
minos-microservice-common
minos-microservice-networks Expand file tree Collapse file tree 12 files changed +38
-12
lines changed Original file line number Diff line number Diff line change 6868
6969## 0.5.1 (2022-02-03)
7070
71- * Fix bug related with dependency specification.
71+ * Fix bug related with dependency specification.
72+
73+ ## 0.5.2 (2022-02-08)
74+
75+ * Add ` Condition.LIKE ` operator to be used with the ` find ` method from ` SnapshotRepository ` .
76+ * Add ` get_all ` method to ` RootEntity ` and ` SnapshotRepository ` to get all the stored instance on the repository.
77+ * Rename ` SnapshotService ` command topics to avoid collisions with application-level topics.
78+ * Rename ` TransactionService ` command topics to avoid collisions with application-level topics.
79+ * Minor changes.
Original file line number Diff line number Diff line change 11__author__ = "Minos Framework Devs"
223- __version__ = "0.5.1 "
3+ __version__ = "0.5.2 "
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.1 "
3+ version = " 0.5.2 "
44description = " The Aggregate pattern of the Minos Framework"
55readme = " README.md"
66repository = " https://github.com/minos-framework/minos-python"
Original file line number Diff line number Diff line change @@ -278,4 +278,10 @@ History
2782780.5.0 (2022-02-03)
279279------------------
280280
281+ * Minor changes.
282+
283+ 0.5.2 (2022-02-08)
284+ ------------------
285+
286+ * Add ` query_repository ` section to ` MinosConfig ` .
281287* Minor changes.
Original file line number Diff line number Diff line change 11__author__ = "Minos Framework Devs"
223- __version__ = "0.5.0 "
3+ __version__ = "0.5.2 "
44
55from .configuration import (
66 BROKER ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos-microservice-common"
3- version = " 0.5.0 "
3+ version = " 0.5.2 "
44description = " The common core of the Minos Framework"
55readme = " README.md"
66repository = " https://github.com/minos-framework/minos-python"
Original file line number Diff line number Diff line change @@ -208,4 +208,10 @@ History
2082080.5.1 (2022-02-03)
209209------------------
210210
211- * Fix bug related with dependency specification.
211+ * Fix bug related with dependency specification.
212+
213+ 0.5.2 (2022-02-08)
214+ ------------------
215+
216+ * Fix bug related with enroute decorator collisions in which the ` MinosRedefinedEnrouteDecoratorException ` was not raised.
217+ * Minor changes.
Original file line number Diff line number Diff line change 11__author__ = "Minos Framework Devs"
223- __version__ = "0.5.1 "
3+ __version__ = "0.5.2 "
44
55from .brokers import (
66 REQUEST_HEADERS_CONTEXT_VAR ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos-microservice-networks"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44description = " The networks core of the Minos Framework"
55readme = " README.md"
66repository = " https://github.com/minos-framework/minos-python"
Original file line number Diff line number Diff line change @@ -168,4 +168,10 @@ History
1681680.5.1 (2022-02-03)
169169------------------
170170
171- * Fix bug related with dependency specification.
171+ * Fix bug related with dependency specification.
172+
173+ 0.5.2 (2022-02-08)
174+ ------------------
175+
176+ * Add compatibility to ` minos-microservice-aggregate~=0.5.2 ` .
177+ * Minor changes.
You can’t perform that action at this time.
0 commit comments