| 82 | + * feature #26445 [Serializer] Ignore comments when decoding XML (q0rban) |
| 83 | + * feature #26284 [Routing] allow no-slash root on imported routes (nicolas-grekas) |
| 84 | + * feature #26092 [Workflow] Add a MetadataStore to fetch some metadata (lyrixx) |
| 85 | + * feature #26121 [FrameworkBundle] feature: add the ability to search a route (Simperfit) |
| 86 | + * feature #25197 [FrameworkBundle][TwigBridge] make csrf_token() usable without forms (xabbuh) |
| 87 | + * feature #25631 [DI] Service decoration: autowire the inner service (dunglas) |
| 88 | + * feature #26076 [Workflow] Add transition blockers (d-ph, lyrixx) |
| 89 | + * feature #24363 [Console] Modify console output and print multiple modifyable sections (pierredup) |
| 90 | + * feature #26381 Transform both switchToXHR() and removeXhr() to xmlHttpRequest() (Simperfit) |
| 91 | + * feature #26449 Make ProgressBar::setMaxSteps public (ostrolucky) |
| 92 | + * feature #26308 [Config] Introduce BuilderAwareInterface (ro0NL) |
| 93 | + * feature #26518 [Routing] Allow inline definition of requirements and defaults (nicolas-grekas) |
| 94 | + * feature #26143 [Routing] Implement i18n routing (frankdejonge, nicolas-grekas) |
| 95 | + * feature #26564 [HttpFoundation] deprecate call to Request::getSession() when Request::hasSession() returns false (fmata) |
| 96 | + * feature #26408 Readd 'form_label_errors' block to disable errors on form labels (birkof) |
| 97 | + * feature #25456 [Console] Make pretty the `box` style table (maidmaid) |
| 98 | + * feature #26499 [FrameworkBundle] Allow fetching private services from test clients (nicolas-grekas) |
| 99 | + * feature #26509 [BrowserKit] Avoid nullable values in some Client's methods (ossinkine) |
| 100 | + * feature #26288 [FrameworkBundle] show the unregistered command warning at the end of the list command (Simperfit) |
| 101 | + * feature #26520 Added some HTML5 features to the Symfony Profiler (javiereguiluz) |
| 102 | + * feature #26398 [WebProfilerBundle] Display the missing translation panel by default (javiereguiluz) |
| 103 | + * feature #23409 [Security] AuthenticationUtils::getLastUsername() return type inconsistency (vudaltsov) |
| 104 | + * feature #26439 [Console] [DX] Fix command description/help display (noniagriconomie) |
| 105 | + * feature #26372 Revert "feature #24763 [Process] Allow writing portable "prepared" command lines (Simperfit)" (nicolas-grekas) |
| 106 | + * feature #26223 [FrameworkBundle] Add command to delete an item from a cache pool (pierredup) |
| 107 | + * feature #26341 Autoconfigure service locator tag (apfelbox) |
| 108 | + * feature #26330 [FORM] Fix HTML errors. (Nyholm) |
| 109 | + * feature #26334 [SecurityBundle] Deprecate switch_user.stateless config node (chalasr) |
| 110 | + * feature #26304 [Routing] support scheme requirement without redirectable dumped matcher (Tobion) |
| 111 | + * feature #26283 [Routing] Redirect from trailing slash to no-slash when possible (nicolas-grekas) |
| 112 | + * feature #25732 [Console] Add option to automatically run suggested command if there is only 1 alternative (pierredup) |
| 113 | + * feature #26085 Deprecate bundle:controller:action and service:method notation (Tobion) |
| 114 | + * feature #26175 [Security] Add configuration for Argon2i encryption (CoalaJoe) |
| 115 | + * feature #26075 [Validator] Deprecate use of `Locale` validation constraint without setting "canonicalize" option to `true` (phansys) |
| 116 | + * feature #26218 [MonologBridge] Allow to change level format in ConsoleFormatter (ostrolucky) |
| 117 | + * feature #26232 [Lock] Add a TTL to refresh lock (jderusse) |
| 118 | + * feature #26108 [Serializer] Add a MaxDepth handler (dunglas) |
| 119 | + * feature #24778 [BrowserKit] add a way to switch to ajax for one request (Simperfit) |
| 120 | + * feature #25605 [PropertyInfo] Added support for extracting type from constructor (lyrixx) |
| 121 | + * feature #24763 [Process] Allow writing portable "prepared" command lines (Simperfit) |
| 122 | + * feature #25218 [Serializer] add a constructor arguement to return csv always as collection (Simperfit) |
| 123 | + * feature #25369 [Serializer] add a context key to return always as collection for XmlEncoder (Simperfit) |
| 124 | + * feature #26213 [FrameworkBundle] Add support to 307/308 HTTP status codes in RedirectController (ZipoKing) |
| 125 | + * feature #26149 Added support for name on the unit node (Nyholm) |
| 126 | + * feature #24308 [Validator] support protocolless urls validation (MyDigitalLife) |
| 127 | + * feature #26059 [Routing] Match 77.7x faster by compiling routes in one regexp (nicolas-grekas) |
| 128 | + * feature #22447 [WebProfilerBundle] Imply forward request by a new X-Previous-Debug-Token header (ro0NL) |
| 129 | + * feature #26152 [Intl] Add polyfill for Locale::canonicalize() (nicolas-grekas) |
| 130 | + * feature #26073 [DoctrineBridge] Add support for datetime immutable types in doctrine type guesser (jvasseur) |
| 131 | + * feature #26079 [Workflow] Remove constraints on transition/place name + Updated Dumper (lyrixx) |
| 132 | + * feature #23617 [PropertyInfo] Add hassers for accessors prefixes (sebdec) |
| 133 | + * feature #25997 Always show all deprecations except legacy ones when not weak (greg0ire) |
| 134 | + * feature #25582 [Form] Support \DateTimeImmutable (vudaltsov) |
| 135 | + * feature #24705 [Workflow] Add PlantUML dumper to workflow:dump command (Plopix) |
| 136 | + * feature #24508 [Serializer] Fix security issue on CsvEncoder about CSV injection (welcoMattic) |
| 137 | + * feature #25772 [Security] The AuthenticationException should implements Security's ExceptionInterface (sroze) |
| 138 | + * feature #25164 [WebProfilerBundle] Improve controller linking (ro0NL) |
| 139 | + * feature #22353 [Validator] Add `canonicalize` option for `Locale` validator (phansys) |
| 140 | + * feature #26036 Added support for getting default values in Accept headers (javiereguiluz) |
| 141 | + * feature #25780 [TwigBundle] Deprecating "false" in favor of "kernel.debug" as default value of "strict_variable" (yceruto) |
| 142 | + * feature #23508 Deprecated the AdvancedUserInterface (iltar) |
| 143 | + * feature #24781 [HttpFoundation] RedisSessionHandler (dkarlovi) |
| 144 | + * feature #26028 Unwrap errors in FlattenException (derrabus) |
| 145 | + * feature #25892 Adding an array adapter (weaverryan) |
| 146 | + * feature #24894 [FrameworkBundle] add a notice when passing a routerInterface without warmupInterface in RouterCacheWarmer (Simperfit) |
| 147 | + * feature #24632 [DependencyInjection] Anonymous services in PHP DSL (unkind) |
| 148 | + * feature #25836 [HttpKernel] Make session-related services extra-lazy (nicolas-grekas) |
| 149 | + * feature #25775 Introduce signaled process specific exception class (Soullivaneuh) |
| 150 | + * feature #22253 [Config] allow changing the path separator (bburnichon) |
| 151 | + * feature #25493 [Serializer] `default_constructor_arguments` context option for denormalization (Nek-) |
| 152 | + * feature #25839 [SecurityBundle] Deprecate in_memory.user abstract service (chalasr) |
| 153 | + * feature #24392 Display orphaned events in profiler (kejwmen) |
| 154 | + * feature #25275 [DI] Allow for invokable event listeners (ro0NL) |
| 155 | + * feature #25627 [DI] Add a simple CSV env var processor (dunglas) |
| 156 | + * feature #25092 [Security] #25091 add target user to SwitchUserListener (jwmickey) |
| 157 | + * feature #24777 [TwigBundle] Added priority to twig extensions (Brunty) |
| 158 | + * feature #25710 [FrameworkBundle] add cache.app.simple psr simple cache (dmaicher) |
| 159 | + * feature #25669 [Security] Fail gracefully if the security token cannot be unserialized from the session (thewilkybarkid) |
| 160 | + * feature #25504 [Validator] Add option to pass custom values to Expression validator (ostrolucky) |
| 161 | + * feature #25701 [FrameworkBundle] add autowiring aliases for TranslationReaderInterface, ExtractorInterface & TranslationWriterInterface (Dennis Langen) |
| 162 | + * feature #25516 [Validator] Deprecated "checkDNS" option in Url constraint (ro0NL) |
| 163 | + * feature #25588 Move SecurityUserValueResolver to security-http (chalasr) |
| 164 | + * feature #25629 [Process] Make `PhpExecutableFinder` look for the `PHP_BINARY` env var (nicolas-grekas) |
| 165 | + * feature #25562 allow autowire for http_utils class (do-see) |
| 166 | + * feature #25478 [FrameworkBundle] add email_validation_mode option (xabbuh) |
| 167 | + * feature #25366 [HttpKernel] Decouple exception logging from rendering (ro0NL) |
| 168 | + * feature #25450 [PropertyAccess] add more information to NoSuchPropertyException Message (Simperfit) |
| 169 | + * feature #25148 Pr/workflow name as graph label (shdev) |
| 170 | + * feature #25324 [HttpFoundation] Incorrect documentation and method name for UploadedFile::getClientSize() (Simperfit) |
| 171 | + * feature #24738 [FrameworkBundle][Routing] Use a PSR-11 container in FrameworkBundle Router (ogizanagi) |
| 172 | + * feature #25439 Add ControllerTrait::getParameter() (chalasr) |
| 173 | + * feature #25332 [VarDumper] Allow VarDumperTestTrait expectation to be non-scalar (romainneutron) |
| 174 | + * feature #25301 [Console] Add box style table (maidmaid) |
| 175 | + * feature #25415 [FrameworkBundle] Add atom editor to ide config (lexcast) |
| 176 | + * feature #24442 [Validator] Html5 Email Validation (PurpleBooth) |
| 177 | + * feature #25288 [DI][FrameworkBundle] Add PSR-11 "ContainerBag" to access parameters as-a-service (nicolas-grekas, sroze) |
| 178 | + * feature #25290 [FrameworkBundle] debug:autowiring: don't list FQCN when they are aliased (nicolas-grekas) |
| 179 | + * feature #24375 [Serializer] Serialize and deserialize from abstract classes (sroze) |
| 180 | + * feature #25346 [DoctrineBridge] DoctrineDataCollector comments the non runnable part of the query (Simperfit) |
| 181 | + * feature #24216 added clean option to assets install command (robinlehrmann) |
| 182 | + * feature #25142 [Process] Create a "isTtySupported" static method (nesk) |
| 183 | + * feature #24751 [Workflow] Introduce a Workflow interface (Simperfit) |
| 184 | + * feature #25293 [Routing] Parse PHP constants in YAML routing files (ostrolucky) |
| 185 | + * feature #25295 [Translation] Parse PHP constants in YAML translation files (ostrolucky) |
| 186 | + * feature #25294 [Serializer] Parse PHP constants in YAML mappings (ostrolucky) |
| 187 | + * feature #24637 [FrameworkBundle] Improve the DX of TemplateController when using SF 4 (dunglas) |
| 188 | + * feature #25178 [Routing] Allow to set name prefixes from the configuration (sroze) |
| 189 | + * feature #25237 [VarDumper] add a GMP caster in order to cast GMP resources into string or integer (Simperfit) |
| 190 | + * feature #25166 [WebProfilerBundle] Expose dotenv variables (ro0NL) |
| 191 | + * feature #24785 [Profiler][Translation] Logging false by default and desactivated when using the profiler (Simperfit) |
| 192 | + * feature #24826 [FrameworkBundle] Allow to pass a logger instance to the Router (ogizanagi) |
| 193 | + * feature #24937 [DependencyInjection] Added support for variadics in named arguments (PabloKowalczyk) |
| 194 | + * feature #24819 [Console] add setInputs to ApplicationTester and share some code (Simperfit) |
| 195 | + * feature #25131 [SecurityBundle][Security][Translation] trigger some deprecations for legacy methods (xabbuh) |
| 196 | + |
0 commit comments