@@ -7,6 +7,63 @@ in 3.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/v3.3.0...v3.3.1
9
9
10
+ * 3.3.11 (2017-11-10)
11
+
12
+ * bug #24888 [ FrameworkBundle] Specifically inject the debug dispatcher in the collector (ogizanagi)
13
+ * bug #24909 [ Intl] Update ICU data to 60.1 (jakzal)
14
+ * bug #24870 [ YAML] Allow to parse custom tags when linting yaml files (pierredup)
15
+ * bug #24910 [ HttpKernel] [ Debug ] Remove noise from stack frames of deprecations (nicolas-grekas)
16
+ * bug #24906 [ Bridge/ProxyManager] Remove direct reference to value holder property (nicolas-grekas)
17
+ * bug #24900 [ Validator] Fix Costa Rica IBAN format (Bozhidar Hristov)
18
+ * bug #24904 [ Validator] Add Belarus IBAN format (Bozhidar Hristov)
19
+ * bug #24881 [ WebserverBundle] fixed the bug that caused that the webserver would … (Serkan Yildiz)
20
+ * bug #24531 [ HttpFoundation] Fix forward-compat of NativeSessionStorage with PHP 7.2 (sroze)
21
+ * bug #24665 Fix dump panel hidden when closing a dump (julienfalque)
22
+ * bug #24816 [ Serializer] Fix extra attributes when no group specified (ogizanagi)
23
+ * bug #24814 [ Intl] Make intl-data tests pass and save language aliases again (jakzal)
24
+ * bug #24810 [ Serializer] readd default argument value (xabbuh)
25
+ * bug #24735 [ VarDumper] fix trailling comma when dumping an exception (Simperfit)
26
+ * bug #24764 [ HttpFoundation] add Early Hints to Reponse to fix test (Simperfit)
27
+ * bug #24759 Removes \n or space when $context/$extra are empty (kirkmadera)
28
+ * bug #24758 Throwing exception if redis and predis unavailable (aequasi)
29
+ * bug #24744 debug: container --types: Fix bug with non-existent classes (weaverryan)
30
+ * bug #24605 [ FrameworkBundle] Do not load property_access.xml if the component isn't installed (ogizanagi)
31
+ * bug #24706 [ DependencyInjection] Add the possibility to disable assets via xml (renatomefi)
32
+ * bug #24696 Ensure DeprecationErrorHandler::collectDeprecations() is triggered (alexpott)
33
+ * bug #24686 Fix $_ ENV/$_ SERVER precedence in test framework (fabpot)
34
+ * bug #24606 [ HttpFoundation] Fix FileBag issue with associative arrays (enumag)
35
+ * bug #24673 [ DI] Throw when a service name or an alias contains dynamic values (prevent an infinite loop) (dunglas)
36
+ * bug #24681 Fix isolated error handling (alexpott)
37
+ * bug #24575 Ensure that PHPUnit's error handler is still working in isolated tests (alexpott)
38
+ * bug #24597 [ PhpUnitBridge] fix deprecation triggering test detection (xabbuh)
39
+ * bug #24660 Escape trailing \ in QuestionHelper autocompletion (kamazee)
40
+ * bug #24598 Prefer line formatter on missing cli dumper (greg0ire)
41
+ * bug #24644 [ Security] Fixed auth provider authenticate() cannot return void (glye)
42
+ * bug #24642 [ Routing] Fix resource miss (dunglas)
43
+ * bug #24608 Adding the Form default theme files to be warmed up in Twig's cache (weaverryan)
44
+ * bug #24626 streamed response should return $this (DQNEO)
45
+ * bug #24589 Username and password in basic auth are allowed to contain '.' (Richard Quadling)
46
+ * bug #24566 Fixed unsetting from loosely equal keys OrderedHashMap (maryo)
47
+ * bug #24570 [ Debug] Fix same vendor detection in class loader (Jean-Beru)
48
+ * bug #24573 Fixed pathinfo calculation for requests starting with a question mark. (syzygymsu)
49
+ * bug #24565 [ Serializer] YamlEncoder: throw if the Yaml component isn't installed (dunglas)
50
+ * bug #24563 [ Serializer] ObjectNormalizer: throw if PropertyAccess isn't installed (dunglas)
51
+ * bug #24571 [ PropertyInfo] Add support for the iterable type (dunglas)
52
+ * bug #24579 pdo session fix (mxp100)
53
+ * bug #24536 [ Security] Reject remember-me token if UserCheckerInterface::checkPostAuth() fails (kbond)
54
+ * bug #24548 [ Bridge\PhpUnit] Handle deprecations triggered in separate processes (paul-m)
55
+ * bug #24519 [ Validator] [ Twig] added magic method __ isset() to File Constraint class (loru88)
56
+ * bug #24532 [ DI] Fix possible incorrect php-code when dumped strings contains newlines (Strate)
57
+ * bug #24502 [ HttpFoundation] never match invalid IP addresses (xabbuh)
58
+ * bug #24460 [ Form] fix parsing invalid floating point numbers (xabbuh)
59
+ * bug #24490 [ HttpFoundation] Combine Cache-Control headers (c960657)
60
+ * bug #23711 Fix support for PHP 7.2 (Simperfit, nicolas-grekas)
61
+ * bug #24494 [ HttpFoundation] Add missing session.lazy_write config option (nicolas-grekas)
62
+ * bug #24498 [ Bridge\PhpUnit] Fix infinite loop when running isolated method (nicolas-grekas)
63
+ * bug #24434 [ Form] Use for=ID on radio/checkbox label. (Nyholm)
64
+ * bug #24455 [ Console] Escape command usage (sroze)
65
+ * bug #24462 [ Yaml] parse references on merge keys with objects (xabbuh)
66
+
10
67
* 3.3.10 (2017-10-05)
11
68
12
69
* bug #23906 Added support for guards when advancing workflow from a command (GDIBass)
0 commit comments