Releases: squirrelphp/connection
v0.3.6
Remove warnings in ExceptionConverter
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
v0.3.3
Small adjustments
v0.3.2 Clarify types + add more tests
Add reset to logger
This makes it possible to start from scratch with logging, as we want to use this in QueriesBundle.
Small adjustments with logging + interface
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
This makes the SSL configuration more consistant and makes verifying CA and hostname the default.
v0.1.1
First official release
Still an alpha-version, but should be useable and has over 80% test coverage.