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

Commit 5900854

Browse files
author
Sergio García Prado
committed
v0.1.1
1 parent fa6c46b commit 5900854

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,9 @@ History
120120
------------------
121121

122122
* Add `minos-microservice-common>=0.2.0` compatibility.
123+
124+
0.1.1 (2021-11-09)
125+
------------------
126+
127+
* Add `REPLY_TOPIC_CONTEXT_VAR` and integrate with `DynamicHandlerPool`.
128+
* Add support for `post_fn` callbacks following the same strategy as in `pre_fn` callbacks.

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.0"
3+
__version__ = "0.1.1"
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.0"
3+
version = "0.1.1"
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)