Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 1.15 KB

Changelog

Unreleased

2.2.0 - 2024-03-06

  • Drop support for php 8.1
  • Drop support for Symfony 4
  • Add support for Symfony 7
  • Update dependencies

2.1.0 - 2024-01-30

  • Allow psr/cache v2

2.0.0 - 2022-04-27

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

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

1.2.1 - 2022-03-09

  • Fix profiling last used decoders when there are none

1.2.0 - 2021-08-23

  • Use DecodedValueInterface instead of DecodedValue to allow different implementations

1.1.0 - 2021-08-10

  • Pass an $initiator into ResponseDecoderInterface::supports method

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

1.0.0 - 2021-05-13

  • Initial implementation