8000 :package: [53543] Add changelog entries · symfony/symfony@7e24e54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e24e54

Browse files
committed
📦 [53543] Add changelog entries
1 parent 8870bbd commit 7e24e54

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/Symfony/Component/Messenger/Bridge/AmazonSqs/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
7.3
55
---
66

7+
* Implement the `CloseableTransportInterface` to allow closing the transport
78
* Add new `queue_attributes` and `queue_tags` options for SQS queue creation
89

910
7.2

src/Symfony/Component/Messenger/Bridge/Amqp/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
7.1
55
---
66

7+
* Implement the `CloseableTransportInterface` to allow closing the AMQP connection
78
* Add option `delay[arguments]` in the transport definition
89

910
6.0

src/Symfony/Component/Messenger/Bridge/Redis/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
7.3
55
---
66

7+
* Implement the `CloseableTransportInterface` to allow closing the Redis connection
78
* Implement the `KeepaliveReceiverInterface` to enable asynchronously notifying Redis that the job is still being processed, in order to avoid timeouts
89

910
6.3

src/Symfony/Component/Messenger/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
7.3
55
---
66

7+
* Add `CloseableTransportInterface` to allow closing the transport
78
* Add `SentForRetryStamp` that identifies whether a failed message was sent for retry
89
* Add `Symfony\Component\Messenger\Middleware\DeduplicateMiddleware` and `Symfony\Component\Messenger\Stamp\DeduplicateStamp`
910

0 commit comments

Comments
 (0)
0