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

Commit c6d4b22

Browse filesBrowse files
authored
Merge pull request symfony#51164 from fabpot/release-6.3.2
released v6.3.2
2 parents e9413c7 + d6ded17 commit c6d4b22
Copy full SHA for c6d4b22

File tree

Expand file treeCollapse file tree

2 files changed

+51
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+51
-2
lines changed

‎CHANGELOG-6.3.md

Copy file name to clipboardExpand all lines: CHANGELOG-6.3.md
+49Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,55 @@ in 6.3 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.3.0...v6.3.1
99

10+
* 6.3.2 (2023-07-30)
11+
12+
* bug #51138 [Scheduler] Postpone schedule creation (HypeMC)
13+
* bug #50933 [Serializer] Fix deserializing nested arrays of objects with mixed keys (HypeMC)
14+
* bug #51071 [VarExporter] Fix calling scope detection inside magic accessors (vtsykun)
15+
* bug #51078 [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array (lyrixx)
16+
* bug #51102 [Webhook] Allow slash in webhook type (alamirault)
17+
* bug #51114 [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer (fancyweb)
18+
* bug #51055 [Scheduler] Fix NPE in `debug:scheduler` command (maxbeckers)
19+
* bug #51042 [Mailer] [Mailgun] Disable tls for mailgun as it should use STARTTLS (joelwurtz)
20+
* bug #51056 [SecurityBundle] Add `firewalls.logout.csrf_token_manager` to XSD (HeahDude)
21+
* bug #51065 [AssetMapper] Fixing import parsing from jsdelivr (weaverryan)
22+
* bug #50788 [Validator] Fix regression with class metadatada on parent classes (rmikalkenas)
23+
* bug #51030 [Intl] Fixed directory traversal in emoji compression tool (rlandgrebe)
24+
* bug #51017 [VarExporter] Fix exporting classes with __serialize() but not __unserialize() (fancyweb)
25+
* bug #51031 Fix deprecations on PHP 8.3 (nicolas-grekas)
26+
* bug #51000 [WebProfilerBundle] Fix error in case of 'Content-Type' set null in dev environment with no debug (alexbuyanow)
27+
* bug #50985 [DependencyInjection] Fix fetching lazy non-shared services multiple times (HypeMC)
28+
* bug #50994 [ErrorHandler][Runtime] Don't mess with ini_set('assert.warning') (nicolas-grekas)
29+
* bug #50988 [DependencyInjection] Run the `ResolveFactoryClassPass` when `lint:container` builds the container from a dump (MatTheCat)
30+
* bug #50968 [PropertyAccess] Fix access to undefined "file" key when checking stack frames (nicolas-grekas)
31+
* bug #50552 [Security] Allow custom scheme to be used as redirection URIs (Spomky)
32+
* bug #50945 [DebugBundle][FrameworkBundle] Fix using the framework without the Console component (HypeMC)
33+
* bug #50913 [HttpKernel][WebProfilerBundle] Fix search feature (Cyril HERRERA)
34+
* bug #50963 [Messenger] do not listen to signals if the pcntl extension is missing (xabbuh)
35+
* bug #50937 [Form] fetch all known ChoiceType values at once (xabbuh)
36+
* bug #50944 [FrameworkBundle] Add missing monolog channel tag to the `messenger:failed:retry` command (HypeMC)
37+
* bug #49070 [RateLimiter] fix incorrect retryAfter of FixedWindow (RobertMe)
38+
* bug #50960 [VarDumper] Fix dumping `ArrayObject` with `DumpDataCollector` (lyrixx, HypeMC)
39+
* bug #50943 [Intl] Taking into account bibliographic + overlong (oleg-andreyev)
40+
* bug #50954 [PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s (nicolas-grekas)
41+
* bug #50893 [Notifier] Fix Esendex messages serialization (raphael-geffroy)
42+
* bug #50475 [FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs (Okhoshi)
43+
* bug #47252 [PhpUnitBridge] Use triggering class to generate baseline for deprecation messages from DebugClassLoader (leongersen)
44+
* bug #50582 [Security/Http] Fix false-string handling in `RememberMeAuthenticator` (ossinkine)
45+
* bug #50595 [DependencyInjection] Don't ignore attributes on the actual decorator (HypeMC)
46+
* bug #50804 [Serializer] Fix Normalizer not utilizing converted name for index variadic param (DidierLmn)
47+
* bug #50813 [DoctrineBridge] Load refreshed user proxy (MatTheCat)
48+
* bug #50905 [DepdencyInjection] Fix costly logic when checking errored definitions (nicolas-grekas)
49+
* bug #50884 [Finder] Fix initial directory is opened twice (mvorisek)
50+
* bug #50818 [Scheduler] Fix `PeriodicalTrigger` from argument for stateful run dates (StanJansen)
51+
* bug #50881 [Messenger] Fix passing options set via tags to handler descriptors (nicolas-grekas)
52+
* feature #50838 [DoctrineBridge] Remove outdated comment (HeahDude)
53+
* bug #50837 [DependencyInjection] Fix autocasting null env values to empty string (fancyweb)
54+
* bug #50819 [SecurityBundle] Do not translate `Bearer` header’s `error_description` (MatTheCat)
55+
* bug #50793 [DependencyInjection] Fix resource tracking for lazy services (nicolas-grekas)
56+
* bug #50810 [String] Fix Inflector for 'status' (evertharmeling)
57+
* bug #50776 [Serializer] Fix type error not be accessed before initialization (shyim)
58+
1059
* 6.3.1 (2023-06-26)
1160

1261
* bug #50763 [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions (nicolas-grekas)

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7676
*/
7777
private static array $freshCache = [];
7878

79-
public const VERSION = '6.3.2-DEV';
79+
public const VERSION = '6.3.2';
8080
public const VERSION_ID = 60302;
8181
public const MAJOR_VERSION = 6;
8282
public const MINOR_VERSION = 3;
8383
public const RELEASE_VERSION = 2;
84-
public const EXTRA_VERSION = 'DEV';
84+
public const EXTRA_VERSION = '';
8585

8686
public const END_OF_MAINTENANCE = '01/2024';
8787
public const END_OF_LIFE = '01/2024';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.