Skip to content

Releases: zenstruck/messenger-test

v1.2.0

07 Oct 18:20
b02e861
Compare
Choose a tag to compare

b02e861 [feature] add EnvelopeCollection::back() (#28) by @kbond
d649463 [ci] use reusable workflows (#27) by @kbond

Full Change List

v1.1.0

05 Oct 17:55
e54feb3
Compare
Choose a tag to compare

e54feb3 [feature] process messages with app's event dispatcher (#26) by @kbond
9867e39 [minor] refactor service definitions (#25) by @kbond
1499a57 [minor] add .editorconfig (#25) by @kbond
84442ac [minor] test on Symfony 5.4 (#22) by @kbond

Full Change List

v1.0.0

28 Sep 15:22
2deed94
Compare
Choose a tag to compare

d747cc0 [bug] fix test (#19) by @kbond
9148c70 [minor] use zenstruck/assert for assertions instead of phpunit (#19) by @kbond
560e559 [minor] disable CI tests for Symfony 5.4 (#21) by @kbond

Full Change List

v0.6.0

13 Sep 14:14
ebb927c
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • ebb927c [minor] allow Symfony 6 (#20) (Kevin Bond)

v0.5.0

11 Aug 11:46
13d1256
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • 4ecaeaa [feature] add TestTransport::processOrFail() to fail if queue is empty (Kevin Bond)
  • bc2f7cc [BC BREAK] revert failing during process() if no messages on queue (Kevin Bond)

v0.4.0

09 Aug 18:22
88b846a
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • 88b846a [minor] rename TestTransport::$sent to $dispatched (Kevin Bond)
  • 854901a [BC BREAK] make TestTransport::process() recursive (#17) (Kevin Bond)
  • 9b0f6c7 [BC BREAK] rename TestTransport::sent() to dispatched() (#16) (Kevin Bond)
  • a9c1a9c [minor] allow manually sending message with $this->messenger()->send() (#14) (Kevin Bond)
  • 804f4e0 [minor] disable codecov pr annotations (Kevin Bond)
  • 1b7f9ac [minor] use 5.4@dev for @dev test (Kevin Bond)
  • 15e6432 [minor] add symfony 5.3 to test matrix (Kevin Bond)

v0.3.1

14 May 22:29
781dbf9
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • 781dbf9 [bug/BC BREAK] Persist intercept & catch_exceptions options between kernel reboot (#11) (Kevin Bond)
  • 774941f [minor] update php-cs-fixer to v3 (Kevin Bond)

v0.3.0

28 Apr 21:46
1d81a73
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • fc820cb [feature] allow resetting individual TestTransports (Kevin Bond)
  • 757c163 [bug] persist intercept & catch_exceptions options between kernel reboot (Kevin Bond)
  • a16bfc6 [feature] "first" filter callback can use message class as type-hint (Kevin Bond)
  • 136034a [feature] add TestEnvelope decorator (ref #5) (Kevin Bond)
  • ce8ac3e [minor] allow latest php-cs-fixer in gh action (Kevin Bond)
  • a15d926 [feature] add EnvelopeCollection::first() (closes #3) (Kevin Bond)
  • 3892660 [doc] improve EnvelopeCollection docs (Kevin Bond)
  • ca58d57 [feature] add EnvelopeCollection::all() (Kevin Bond)

v0.2.0

27 Mar 12:17
941fa63
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 941fa63 [minor] lock php-cs-fixer in ci due to bug (Kevin Bond)
  • 1fcc190 [BC BREAK] rename InteractsWithMessenger::transport() to messenger() (Kevin Bond)
  • 5710fca [minor] adjust codecov threshold (Kevin Bond)
  • bb7665c [minor] use SHELL_VERBOSITY to hide logs (Kevin Bond)
  • 2ba7f7f [minor] fix cs (Kevin Bond)
  • 9f554c4 InteractsWithMessenger::transport() boots kernel if not already booted (close #1) (Kevin Bond)
  • 140de44 Add note about sent messages being serialized (Kevin Bond)
  • aac93e8 fix badge (Kevin Bond)
  • 6a94203 add badges (Kevin Bond)

v0.1.0

12 Jan 19:28
28410d2
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial pre-release