Skip to content

Releases: xtreamwayz/psr-container-messenger

expressive-messenger 0.6.0

20 Jun 15:23
0.6.0
6ae70f2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #17 removes default middleware config as it does not work as intended.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

expressive-messenger 0.5.1

11 Jun 10:46
0.5.1
5046cae
Compare
Choose a tag to compare

Added

  • #14 adds proper doctrine transport support.

  • #13 adds optional logging to middleware and console commands.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

expressive-messenger 0.5.0

10 Jun 18:11
0.5.0
e907f00
Compare
Choose a tag to compare

Added

  • #10 adds Symfony Messenger version 4.3.x support.

Changed

  • #10 changed to the original consume messages command.

  • #10 changed the naming of supplied busses and related middleware.

  • #10 changed to the PHP internal serializer.

Deprecated

  • Nothing.

Removed

  • #10 removed add default middleware config option. Middleware needs to be added manually now. The supplied busses already have the sender and handler middleware setup.

  • #10 removed obsolete symfony serializer factories.

  • #10 removed enqueue transport support as messenger supplies it own.

  • #10 removed deprecated LoggingMiddleware.

Fixed

  • Nothing.

expressive-messenger 0.4.2

03 Jun 16:09
0.4.2
c1c5869
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #9 restricts Symfony to version 4.2.x.

expressive-messenger 0.4.1

06 Mar 14:37
0.4.1
f69bdda
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #6 uses container locators for handlers and senders.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #6 fixes senders being wrapped in callables where SenderInterface objects are expected.

expressive-messenger 0.4.0

31 Dec 13:57
0.4.0
de01d3b
Compare
Choose a tag to compare

Added

  • #5 added messenger 4.2 compatibility.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

expressive-messenger 0.3.2

31 Dec 13:47
0.3.2
5ed8d04
Compare
Choose a tag to compare

Added

  • Added phpunit support for phpstan.

Changed

  • Locked to Symfony 4.1 packages as 4.2 contains BC.
  • Changed dev dependencies to fix a phpcodesniffer-composer-installer issue.

expressive-messenger 0.3.1

10 Sep 10:17
0.3.1
0d5eb29
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #4 adds the missing LoggingMiddlewareFactory.

expressive-messenger 0.3.0

22 Aug 20:32
0.3.0
043a808
Compare
Choose a tag to compare

Added

  • #3 adds message handling middleware which sends messages to multiple handlers.

  • #3 adds configuration for transports with DNS. This enables support for all available enqueue transports.

Changed

  • #3 changes how a message bus and enqueue transport is created. This comes with a major configuration overhaul.

Deprecated

  • Nothing.

Removed

  • #3 removes the redis factory class. The preferred way is to use DNS to configure enqueue transports.

Fixed

  • Nothing.

expressive-messenger 0.2.1

02 Aug 17:47
0.2.1
c95a47d
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed