This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
Releases: Clariteia/minos_microservice_common
Releases · Clariteia/minos_microservice_common
v0.3.4
v0.3.3
Changelog
- Big refactor of the
minos.common.model.serializers
module:- Add
encode_schema
,decode_schema
,encode_data
anddecode_data
callback-like functions to be able to modify the serialization/deserialization logic. - Add
SchemaEncoder
,SchemaDecoder
,DataEncoder
andDataDecoder
abstract base classes. - Increase serialization/deserialization robustness.
- Add
v0.3.2
Changelog
- Fix bug related with
EntrypointLauncher
's dependency injection and unloadedminos.*
modules.
v0.3.1
Changelog
- Fix bug related with
enum.Enum
inherited classes that do not recover the original type after being serialized. - Fix bug related with
str
values that were auto-casting to an iterable of characters.
v0.3.0
Changelog
- Add
services
andmiddleware
sections toMinosConfig
. - Remove
Command
,CommandReply
,CommandStatus
andEvent
(moved tominos.networks
). - Remove
MinosBroker
andMinosHandler
(moved tominos.networks
). - Remove
MinosSagaManager
(moved tominos.saga
).
v0.2.1
Merge pull request #648 from Clariteia/0.2.1 0.2.1
v0.2.0
Merge pull request #645 from Clariteia/0.2.0 0.2.0