History¶
0.0.1 (2021-07-26)¶
Add
Service,CommandServiceandQueryService.First release on PyPI.
0.0.2 (2021-09-02)¶
Automatically generate the
Get{aggregate_name}sandGet{aggregate_name}endpoints on theQueryServiceclass.Implement
__get_enroute__class method to extract theEnroutedecorators from the methods defined on theService.Prevent sagas for
AggregateRefresolving 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
eventhandling onCommandServiceinherited classes.Parameterize
ModelRefreference resolution.Fix troubles related with dependency injections.
0.0.5 (2021-10-04)¶
Now
ModelRefresolving is ignored for non-AggregateDiffevents.
0.0.6 (2021-10-08)¶
Be compatible with the
^0.1.0version ofminos-microservice-saga.
0.0.7 (2021-10-19)¶
Be compatible with the
^0.1.1version ofminos-microservice-saga.
0.1.0 (2021-11-08)¶
Add
minos-microservice-common>=0.2.0compatibility.
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.0Add compatibility with
minos-microservice-networks^=0.2.0Add compatibility with
minos-microservice-saga^=0.3.0Add compatibility with
minos-microservice-aggregate^=0.2.0
0.2.1 (2021-11-23)¶
Start using the
minos.aggregate.ModelRefExtractorfor automaticModelRefresolution of Domain Events.Add compatibility with
minos-microservice-networks^=0.3.0.Remove
minos-microservice-sagadependency.