Skip to content

Releases: alekitto/messenger-extra

Version 2.4.2 - Patch

17 Apr 15:16
aa874ac
Compare
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
Compare
Choose a tag to compare

Bugfix release

Full Changelog: 2.4.0...2.4.1

Version 2.4.0

12 Dec 12:57
ba9db5b
Compare
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
Compare
Choose a tag to compare

CHANGES

  • Updates to support DBAL 3

Version 2.3.0

09 Oct 20:49
8159aa1
Compare
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
Compare
Choose a tag to compare

FIXES:

Version 2.2.0

20 Feb 23:59
3164b7e
Compare
Choose a tag to compare

CHANGES:

Version 2.1.2 - Patch

14 Nov 15:18
4313ca1
Compare
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
Compare
Choose a tag to compare

CHANGES:

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

Version 2.1

29 Oct 06:03
02ea5f3
Compare
Choose a tag to compare

CHANGES:

  • support doctrine/dbal 3 and doctrine/persistence 2 (1c62f53)