@@ -7,6 +7,36 @@ in 6.3 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.3.0...v6.3.1
9
9
10
+ * 6.3.0-BETA2 (2023-05-07)
11
+
12
+ * bug #50249 [ WebProfilerBundle] Explicit tab controls’ color as they can be buttons (MatTheCat)
13
+ * bug #50248 [ TwigBundle] fixed wrong ` symfony/twig-bridge ` dependency version (SVillette)
14
+ * bug #50231 [ AssetMapper] Fixing 2 bugs related to the compile command and importmaps (weaverryan)
15
+ * feature #49553 [ Serializer] Add flag to require all properties to be listed in the input (Christian Kolb)
16
+ * feature #50232 [ AssetMapper] Better public without digest (weaverryan)
17
+ * bug #50214 [ WebProfilerBundle] Remove legacy filters remnants (MatTheCat)
18
+ * bug #50235 [ HttpClient] Fix getting through proxies via CONNECT (nicolas-grekas)
19
+ * bug #50241 [ HttpKernel] Prevent initialising lazy services during services reset (tucksaun)
20
+ * bug #50244 [ HttpKernel] Fix restoring surrogate content from cache (nicolas-grekas)
21
+ * bug #50246 [ DependencyInjection] Do not check errored definitions’ type (MatTheCat)
22
+ * bug #49557 [ PropertyInfo] Fix phpDocExtractor nullable array value type (fabpot)
23
+ * bug #50213 [ ErrorHandler] Prevent conflicts with WebProfilerBundle’s JavaScript (MatTheCat)
24
+ * feature #49608 [ OptionsResolver] add ` ignoreUndefined() ` method to allow skip not interesting options (Constantine Shtompel)
25
+ * bug #50216 [ DependencyInjection] Allow ` AutowireCallable ` without method (derrabus)
26
+ * bug #50192 [ Serializer] backed enum throw notNormalizableValueException outside construct method (alli83)
27
+ * bug #50238 [ HttpKernel] Don't use eval() to render ESI/SSI (nicolas-grekas)
28
+ * bug #50224 [ DoctrineBridge] skip subscriber if listener already defined (alli83)
29
+ * bug #50218 Profiler respect stateless attribute (alamirault)
30
+ * bug #50242 [ ErrorHandler] Fix the design of the exception page tabs (javiereguiluz)
31
+ * feature #50219 [ AssetMapper] Adding debug: assetmap command + normalize paths (weaverryan)
32
+ * bug #49760 [ Serializer] Add missing withSaveOptions method to XmlEncoderContextBuilder (mtarld)
33
+ * bug #50226 [ HttpClient] Ensure HttplugClient ignores invalid HTTP headers (nicolas-grekas)
34
+ * bug #50125 [ HttpKernel] Fix handling of ` MapRequest* ` attributes (nicolas-grekas)
35
+ * bug #50215 [ AssetMapper] Fixing wrong values being output in command (weaverryan)
36
+ * bug #50203 [ Messenger] Fix registering message handlers (nicolas-grekas)
37
+ * bug #50204 [ ErrorHandler] Skip Httplug deprecations for HttplugClient (nicolas-grekas)
38
+ * bug #50206 [ AssetMapper] Fix import map package parsing with an @ namespace (weaverryan)
39
+
10
40
* 6.3.0-BETA1 (2023-05-01)
11
41
12
42
* feature #49729 [ Scheduler] Add a simple Scheduler class for when the component is used standalone (fabpot)
0 commit comments