8000 Release v5.4.0 by fabpot · Pull Request #44335 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v5.4.0 #44335

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 2 commits into from
Nov 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update CHANGELOG for 5.4.0
  • Loading branch information
fabpot committed Nov 29, 2021
commit ddd540debf57ccf3f67f87a53eec5e52ec304e54
14 changes: 14 additions & 0 deletions CHANGELOG-5.4.md
Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ in 5.4 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.4.0...v5.4.1

* 5.4.0 (2021-11-29)

* bug #44309 [Messenger] Leverage DBAL's getNativeConnection() method (derrabus)
* bug #44300 [FrameworkBundle] Fix property-info phpstan extractor discovery (1ed)
* feature #44271 [Notifier] add Vonage bridge to replace the Nexmo one (nicolas-grekas)
* bug #44187 [Translation] [Loco] Fix idempotency of LocoProvider write method (welcoMattic)
* bug #43992 [Security] Do not overwrite already stored tokens for REMOTE_USER authentication (stlrnz)
* bug #43876 [Validator] Fix validation for single level domains (HypeMC)
* bug #44327 [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k (sakalys)
* bug #44261 [Process] intersect with getenv() in case-insensitive manner to get default envs (stable-staple)
* bug #44295 [Serializer] fix support for lazy/unset properties (nicolas-grekas)
* bug #44277 [Notifier] Fix AllMySms bridge body content (afiocre)
* bug #44269 [DoctrineBridge] Revert " add support for the JSON type" (dunglas)

* 5.4.0-RC1 (2021-11-24)

* security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior (wouterj)
Expand Down
0