Skip to content

Releases: pixelfederation/doctrine-resettable-em-bundle

8.1.0

03 Jan 11:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.0.0...8.1.0

8.0.0

02 Aug 10:51
Compare
Choose a tag to compare

What's Changed

Read more

7.0.0

24 Jan 15:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.0...7.0.0

Connections pings disabled on unitialised connection proxies

05 Dec 13:44
Compare
Choose a tag to compare

What's Changed

Read more

PHP 8.1 support

23 Mar 11:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.1...6.1.0

Added CI + Dependencies update

17 Nov 12:10
c9dc4d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

Maintenance, added Pixel coding standards, removed deprecated doctrine calls

04 Nov 12:09
213d2d1
Compare
Choose a tag to compare

What's Changed

  • added compatibility with dbal 3.1 + maintenance + added coding standards by @Rastusik in #26
  • added pixel coding standards by @Rastusik in #27

Full Changelog: 5.1.0...6.0.0

ResettableEntityManager - Return of the resetIfNeeded method

04 Aug 10:04
190fed4
Compare
Choose a tag to compare
  • ResettableEntityManager - Return of the resetIfNeeded method

RedisCluster alive keeper log spam fix

17 Jun 08:36
09c14dc
Compare
Choose a tag to compare
  • disabled logging when ping doesn't return the same value because multiple versions of phpredis behaved differently and not according to documentation

RedisCluster alive keeping

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