Releases: pixelfederation/doctrine-resettable-em-bundle
Releases · pixelfederation/doctrine-resettable-em-bundle
Compile-time improvement for env placeholders
Compile-time improvement for env placeholders
Enabled for PHP 7.4
Enabled for PHP 7.4
Failovered connections reconnecting
- added a feature to reconnect mysql connections after database failover (tested on AWS Aurora)
Compatibility with Symfony 5
Merge pull request #6 from surikman/update-sf-5 Update bundle to sf5 & rewrite deprecations
Composer - security update for symfony/http-foundation
Bumps symfony/http-foundation from 5.0.5 to 5.0.7.
Using Doctrine connection manager to get connections
- minor improvement, using doctrine connection manager to get connections in the connection pinger
Ping interval
It is now possible to configure ping interval, so the app doesn't have to ping the databases on each request.
Check entity managers on request start
- entity managers are being reset also at request start if it should come to an unhandled exception or error, which would leave the entity managers in closed state
Improvement in connection Pinger
- only unique connections get pinged
Better compatibility with symfony/orm-pack v4 and v5
- this change needed to be done to be able to work with new symfony/orm-pack