Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Messenger] Transports in separate packages #13006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2020

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Jan 29, 2020

I added a note that transports will be in separate packages from 5.1.

Im not sure this is the best way to present it. Soon, new transports will be added. They should also start with a:

    .. code-block:: terminal

        $ composer require symfony/sqs-messenger

Anyhow, this is good for these 3, that is why I submitting the PR and hope for feedback.

This will fix #12998

@Nyholm Nyholm mentioned this pull request Jan 29, 2020
OskarStark added a commit that referenced this pull request Jan 29, 2020
This PR was submitted for the master branch but it was merged into the 5.0 branch instead (closes #13007).

Discussion
----------

Remove old versionadded

Build failed in #13006 because of these.

They are unrelated and I assume they should be removed.

Commits
-------

ff2b2fc Remove old versionadded
@OskarStark OskarStark modified the milestones: 5.0, 5.1 Jan 29, 2020
@@ -730,6 +730,14 @@ options.
AMQP Transport
~~~~~~~~~~~~~~

.. versionadded:: 5.1

The AMQP transport has moved to a separate package. Install it by running
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this ... but I'd be more explicit in the message. The current proposal will only display 5.1 (because of the versionadded directive) and the message ... so we could reword it like this to be more clear about when this change will happen:

.. versionadded:: 5.1

    Starting from Symfony 5.1, the AMQP transport has moved to a separate package.
    Install it by running:

@javiereguiluz javiereguiluz force-pushed the issue-12998-messenger-package branch from 78a7dae to 6a54402 Compare February 13, 2020 11:58
@javiereguiluz javiereguiluz merged commit 6a54402 into symfony:master Feb 13, 2020
@javiereguiluz
Copy link
Member

Thanks Tobias!


The AMQP transport has moved to a separate package. Install it by running

.. code-block:: terminal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rendering of a "code-block" inside a "versionadded" is not very well supported.
I have this rendering :
Capture d’écran 2020-03-04 à 17 36 19

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to have something like this :
Capture d’écran 2020-03-04 à 17 39 34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Messenger] Move Transports to separate packages
5 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.