Skip to content

0.2.30

Compare
Choose a tag to compare
@staabm staabm released this 23 May 13:23
· 258 commits to main since this release
a5c7e09

Notable Changes

  • Fixed a few glitches when working with the recording feature and using the record-information across operating systems
  • PdoQueryReflector was marked as deprecated and PdoMysqlQueryReflector should be used as a 1:1 replacement instead
    • we won't drop PdoQueryReflector in the near future though

What's Changed

  • introduce PdoMysqlQueryReflector and deprecate PdoQueryReflector by @staabm in #370
  • cleanup internal types by @staabm in #362
  • make sure recording information works consistent across OS (line delims) by @staabm in #374
  • normalize EOL also in prepared queries by @staabm in #375
  • trim queries for cross-OS compat by @staabm in #376

Full Changelog: 0.2.29...0.2.30