Releases: lmc-eu/cqrs-handler
Releases · lmc-eu/cqrs-handler
Version 2.1.0
2.1.0 - 2024-01-30
- Allow
psr/cache
v2
Version 2.0.0
2.0.0 - 2022-04-27
- Require php 8.1
- [BC] Use new language features and change method signatures
Version 1.3.0
1.3.0 - 2022-04-05
- Add handled response type to profiler item
- Handle Impure Decoder
- Cache response before Impure Decoder decodes the response
- Fix scope of the fetch query/send command methods, which may overlaps with nested queries in impure decoding
- Allow setting verbosity for a profiler
Version 1.2.1
1.2.1 - 2022-03-09
- Fix profiling last used decoders when there are none
Version 1.2.0
1.2.0 - 2021-08-23
- Use
DecodedValueInterface
instead ofDecodedValue
to allow different implementations
Version 1.1.0
1.1.0 - 2021-08-10
- Pass an
$initiator
intoResponseDecoderInterface::supports
method
Version 1.0.1
1.0.1 - 2021-07-28
- Fix stopwatch problem when calling a child query/command
- Fix profiling used decoders when calling a child query/command
Version 1.0.0
1.0.0 - 2021-05-13
- Initial implementation