Releases: auraphp/Aura.Sql
Releases · auraphp/Aura.Sql
5.0.2
What's Changed
- Add failing test for #183 by @harikt in #210
- sqlite parser update by @harikt in #212
- Enable PHP 8.2 compat by @koriym in #218
- Fix missing properties by @koriym in #219
- Allow using psr/log v3 by @Qrzysio in #223
- Fix illegal space (0xE38080) in composer.json by @koriym in #224
New Contributors
Full Changelog: 5.0.1...5.0.2
3.1.0
5.0.1
4.0.0
Version 4.x supports PHP 7.2 and up.
What's Changed
- Add 7.2, 7.3 and 7.4 to test targets by @koriym in #184
- remove unused param in queryparser by @r4ndsen in #180
- PHP 8 Support by @koriym in #185
- allow psr/log v2 by @r4ndsen in #191
- Compatibility with PHP 8.1 by @srjlewis in #193
- Update PHPDoc by @kenjis in #196
- Migrate Travis to GitHub Actions by @koriym in #197
- Update GitHub Actions for 5.x by @kenjis in #198
- Enable PHP 7.2-8.1 compat by @iansltx in #202
New Contributors
Full Changelog: 3.0.0...4.0.0
5.0.0
Version 5.x supports PHP 8.1 and up.
What's Changed
- remove unused param in queryparser by @r4ndsen in #180
- PHP 8 Support by @koriym in #185
- allow psr/log v2 by @r4ndsen in #191
- Compatibility with PHP 8.1 by @srjlewis in #193
- Update PHPDoc by @kenjis in #196
- Migrate Travis to GitHub Actions by @koriym in #197
- Update GitHub Actions for 5.x by @kenjis in #198
- docs: update README for 5.x by @kenjis in #200
New Contributors
- @r4ndsen made their first contribution in #180
- @srjlewis made their first contribution in #193
- @kenjis made their first contribution in #196
Full Changelog: 3.0.0...5.0.0
2.6.0
2.5.3
-
ExtendedPdo::bindValue()
method now bindsPDO::PARAM_BOOL
values as string '0' and string '1'; this addresses a not-a-bug-but-still-surprising behavior in PDO; cf. https://bugs.php.net/bug.php?id=49255. -
Other hygiene fixes to docs, docblocks, etc.
3.0.0
2.5.2
3.0.0-beta1
First beta release.
-
Updated documentation, and added a Bookdown JSON file.
-
The sqlsrv driver now defaults to exceptions like all other drivers.