File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1300,7 +1300,7 @@ Amazon SQS
1300
1300
1301
1301
.. versionadded :: 5.1
1302
1302
1303
- The Amazon SQS transport has been introduced in Symfony 5.1.
1303
+ The Amazon SQS transport was introduced in Symfony 5.1.
1304
1304
1305
1305
The Amazon SQS transport is perfect for application hosted on AWS. Install it by
1306
1306
running:
@@ -1328,10 +1328,9 @@ The SQS transport DSN may looks like this:
1328
1328
name into an AWS queue URL by calling the ``GetQueueUrl `` API in AWS. This
1329
1329
extra API call can be avoided by providing a DSN which is the queue URL.
1330
1330
1331
- .. versionadded :: 5.2
1331
+ .. versionadded :: 5.2
1332
1332
1333
- Providing a DSN equals to the queue URL to avoid call to ``GetQueueUrl ``
1334
- has been introduced in Symfony 5.2.
1333
+ The feature to provide the queue URL in the DSN was introduced in Symfony 5.2.
1335
1334
1336
1335
The transport has a number of options:
1337
1336
You can’t perform that action at this time.
0 commit comments