This repository was archived by the owner on Jan 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -126,3 +126,12 @@ History
126126
127127* Add ` REPLY_TOPIC_CONTEXT_VAR ` and integrate with ` DynamicHandlerPool ` .
128128* Add support for ` post_fn ` callbacks following the same strategy as in ` pre_fn ` callbacks.
129+
130+ 0.2.0 (2021-11-15)
131+ ------------------
132+
133+ * Remove dependency to ` minos-microservice-aggregate ` (now ` minos.aggregate ` package will require ` minos.networks ` ).
134+ * Add support for middleware functions.
135+ * Add support variable number of services (previously only ` CommandService ` and ` QueryService ` were allowed).
136+ * Migrate ` Command ` , ` CommandReply ` , ` CommandStatus ` and ` Event ` from ` minos.common ` to ` minos.networks ` .
137+ * Add support for ` minos-microservice-common=^0.3.0 `
Original file line number Diff line number Diff line change 11__author__ = """Clariteia Devs"""
22__email__ = "devs@clariteia.com"
3- __version__ = "0.1.1 "
3+ __version__ = "0.2.0 "
44
55from .brokers import (
66 REPLY_TOPIC_CONTEXT_VAR ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos_microservice_networks"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44description = " Python Package with the common network classes and utilities used in Minos Microservice."
55readme = " README.md"
66repository = " https://github.com/clariteia/minos_microservice_network"
You can’t perform that action at this time.
0 commit comments