Skip to content
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

[Mailer] max_per_second option configurable via DSN #16800

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

gassan
Copy link
Contributor

@gassan gassan commented May 11, 2022

AbstractTransport::setMaxPerSecond(float) was introduces in 5.1 but wan not configurable by dsn

@OskarStark
Copy link
Contributor

was introduces in 5.1 but wan not configurable by dsn

Please target 5.4 branch then an add versionadded:: 5.1, thanks

@OskarStark OskarStark modified the milestones: 6.1, 5.4 May 17, 2022
@gassan
Copy link
Contributor Author

gassan commented May 17, 2022

According to symfony/symfony#46315 (comment) the patch should be merged into 6.1 branch.
P.S. Whereby I think that the patch could also be merged into 5.4.

@OskarStark
Copy link
Contributor

Sorry I misread the PR header, you introduce the ability to set it via DSN in 6.1, but as its freezes, it should target 6.2 👍

@OskarStark OskarStark modified the milestones: 5.4, next May 17, 2022
@OskarStark OskarStark added the Waiting Code Merge Docs for features pending to be merged label May 17, 2022
@OskarStark OskarStark changed the title made max_per_second option configurable by dsn max_per_second option configurable via DSN May 20, 2022
@carsonbot carsonbot changed the title max_per_second option configurable via DSN [Mailer] max_per_second option configurable via DSN May 20, 2022
@OskarStark
Copy link
Contributor

Please rebase on 6.2, thanks

@gassan gassan changed the base branch from 6.1 to 6.2 June 3, 2022 10:13
@gassan
Copy link
Contributor Author

gassan commented Jun 3, 2022

Rebased onto 6.2

fabpot added a commit to symfony/symfony that referenced this pull request Jul 20, 2022
…(gassan)

This PR was merged into the 6.2 branch.

Discussion
----------

[Mailer] `max_per_second` option configurable via DSN

| Q             | A
| ------------- | ---
| Branch?       | 6.2
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | symfony/symfony-docs#16800

This option is available since 5.1, but it was impossible to configure it by dsn.

Commits
-------

a377f2e made max_per_second option configurable by dsn
symfony-splitter pushed a commit to symfony/mailer that referenced this pull request Jul 20, 2022
…(gassan)

This PR was merged into the 6.2 branch.

Discussion
----------

[Mailer] `max_per_second` option configurable via DSN

| Q             | A
| ------------- | ---
| Branch?       | 6.2
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | symfony/symfony-docs#16800

This option is available since 5.1, but it was impossible to configure it by dsn.

Commits
-------

a377f2e104 made max_per_second option configurable by dsn
mailer.rst Outdated Show resolved Hide resolved
@javiereguiluz javiereguiluz added Waiting feedback and removed Waiting Code Merge Docs for features pending to be merged labels Jul 29, 2022
@javiereguiluz javiereguiluz modified the milestones: next, 6.2 Jul 29, 2022
@javiereguiluz javiereguiluz merged commit 72f19fc into symfony:6.2 Aug 9, 2022
@javiereguiluz
Copy link
Member

Gassan, thanks and congrats on your first Symfony Docs contribution 🎉

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.

4 participants