- Drop support for php 8.1
- Drop support for Symfony 4
- Add support for Symfony 7
- Update dependencies
- Allow
psr/cache
v2
- Require php 8.1
- [BC] Use new language features and change method signatures
- 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
- Fix profiling last used decoders when there are none
- Use
DecodedValueInterface
instead ofDecodedValue
to allow different implementations
- Pass an
$initiator
intoResponseDecoderInterface::supports
method
- Fix stopwatch problem when calling a child query/command
- Fix profiling used decoders when calling a child query/command
- Initial implementation