Skip to content

Releases: auraphp/Aura.Sql

6.0.1

05 Jan 05:22
0f4ac7a

Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

29 Jan 04:50

Choose a tag to compare

6.0.0

  • CHG: BC Break ExtendedPdo::connect renamed to ExtendedPdo::lazyConnect
  • Changes for PHP 8.4 by @srjlewis in #229
  • Update 6.x docs to reflect latest changes by @srjlewis in #232
  • PDO according to 8.4 changes and feedbacks from @pmjones by @harikt in #233

Full Changelog: 5.0.2...6.0.0

6.0.0-beta1

22 Jan 06:45

Choose a tag to compare

6.0.0-beta1 Pre-release
Pre-release

What's Changed

  • CHG: BC Break ExtendedPdo::connect renamed to ExtendedPdo::lazyConnect
  • Changes for PHP 8.4 by @srjlewis in #229
  • Update 6.x docs to reflect latest changes by @srjlewis in #232
  • PDO according to 8.4 changes and feedbacks from @pmjones by @harikt in #233

Full Changelog: 5.0.2...6.0.0

5.0.3

22 Jan 06:39

Choose a tag to compare

What's Changed

  • Add PHP 8.3 to continuous integration workflow by @koriym in #227
  • Add lazyConnect method for interoperability with future versions by @srjlewis in #230 ( Note : establishConnection was renamed to lazyConnect )

Full Changelog: 5.0.2...5.0.3

5.0.2

12 Jun 05:16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.1...5.0.2

3.1.0

28 Apr 05:14
88d8b8e

Choose a tag to compare

5.0.1

19 Feb 05:16
646c5c0

Choose a tag to compare

4.0.0

27 Jan 15:15
995db7a

Choose a tag to compare

Version 4.x supports PHP 7.2 and up.

What's Changed

New Contributors

Full Changelog: 3.0.0...4.0.0

5.0.0

27 Jan 15:16
27f1909

Choose a tag to compare

Version 5.x supports PHP 8.1 and up.

What's Changed

New Contributors

Full Changelog: 3.0.0...5.0.0

2.6.0

15 Aug 13:35

Choose a tag to compare

This release adds two new off-interface methods to ConnectionLocator:

  • setProfiling() to activate profiling across all connections

  • getProfiles() to get the profiles from all connections