Skip to content

Releases: netglue/laminas-messenger

1.1.1

22 Mar 23:17
cf7e67f
Compare
Choose a tag to compare

What's Changed

  • Bump symfony/messenger from 5.4.2 to 5.4.3 by @dependabot in #60
  • Bump symfony/dependency-injection from 5.4.2 to 5.4.3 by @dependabot in #59
  • Bump symfony/event-dispatcher from 5.4.0 to 5.4.3 by @dependabot in #61
  • Bump symfony/serializer from 5.4.2 to 5.4.3 by @dependabot in #62
  • Bump ridedott/merge-me-action from 2.9.99 to 2.9.102 by @dependabot in #63
  • Bump ridedott/merge-me-action from 2.9.102 to 2.9.106 by @dependabot in #64
  • Bump ridedott/merge-me-action from 2.9.106 to 2.9.109 by @dependabot in #65
  • Bump phpunit/phpunit from 9.5.13 to 9.5.14 by @dependabot in #66
  • Bump ridedott/merge-me-action from 2.9.109 to 2.9.110 by @dependabot in #67
  • Bump symfony/serializer from 5.4.3 to 5.4.5 by @dependabot in #68
  • Bump symfony/dependency-injection from 5.4.3 to 5.4.5 by @dependabot in #70
  • Bump phpunit/phpunit from 9.5.14 to 9.5.16 by @dependabot in #69
  • Bump ridedott/merge-me-action from 2.9.110 to 2.9.113 by @dependabot in #71
  • Bump symfony/serializer from 5.4.5 to 5.4.6 by @dependabot in #72
  • Bump symfony/dependency-injection from 5.4.5 to 5.4.6 by @dependabot in #74
  • Bump phpunit/phpunit from 9.5.16 to 9.5.17 by @dependabot in #73
  • Bump ridedott/merge-me-action from 2.9.113 to 2.9.117 by @dependabot in #75
  • Bump phpunit/phpunit from 9.5.17 to 9.5.18 by @dependabot in #76
  • Bump ridedott/merge-me-action from 2.9.117 to 2.9.121 by @dependabot in #77
  • Bump phpunit/phpunit from 9.5.18 to 9.5.19 by @dependabot in #78
  • Bump ridedott/merge-me-action from 2.9.121 to 2.9.125 by @dependabot in #79
  • #StandWithUkraine by @gsteel in #80

Full Changelog: 1.1.0...1.1.1

1.1.0

27 Jan 12:37
8ca6852
Compare
Choose a tag to compare

What's Changed

  • Added ability to configure additional transport factories by @kynx in #54
  • Bump symfony/serializer from 5.3.8 to 5.4.2 by @dependabot in #53
  • Auto-merge Dependabot PRs by @gsteel in #56
  • Bump phpunit/phpunit from 9.5.10 to 9.5.13 by @dependabot in #55
  • Bump laminas/laminas-config-aggregator from 1.6.0 to 1.7.0 by @dependabot in #38
  • Bump squizlabs/php_codesniffer from 3.6.0 to 3.6.2 by @dependabot in #48
  • Bump symfony/dependency-injection from 5.3.8 to 5.4.2 by @dependabot in #51
  • Bump symfony/event-dispatcher from 5.3.7 to 5.4.0 by @dependabot in #58
  • Bump symfony/messenger from 5.3.9 to 5.4.2 by @dependabot in #52

New Contributors

  • @kynx made their first contribution in #54

Full Changelog: 1.0.4...1.1.0

laminas-messenger 1.0.4

07 Oct 14:48
1.0.4
f132c43
Compare
Choose a tag to compare

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-messenger 1.0.3

02 Jun 12:48
1.0.3
a637132
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Adds symfony/dependency-injection as a dependency due to symfony/messenger requiring it but not declaring it as a direct dependency. This effectively fixed compatibility with messenger 5.3.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-messenger 1.0.2

20 Apr 10:52
1.0.2
728c8cc
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-messenger 1.0.1

02 Nov 14:12
1.0.1
2699558
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Removed the optional config providers from composer.json because by default they get injected automatically when
    installed in an unattended way, for example in CI. This meant that the static factories in your own configuration
    would get screwed up during configuration merging.

  • Updated the Readme to reflect this change in installation behaviour

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-messenger 1.0.0

08 Sep 11:01
1.0.0
2c6f52c
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #4 changes configuration of the shipped commands so that they
    reside under the key laminas-cli instead of console thereby integrating with the laminas-cli package instead of the abandoned netglue/laminas-symfony-console package.

  • #1 Tests have been refactored to be compatible with PHPUnit 9+ by removing usage of Prophecy.

  • Upgraded Doctrine Coding Standard to 8.x and removed most customisations in phpcs.xml

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-messenger 0.1.0

30 Mar 11:54
0.1.0
e80d07c
Compare
Choose a tag to compare

Added

  • Everything

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.