-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Add missing UPGRADE notes for 7.1 #57242
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
Conversation
wouterj
commented
May 30, 2024
Q | A |
---|---|
Branch? | 7.1 |
Bug fix? | no |
New feature? | no |
Deprecations? | no |
Issues | - |
License | MIT |
b3795c4
to
935a84b
Compare
@@ -69,6 +120,7 @@ Form | |||
FrameworkBundle | |||
--------------- | |||
|
|||
* [BC BREAK] Enabling `framework.rate_limiter` requires `symfony/rate-limiter` 7.1 or higher |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does FrameworkBundle 7.1 conflict with rate-limiter < 7.1 ? If yes, there is no BC break as composer deals with ensuring compatible versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it doesn't. It's only part of the require-dev
of framework bundle.
Thank you @wouterj. |
DoctrineBridge | ||
-------------- | ||
|
||
* Deprecated `DoctrineExtractor::getTypes()`, use `DoctrineExtractor::getType()` instead | ||
* Deprecate `DoctrineExtractor::getTypes()`, use `DoctrineExtractor::getType()` instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should be removed actually eb319a2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in ecd1d92