Skip to content

Releases: squirrelphp/connection

v0.3.6

10 Dec 11:30

Choose a tag to compare

Require PHP 8.4 and avoid PHP 8.5 deprecations

Remove warnings in ExceptionConverter

26 May 05:58

Choose a tag to compare

These generated warnings do come up in real life scenarios, that is why we remove them for now. It might still make sense to add more tests and scenarios to figure out how to have the most accurate exceptions depending on circumstances.

v0.3.4

01 Mar 10:30

Choose a tag to compare

Make default Mysql/Pgsql values accessible

v0.3.3

28 Feb 13:53

Choose a tag to compare

Make actual PDO connect lazy

Small adjustments

28 Feb 08:54

Choose a tag to compare

v0.3.2

Clarify types + add more tests

Add reset to logger

28 Feb 07:59

Choose a tag to compare

This makes it possible to start from scratch with logging, as we want to use this in QueriesBundle.

Small adjustments with logging + interface

11 Feb 11:06

Choose a tag to compare

Add ConnectionLogger class to help in logging executed queries for now. This was added for the QueriesBundle and is still experimental.

Remove prepareAndExecuteQuery method from ConnectionInterface, as it seems to redundant.

Also run coverage on PHP 8.4 und upgrade dependencies.

Add new verification option

25 Aug 17:22

Choose a tag to compare

This makes the SSL configuration more consistant and makes verifying CA and hostname the default.

v0.1.1

30 Jul 12:22

Choose a tag to compare

Improve excluded files + add CaptainHook

First official release

26 Jul 08:46

Choose a tag to compare

Still an alpha-version, but should be useable and has over 80% test coverage.