History¶
0.0.1 (2021-07-26)¶
Add
Service
,CommandService
andQueryService
.First release on PyPI.
0.0.2 (2021-09-02)¶
Automatically generate the
Get{aggregate_name}s
andGet{aggregate_name}
endpoints on theQueryService
class.Implement
__get_enroute__
class method to extract theEnroute
decorators from the methods defined on theService
.Prevent sagas for
AggregateRef
resolving to be executed when there are not any references on the correspondingAggregateDiff
.
0.0.3 (2021-09-20)¶
Add support for
minos-microservice-common>=0.1.13
.
0.0.4 (2021-09-27)¶
Support
event
handling onCommandService
inherited classes.Parameterize
ModelRef
reference resolution.Fix troubles related with dependency injections.
0.0.5 (2021-10-04)¶
Now
ModelRef
resolving is ignored for non-AggregateDiff
events.
0.0.6 (2021-10-08)¶
Be compatible with the
^0.1.0
version ofminos-microservice-saga
.
0.0.7 (2021-10-19)¶
Be compatible with the
^0.1.1
version ofminos-microservice-saga
.
0.1.0 (2021-11-08)¶
Add
minos-microservice-common>=0.2.0
compatibility.
0.2.0 (2021-11-15)¶
Migrate “Get Aggregate” handler functions (previously defined on
CommandService
) tominos.aggregate.SnapshotService
.Add compatibility with
minos-microservice-common^=0.3.0
Add compatibility with
minos-microservice-networks^=0.2.0
Add compatibility with
minos-microservice-saga^=0.3.0
Add compatibility with
minos-microservice-aggregate^=0.2.0
0.2.1 (2021-11-23)¶
Start using the
minos.aggregate.ModelRefExtractor
for automaticModelRef
resolution of Domain Events.Add compatibility with
minos-microservice-networks^=0.3.0
.Remove
minos-microservice-saga
dependency.