Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 5d28488

Browse files
author
Sergio García Prado
committed
v0.2.0
1 parent f5a5d62 commit 5d28488

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

minos/networks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = """Clariteia Devs"""
22
__email__ = "devs@clariteia.com"
3-
__version__ = "0.1.1"
3+
__version__ = "0.2.0"
44

55
from .brokers import (
66
REPLY_TOPIC_CONTEXT_VAR,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minos_microservice_networks"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Python Package with the common network classes and utilities used in Minos Microservice."
55
readme = "README.md"
66
repository = "https://github.com/clariteia/minos_microservice_network"

0 commit comments

Comments
 (0)