This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Messenger
Nicolas Grekas 581b439931 Merge branch '4.4' into 5.0
* 4.4: (26 commits)
  [HttpClient] NativeHttpClient should not send >1.1 protocol version
  [HttpClient] fix support for non-blocking resource streams
  [Mailer] Make sure you can pass custom headers to Mailgun
  [Mailer] Remove line breaks in email attachment content
  Update links to documentation
  [Validator] Add the missing translations for the Arabic (ar) locale
  ensure to expect no validation for the right reasons
  [Security-Guard] fixed 35203 missing name tag in param docblock
  [HttpClient] fix casting responses to PHP streams
  [PhpUnitBridge] Add test case for @expectedDeprecation annotation
  [PhpUnitBridge][SymfonyTestsListenerTrait] Remove $testsWithWarnings stack
  [Mailer] Fix addresses management in Sendgrid API payload
  [Mailer][MailchimpBridge] Fix missing attachments when sending via Mandrill API
  [Mailer][MailchimpBridge] Fix incorrect sender address when sender has name
  [HttpClient] fix capturing SSL certificates with NativeHttpClient
  Update year in license files
  [TwigBridge][Form] Added missing help messages in form themes
  Update year in license files
  Update year in license files
  fix version when "anonymous: lazy" was introduced
  ...
2020-01-04 15:08:26 +01:00
..
Command Merge branch '4.4' into 5.0 2019-12-28 16:09:49 +01:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
DependencyInjection [Messenger] use events consistently in worker 2019-11-05 18:28:25 +01:00
Event [Messenger] use events consistently in worker 2019-11-05 18:28:25 +01:00
EventListener [ErrorHandler] merge and remove the ErrorRenderer component 2019-11-10 18:54:30 +01:00
Exception [Messenger] extract worker logic to listener and sent messages for retry 2019-10-31 15:47:36 +01:00
Handler Merge branch '4.3' into 4.4 2019-12-16 11:45:21 +01:00
Middleware Merge branch '4.4' into 5.0 2019-12-07 17:40:37 +01:00
Retry [Messenger] remove nullable max retries 2019-10-24 23:51:16 +02:00
Stamp feature #34312 [ErrorHandler] merge and remove the ErrorRenderer component (nicolas-grekas, yceruto) 2019-11-12 10:05:23 +01:00
Test/Middleware removed @experimental annotations 2019-06-29 18:43:50 +02:00
Tests Merge branch '4.4' into 5.0 2019-12-28 16:09:49 +01:00
Transport Merge branch '4.4' into 5.0 2019-12-16 11:47:49 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Add gitignore file for Symfony 4.3 2019-09-17 11:54:03 +02:00
CHANGELOG.md Merge branch '4.4' 2019-11-06 13:04:01 +01:00
composer.json Merge branch '4.4' into 5.0 2019-12-12 16:09:39 +01:00
Envelope.php Merge branch '4.4' 2019-07-02 16:48:44 +02:00
HandleTrait.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
LICENSE Update year in license files 2020-01-01 12:51:43 +01:00
MessageBus.php Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
MessageBusInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
phpunit.xml.dist Merge branch '3.4' into 4.1 2018-11-11 20:51:29 +01:00
README.md Remove experimental notice from components 2019-07-11 11:03:49 +02:00
RoutableMessageBus.php Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
TraceableMessageBus.php feature #32745 [Messenger][Profiler] Attempt to give more useful source info when using HandleTrait (ogizanagi) 2019-07-27 08:27:28 +02:00
Worker.php Merge branch '4.4' into 5.0 2019-12-07 17:40:37 +01:00

Messenger Component

The Messenger component helps application send and receive messages to/from other applications or via message queues.

Resources