Skip to content

Release v4.4.42 #46466

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 3 commits into from
May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
35 changes: 35 additions & 0 deletions CHANGELOG-4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,41 @@ in 4.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/v4.4.0...v4.4.1

* 4.4.42 (2022-05-27)

* bug #46448 [DependencyInjection] Fix "proxy" tag: resolve its parameters and pass it to child definitions (nicolas-grekas)
* bug #46442 [FrameworkBundle] Revert "bug #46125 Always add CacheCollectorPass (fancyweb)" (chalasr)
* bug #46443 [DoctrineBridge] Don't reinit managers when they are proxied as ghost objects (nicolas-grekas)
* bug #46427 [FrameworkBundle] fix wiring of annotations.cached_reader (nicolas-grekas)
* bug #46434 [FrameworkBundle] Fix BC break in abstract config commands (yceruto)
* bug #46424 [Form] do not accept array input when a form is not multiple (xabbuh)
* bug #46367 [Mime] Throw exception when body in Email attach method is not ok (alamirault)
* bug #46421 [VarDumper][VarExporter] Deal with DatePeriod->include_end_date on PHP 8.2 (nicolas-grekas)
* bug #46401 [Cache] Throw when "redis_sentinel" is used with a non-Predis "class" option (buffcode)
* bug #46414 Bootstrap 4 fieldset for row errors (konradkozaczenko)
* bug #46412 [FrameworkBundle] Fix dumping extension config without bundle (yceruto)
* bug #46407 [Filesystem] Safeguard (sym)link calls (derrabus)
* bug #46098 [Form] Fix same choice loader with different choice values (HeahDude)
* bug #46380 [HttpClient] Add missing HttpOptions::setMaxDuration() (nicolas-grekas)
* bug #46249 [HttpFoundation] [Session] Regenerate invalid session id (peter17)
* bug #46366 [Mime] Add null check for EmailHeaderSame (magikid)
* bug #46364 [Config] Fix looking for single files in phars with GlobResource (nicolas-grekas)
* bug #46365 [HttpKernel] Revert "bug #46327 Allow ErrorHandler ^5.0 to be used" (nicolas-grekas)
* bug #46114 Fixes "Incorrectly nested style tag found" error when using multi-line header content (Perturbatio)
* bug #46325 [Ldap] Fix LDAP connection options (buffcode)
* bug #46317 [Security/Http] Ignore invalid URLs found in failure/success paths (nicolas-grekas)
* bug #46327 [HttpKernel] Allow ErrorHandler ^5.0 to be used in HttpKernel 4.4 (mpdude)
* bug #46297 [Serializer] Fix JsonSerializableNormalizer ignores circular reference handler in $context (BreyndotEchse)
* bug #45981 [Serializer][PropertyInfo] Fix support for "false" built-in type on PHP 8.2 (alexandre-daubois)
* bug #46277 [HttpKernel] Fix SessionListener without session in request (edditor)
* bug #46282 [DoctrineBridge] Treat firstResult === 0 like null (derrabus)
* bug #46278 [Workflow] Fix deprecated syntax for interpolated strings (nicolas-grekas)
* bug #46264 [Console] Better required argument check in InputArgument (jnoordsij)
* bug #46262 [EventDispatcher] Fix removing listeners when using first-class callable syntax (javer)
* bug #46216 [Form] fix populating single widget time view data with different timezones (xabbuh)
* bug #46221 [DomCrawler][VarDumper] Fix html-encoding emojis (nicolas-grekas)
* bug #46167 [VarExporter] Fix exporting DateTime objects on PHP 8.2 (nicolas-grekas)

* 4.4.41 (2022-04-27)

* bug #46154 [Mailer] Restore X-Transport after failure (zenas1210)
Expand Down
Loading