Skip to content

Releases: squirrelphp/connection

v0.3.6

Choose a tag to compare

@iquito iquito released this 10 Dec 11:30
Require PHP 8.4 and avoid PHP 8.5 deprecations

Remove warnings in ExceptionConverter

Choose a tag to compare

@iquito iquito released this 26 May 05:58

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

Choose a tag to compare

@iquito iquito released this 01 Mar 10:30
Make default Mysql/Pgsql values accessible

v0.3.3

Choose a tag to compare

@iquito iquito released this 28 Feb 13:53
Make actual PDO connect lazy

Small adjustments

Choose a tag to compare

@iquito iquito released this 28 Feb 08:54
v0.3.2

Clarify types + add more tests

Add reset to logger

Choose a tag to compare

@iquito iquito released this 28 Feb 07:59

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

Small adjustments with logging + interface

Choose a tag to compare

@iquito iquito released this 11 Feb 11:06

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

Choose a tag to compare

@iquito iquito released this 25 Aug 17:22

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

v0.1.1

Choose a tag to compare

@iquito iquito released this 30 Jul 12:22
Improve excluded files + add CaptainHook

First official release

Choose a tag to compare

@iquito iquito released this 26 Jul 08:46

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