Skip to content

Releases: alekitto/messenger-extra

2.5.0

17 Jan 00:50
62cc609

Choose a tag to compare

CHANGES:

  • Support symfony/uid as alternative to ramsey/uuid-doctrine
  • Drop support for PHP < 8.1

Full Changelog: 2.4.2...2.5.0

Version 2.4.2 - Patch

17 Apr 15:16
aa874ac

Choose a tag to compare

FIXES:

  • Support Symfony 7
  • Support doctrine ORM 3
  • Update dependencies

Full Changelog: 2.4.1...2.4.2

Version 2.4.1 - Patch

02 Jan 11:38
6c0ed80

Choose a tag to compare

Bugfix release

Full Changelog: 2.4.0...2.4.1

Version 2.4.0

12 Dec 12:57
ba9db5b

Choose a tag to compare

CHANGES:

  • Drop support for DBAL 2
  • Support Symfony 6.0
  • Support PHP 8.1

Full Changelog: 2.3.1...2.4.0

Version 2.3.1 - Patch

09 Oct 23:03
026f284

Choose a tag to compare

CHANGES

  • Updates to support DBAL 3

Version 2.3.0

09 Oct 20:49
8159aa1

Choose a tag to compare

CHANGES

  • Fix authSource evaluation for mongo transport ffd3ded
  • Do not automatically redeliver failed messages, rely on retry strategy instead 0739c23
  • Do not re-use entity manager connection, create a new one instead to avoid transaction issues 8159aa1

Version 2.2.1 - Patch

27 Apr 16:03
ec0f23d

Choose a tag to compare

FIXES:

Version 2.2.0

20 Feb 23:59
3164b7e

Choose a tag to compare

CHANGES:

Version 2.1.2 - Patch

14 Nov 15:18
4313ca1

Choose a tag to compare

FIXES:

  • Allow PHP 8 7984287
  • Fix failed transport commands to convert binary (and resource) message id to hex string c733714 and 4313ca1

Version 2.1.1 - Patch

06 Nov 22:57
1d556a8

Choose a tag to compare

CHANGES:

  • update README for mongodb authentication e593cb1 and 1d556a8
  • add authSource option automatically if mongo user is present bc23fcb