Skip to content

Commit c430953

Browse files
committed
feature #19296 [Notifier] Add Bluesky notifier bridge (mdoutreluingne)
This PR was squashed before being merged into the 7.1 branch. Discussion ---------- [Notifier] Add Bluesky notifier bridge Fixes #19294 Commits ------- be9cb02 [Notifier] Add Bluesky notifier bridge
2 parents 0487482 + be9cb02 commit c430953

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

console.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,10 +611,6 @@ profile is accessible through the web page of the profiler.
611611
terminal supports links). If you run it in debug verbosity (``-vvv``) you'll
612612
also see the time and memory consumed by the command.
613613

614-
.. versionadded:: 6.4
615-
616-
The ``--profile`` option was introduced in Symfony 6.4.
617-
618614
Learn More
619615
----------
620616

notifier.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ integration with these chat services:
221221
Service Package DSN
222222
======================================= ==================================== =============================================================================
223223
`AmazonSns`_ ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
224+
`Bluesky`_ ``symfony/bluesky-notifier`` ``bluesky://USERNAME:PASSWORD@default``
224225
`Chatwork`_ ``symfony/chatwork-notifier`` ``chatwork://API_TOKEN@default?room_id=ID``
225226
`Discord`_ ``symfony/discord-notifier`` ``discord://TOKEN@default?webhook_id=ID``
226227
`FakeChat`_ ``symfony/fake-chat-notifier`` ``fakechat+email://default?to=TO&from=FROM`` or ``fakechat+logger://default``
@@ -241,6 +242,10 @@ Service Package D
241242
`Zulip`_ ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel=CHANNEL``
242243
====================================== ==================================== =============================================================================
243244

245+
.. versionadded:: 7.1
246+
247+
The ``Bluesky`` integration was introduced in Symfony 7.1.
248+
244249
Chatters are configured using the ``chatter_transports`` setting:
245250

246251
.. code-block:: bash
@@ -942,6 +947,7 @@ is dispatched. Listeners receive a
942947
.. _`AllMySms`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/AllMySms/README.md
943948
.. _`AmazonSns`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/AmazonSns/README.md
944949
.. _`Bandwidth`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Bandwidth/README.md
950+
.. _`Bluesky`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Bluesky/README.md
945951
.. _`Brevo`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Brevo/README.md
946952
.. _`Chatwork`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Chatwork/README.md
947953
.. _`Clickatell`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Clickatell/README.md

0 commit comments

Comments
 (0)