Skip to content

Releases: pixelfederation/doctrine-resettable-em-bundle

Compile-time improvement for env placeholders

02 Jul 13:06
cb0cfc6
Compare
Choose a tag to compare

Compile-time improvement for env placeholders

Enabled for PHP 7.4

30 Jun 11:52
ef73302
Compare
Choose a tag to compare

Enabled for PHP 7.4

Failovered connections reconnecting

26 Jun 12:19
771a6f2
Compare
Choose a tag to compare
  • added a feature to reconnect mysql connections after database failover (tested on AWS Aurora)

Compatibility with Symfony 5

12 Jun 09:11
56435ca
Compare
Choose a tag to compare
Merge pull request #6 from surikman/update-sf-5

Update bundle to sf5 & rewrite deprecations

Composer - security update for symfony/http-foundation

31 Mar 12:12
f1bcb50
Compare
Choose a tag to compare

Bumps symfony/http-foundation from 5.0.5 to 5.0.7.

Using Doctrine connection manager to get connections

25 Mar 10:37
f8277be
Compare
Choose a tag to compare
  • minor improvement, using doctrine connection manager to get connections in the connection pinger

Ping interval

06 Mar 14:15
58972f7
Compare
Choose a tag to compare

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

10 Feb 11:53
7da992a
Compare
Choose a tag to compare
  • 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

29 Nov 12:15
Compare
Choose a tag to compare
  • only unique connections get pinged

Better compatibility with symfony/orm-pack v4 and v5

25 Nov 18:15
88bbd8b
Compare
Choose a tag to compare
  • this change needed to be done to be able to work with new symfony/orm-pack