Skip to content

Releases: lmc-eu/cqrs-handler

Version 2.1.0

30 Jan 15:40
47f09b9
Compare
Choose a tag to compare

2.1.0 - 2024-01-30

  • Allow psr/cache v2

Version 2.0.0

27 Apr 09:33
75fa461
Compare
Choose a tag to compare

2.0.0 - 2022-04-27

  • Require php 8.1
    • [BC] Use new language features and change method signatures

Version 1.3.0

05 Apr 10:51
fad2278
Compare
Choose a tag to compare

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

09 Mar 13:01
3b2b70a
Compare
Choose a tag to compare

1.2.1 - 2022-03-09

  • Fix profiling last used decoders when there are none

Version 1.2.0

23 Aug 12:44
e752ecc
Compare
Choose a tag to compare

1.2.0 - 2021-08-23

  • Use DecodedValueInterface instead of DecodedValue to allow different implementations

Version 1.1.0

10 Aug 13:35
f3f0b5e
Compare
Choose a tag to compare

1.1.0 - 2021-08-10

  • Pass an $initiator into ResponseDecoderInterface::supports method

Version 1.0.1

28 Jul 19:13
6693bd8
Compare
Choose a tag to compare

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

13 May 12:47
8bfaf83
Compare
Choose a tag to compare

1.0.0 - 2021-05-13

  • Initial implementation