Skip to content

Releases: pixelfederation/doctrine-resettable-em-bundle

RedisCluster alive keeping

20 May 12:06
cf05479
Compare
Choose a tag to compare
  • added redis cluster alive keeping
  • internal classes refactor and movements

Simplifying the resetting flow

12 Apr 08:21
d99f591
Compare
Choose a tag to compare
  • ResettableEntityManager refactor, the basic resetting function is provided by the symfony/doctrine-bridge, current wrapper only ensures that injected doctrine repositories won't break
  • added ability to exclude entity managers to get decorated by the resettable em

Entity manager reset through Symfony reset mechanism

22 Mar 14:02
377c600
Compare
Choose a tag to compare
  • Entity manager reset through Symfony reset mechanism
  • Terminators mechanism was removed

Min supported PHP version is 7.4

17 Feb 10:34
d0f4778
Compare
Choose a tag to compare
  • min supported php version is 7.4
  • min supported doctrine/orm version is 2.8
  • min supported version of sensio/framework-extra-bundle is 6
  • dev dependencies update

Composer - removed dependency on symfony/orm-pack

20 Nov 09:17
1e598c1
Compare
Choose a tag to compare

The dependency was removed to be able to have better control over Doctrine dependencies

Ability to update to symfony/orm-pack 2

19 Nov 09:19
a8438ba
Compare
Choose a tag to compare

Ability to update to symfony/orm-pack 2

Fix for doctrine bc layer

12 Oct 08:53
ac83aea
Compare
Choose a tag to compare

Fix for doctrine bc layer

Bumps symfony/http-kernel from 5.1.2 to 5.1.5.

03 Sep 08:06
7a81f1d
Compare
Choose a tag to compare

Bumps symfony/http-kernel from 5.1.2 to 5.1.5.

Failover alive keeper doesn't break the application v2

07 Aug 10:05
92d6ebc
Compare
Choose a tag to compare

Failover alive keeper doesn't break the application v2 - the alive keeper still needs to reconnect when the connection is closed

Failover alive keeper doesn't break the application

27 Jul 14:45
3b8d3b4
Compare
Choose a tag to compare
  • Failover alive keeper doesn't break the application