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

Releases: Clariteia/minos_microservice_common

v0.3.4

11 Jan 10:38
c58e8c1
Compare
Choose a tag to compare

Changelog

  • Add batch_mode: bool argument to manage if the avro serialization is performed for a single model or a batch of models.

v0.3.3

10 Jan 11:37
cf00222
Compare
Choose a tag to compare

Changelog

  • Big refactor of the minos.common.model.serializers module:
    • Add encode_schema, decode_schema, encode_data and decode_data callback-like functions to be able to modify the serialization/deserialization logic.
    • Add SchemaEncoder, SchemaDecoder, DataEncoder and DataDecoder abstract base classes.
    • Increase serialization/deserialization robustness.

v0.3.2

30 Nov 08:11
9119a19
Compare
Choose a tag to compare

Changelog

  • Fix bug related with EntrypointLauncher's dependency injection and unloaded minos.* modules.

v0.3.1

24 Nov 16:12
bf939b2
Compare
Choose a tag to compare

Changelog

  • Fix bug related with enum.Enum inherited classes that do not recover the original type after being serialized.
  • Fix bug related withstr values that were auto-casting to an iterable of characters.

v0.3.0

15 Nov 11:09
35b1c69
Compare
Choose a tag to compare

Changelog

  • Add services and middleware sections to MinosConfig.
  • Remove Command, CommandReply, CommandStatus and Event (moved to minos.networks).
  • Remove MinosBroker and MinosHandler (moved to minos.networks).
  • Remove MinosSagaManager (moved to minos.saga).

v0.2.1

09 Nov 14:23
6a0aa0e
Compare
Choose a tag to compare
Merge pull request #648 from Clariteia/0.2.1

0.2.1

v0.2.0

08 Nov 09:48
9ad4337
Compare
Choose a tag to compare
Merge pull request #645 from Clariteia/0.2.0

0.2.0

v0.1.17: Merge pull request #611 from Clariteia/0.1.17

08 Oct 10:57
616c61d
Compare
Choose a tag to compare

v0.1.16: Merge pull request #607 from Clariteia/0.1.16

07 Oct 15:13
befdfa0
Compare
Choose a tag to compare

v0.1.15: Merge pull request #597 from Clariteia/0.1.15

04 Oct 08:28
dbd0838
Compare
Choose a tag to compare