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 v6.1.3 #47117

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
Jul 29, 2022
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 6.1.3
  • Loading branch information
fabpot committed Jul 29, 2022
commit 44a733adc2a0e4371a780f2c1a4262c1881fcdb9
41 changes: 41 additions & 0 deletions 41 CHANGELOG-6.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,47 @@ in 6.1 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/v6.1.0...v6.1.1

* 6.1.3 (2022-07-29)

* bug #47069 [Security] Allow redirect after login to absolute URLs (Tim Ward)
* bug #47073 [HttpKernel] Fix non-scalar check in surrogate fragment renderer (aschempp)
* bug #46849 [HtmlSanitizer] Allow null for sanitizer option `allowed_link_hosts` and `allowed_media_hosts` (plfort)
* bug #47104 [Serializer] Fix wrong needsNormalization in TraceableEncoder (ostrolucky)
* bug #47003 [Cache] Ensured that redis adapter can use multiple redis sentinel hosts (warslett)
* bug #43329 [Serializer] Respect default context in DateTimeNormalizer::denormalize (hultberg)
* bug #47070 [Messenger] Fix function name in TriggerSql on postgresql bridge to support table name with schema (zimny9932)
* bug #47086 Workaround disabled "var_dump" (nicolas-grekas)
* bug #40828 [BrowserKit] Merge fields and files recursively if they are multidimensional array (januszmk)
* bug #47010 [String] Fix `width` method in `AbstractUnicodeString` (TBoileau)
* bug #47048 [Serializer] Fix XmlEncoder encoding attribute false (alamirault)
* bug #46957 [HttpFoundation] Fix `\Stringable` support in `InputBag::get()` (chalasr)
* bug #47022 [Console] get full command path for command in search path (remicollet)
* bug #47000 [ErrorHandler] Fix return type patching for list and class-string pseudo types (derrabus)
* bug #43998 [HttpKernel] [HttpCache] Don't throw on 304 Not Modified (aleho)
* bug #46792 [Bridge] Corrects bug in test listener trait (magikid)
* bug #46985 [DoctrineBridge] Avoid calling `AbstractPlatform::hasNativeGuidType()` (derrabus)
* bug #46958 [Serializer] Ignore getter with required parameters (Fix #46592) (astepin)
* bug #46981 [Mime]  quote address names if they contain parentheses (xabbuh)
* bug #46960 [FrameworkBundle] Fail gracefully when forms use disabled CSRF (HeahDude)
* bug #46973 [DependencyInjection] Fail gracefully when attempting to autowire composite types (derrabus)
* bug #45884 [Serializer] Fix inconsistent behaviour of nullable objects in key/value arrays (phramz)
* bug #46963 [Mime] Fix inline parts when added via attachPart() (fabpot)
* bug #46968 [PropertyInfo] Make sure nested composite types do not crash ReflectionExtractor (derrabus)
* bug #46931 Flush backend output buffer after closing. (bradjones1)
* bug #46947 [Serializer] Prevent that bad Ignore method annotations lead to incorrect results (astepin)
* bug #46948 [Validator] : Fix "PHP Warning: Undefined array key 1" in NotCompromisedPasswordValidator (KevinVanSonsbeek)
* bug #46905 [BrowserKit] fix sending request to paths containing multiple slashes (xabbuh)
* bug #46244 [Validator] Fix traverse option on Valid constraint when used as Attribute (tobias-93)
* bug #42033 [HttpFoundation] Fix deleteFileAfterSend on client abortion (nerg4l)
* bug #46941 [Messenger] Fix calls to deprecated DBAL methods (derrabus)
* bug #46863 [Mime] Fix invalid DKIM signature with multiple parts (BrokenSourceCode)
* bug #46808 [HttpFoundation] Fix TypeError on null `$_SESSION` in `NativeSessionStorage::save()` (chalasr)
* bug #46811 [DoctrineBridge] Fix comment for type on Query::setValue (middlewares) (l-vo)
* bug #46790 [HttpFoundation] Prevent PHP Warning: Session ID is too long or contains illegal characters (BrokenSourceCode)
* bug #46700 [HttpClient] Prevent "Fatal error" in data collector (fmata)
* bug #46800 Spaces in system temp folder path cause deprecation errors in php 8 (demeritcowboy)
* bug #46797 [Messenger] Ceil waiting time when multiplier is a float on retry (WissameMekhilef)

* 6.1.2 (2022-06-26)

* bug #46779 [String] Add an invariable word in french (lemonlab)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.