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

Release v4.4.36 #44841

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
Dec 29, 2021
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
36 changes: 36 additions & 0 deletions 36 CHANGELOG-4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,42 @@ 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.36 (2021-12-29)

* bug #44838 [DependencyInjection][HttpKernel] Fix enum typed bindings (ogizanagi)
* bug #44826 [HttpKernel] Do not attempt to register enum arguments in controller service locator (ogizanagi)
* bug #44820 [Cache] Don't lock when doing nested computations (nicolas-grekas)
* bug #44807 [Messenger] fix Redis support on 32b arch (nicolas-grekas)
* bug #44759 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (Vitali Tsyrkin)
* bug #44799 [Cache] fix compat with apcu < 5.1.10 (nicolas-grekas)
* bug #44732 [Mime] Relaxing in-reply-to header validation (ThomasLandauer)
* bug #44728 [Mime] Fix encoding filenames in multipart/form-data (nicolas-grekas)
* bug #44710 [DependencyInjection] fix linting callable classes (nicolas-grekas)
* bug #44639 [DependencyInjection] Cast tag attribute value to string (ruudk)
* bug #44473 [Validator] Restore default locale in ConstraintValidatorTestCase (rodnaph)
* bug #44577 [Cache] Fix proxy no expiration to the Redis (Sergey Belyshkin)
* bug #44669 [Cache] disable lock on CLI (nicolas-grekas)
* bug #44537 [Config] In XmlUtils, avoid converting from octal every string starting with a 0 (alexandre-daubois)
* bug #44625 [HttpClient] fix monitoring responses issued before reset() (nicolas-grekas)
* bug #44623 [HttpClient] Fix dealing with "HTTP/1.1 000 " responses (nicolas-grekas)
* bug #44601 [HttpClient] Fix closing curl-multi handle too early on destruct (nicolas-grekas)
* bug #44571 [HttpClient] Don't reset timeout counter when initializing requests (nicolas-grekas)
* bug #44479 [HttpClient] Double check if handle is complete (Nyholm)
* bug #44418 [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass (fancyweb)
* bug #43164 [FrameworkBundle] Fix cache pool configuration with one adapter and one provider (fancyweb)
* bug #44538 [Process] fixed uppercase ARGC and ARGV should also be skipped (rbaarsma)
* bug #44438 [HttpClient] Fix handling thrown \Exception in \Generator in MockResponse (fancyweb)
* bug #44502 [HttpFoundation] do not call preg_match() on null (xabbuh)
* bug #44467 [Console] Fix parameter types for `ProcessHelper::mustRun()` (derrabus)
* bug #44399 Prevent infinite nesting of lazy `ObjectManager` instances when `ObjectManager` is reset (Ocramius)
* bug #44375 [DoctrineBridge] fix calling get_class on non-object (kbond)
* bug #44361 [HttpClient] Fix handling error info in MockResponse (fancyweb)
* 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 #44269 [DoctrineBridge] Revert " add support for the JSON type" (dunglas)

* 4.4.35 (2021-11-24)

* security #cve-2021-41270 [Serializer] Use single quote to escape formulas (jderusse)
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.