|
| 1 | +CHANGELOG for 7.1.x |
| 2 | +=================== |
| 3 | + |
| 4 | +This changelog references the relevant changes (bug and security fixes) done |
| 5 | +in 7.1 minor versions. |
| 6 | + |
| 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 | +To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v7.1.0...v7.1.1 |
| 9 | + |
| 10 | +* 7.1.0-BETA1 (2024-05-02) |
| 11 | + |
| 12 | + * feature #54818 [Translation] Crowdin is backing its translation bridge, thanks to them! \o/ (nicolas-grekas) |
| 13 | + * feature #54806 [HttpClient] deprecate setLogger() methods of decorating clients (xabbuh) |
| 14 | + * feature #54809 JoliCode is sponsoring Symfony 7.1, thanks to them! \o/ (nicolas-grekas) |
| 15 | + * feature #54657 [TwigBundle] Deprecate `base_template_class` option (Steveb-p) |
| 16 | + * feature #54663 [Serializer] Add `XmlEncoder::CDATA_WRAPPING_PATTERN` context option (alexpozzi) |
| 17 | + * feature #54666 [DependencyInjection] Reset env vars when resetting the container (faizanakram99) |
| 18 | + * feature #54455 [DoctrineBridge] Deprecate auto-mapping of entities in favor of mapped route parameters (nicolas-grekas) |
| 19 | + * feature #52820 [DependencyInjection] Add `#[AutowireInline]` attribute to allow service definition at the class level (DaDeather, nicolas-grekas) |
| 20 | + * feature #54720 [Routing] Add `{foo:bar}` syntax to define a mapping between a route parameter and its corresponding request attribute (nicolas-grekas) |
| 21 | + * feature #38662 [DoctrineBridge][Validator] Allow validating every class against unique entity constraint (wkania) |
| 22 | + * feature #54371 [DependencyInjection] Deprecate `#[TaggedIterator]` and `#[TaggedLocator]` (GromNaN) |
| 23 | + * feature #54674 [FrameworkBundle] revert implementing LoggerAwareInterface in HTTP client decorators (xabbuh) |
| 24 | + * feature #54670 [TypeInfo] Ease getting base type on nullable types (mtarld) |
| 25 | + * feature #54789 [PropertyInfo] remove deprecations, mark TypeInfo as experimental (soyuka) |
| 26 | + * feature #54788 [TypeInfo] mark classes as experimental (soyuka) |
| 27 | + * feature #54661 [TypeInfo] Handle custom collection objects properly (mtarld) |
| 28 | + * feature #53214 [DoctrineBridge] Idle connection listener for long running runtime (alli83) |
| 29 | + * feature #49978 [HttpKernel] Introduce `#[MapUploadedFile]` controller argument attribute (renedelima) |
| 30 | + * feature #53365 [DoctrineBridge] Allow `EntityValueResolver` to return a list of entities (HypeMC) |
| 31 | + * feature #54525 [Mailer] [Resend] Add Resend webhook signature verification (welcoMattic) |
| 32 | + * feature #54589 [Messenger] forward a Clock instance to the created InMemoryTransport (xabbuh) |
| 33 | + * feature #54604 [Ldap] Improve error reporting during LDAP bind (RoSk0) |
| 34 | + * feature #54356 [Notifier] LOX24 SMS bridge (alebedev80) |
| 35 | + * feature #54473 [Validator] Add support for types (`ALL*`, `LOCAL_*`, `UNIVERSAL_*`, `UNICAST_*`, `MULTICAST_*`, `BROADCAST`) in `MacAddress` constraint (Ninos) |
| 36 | + * feature #53971 Cast env vars to null or bool when referencing them using `#[Autowire(env: '...')]` depending on the signature of the corresponding parameter (ruudk) |
| 37 | + * feature #54535 [Validator] Deprecate `Bic::INVALID_BANK_CODE_ERROR` (MatTheCat) |
| 38 | + * feature #54044 [Mailer] Add support for allowing some users even if `recipients` is defined in `EnvelopeListener` (lyrixx) |
| 39 | + * feature #54442 [Clock] Add a polyfill for DateTimeImmutable::createFromTimestamp() (derrabus) |
| 40 | + * feature #53801 [HttpKernel] Deprecate `AddAnnotatedClassesToCachePass` and related code infrastructure (nicolas-grekas) |
| 41 | + * feature #54510 [Console] Handle SIGQUIT signal (ostrolucky) |
| 42 | + * feature #54385 [HttpKernel] Map a list of items with `MapRequestPayload` attribute (yceruto) |
| 43 | + * feature #54432 [TwigBridge] Add `emojify` twig filter (lyrixx) |
| 44 | + * feature #54496 [Contracts] Rename ServiceSubscriberTrait to ServiceMethodsSubscriberTrait (nicolas-grekas) |
| 45 | + * feature #54443 [Security] Add support for dynamic CSRF id with Expression in `#[IsCsrfTokenValid]` (yguedidi) |
| 46 | + * feature #53968 [Process] allow to ignore signals when executing a process (joelwurtz) |
| 47 | + * feature #54346 [Serializer] Fix: Report Xml warning/error instead of silently returning a wrong xml (VincentLanglet) |
| 48 | + * feature #54423 [WebProfilerBundle] Update the search links in the profiler layout (javiereguiluz) |
| 49 | + * feature #52986 [HttpFoundation] Similar locale selection (Spomky) |
| 50 | + * feature #53160 [PropertyInfo] Deprecate PropertyInfo Type (mtarld) |
| 51 | + * feature #54408 [Validator] Add a `requireTld` option to `Url` constraint (javiereguiluz) |
| 52 | + * feature #54470 [Emoji] Add the "text" locale (nicolas-grekas) |
| 53 | + * feature #54414 [DependencyInjection] Improve the error message when there is no extension to load some configuration (javiereguiluz) |
| 54 | + * feature #54479 [Validator] set the password strength as a violation parameter (xabbuh) |
| 55 | + * feature #52843 [DependencyInjection] Prepending extension configs with file loaders (yceruto) |
| 56 | + * feature #53682 [Security] Support RSA algorithm signature for OIDC tokens (Spomky) |
| 57 | + * feature #54441 [Emoji] Add the gitlab locale (alamirault) |
| 58 | + * feature #54420 [WebProfilerBundle] Update main menu to display active panels first (javiereguiluz) |
| 59 | + * feature #54381 [Messenger] Allow extending attribute class `AsMessageHandler` (GromNaN) |
| 60 | + * feature #54364 [WebProfilerBundle] [WebProfilerPanel] Update the design of the workflow profiler panel (javiereguiluz) |
| 61 | + * feature #54365 [DependencyInjection] Apply attribute configurator to child classes (GromNaN) |
| 62 | + * feature #54320 [VarDumper] Add support for new DOM extension classes in `DOMCaster` (alexandre-daubois) |
| 63 | + * feature #54344 [Workflow] Add EventNameTrait to compute event name strings in subscribers (squrious) |
| 64 | + * feature #54347 [Console] Allow to return all tokens after the command name (lyrixx) |
| 65 | + * feature #54135 [Console] Add a way to use custom lock factory in lockableTrait (VincentLanglet) |
| 66 | + * feature #51502 [HttpKernel] Add temporary URI signed (BaptisteContreras) |
| 67 | + * feature #53898 [Serializer] Add context for `CamelCaseToSnakeCaseNameConverter` (AurelienPillevesse) |
| 68 | + * feature #49184 [FrameworkBundle][HttpFoundation] reduce response constraints verbosity (Nicolas Appriou, Nicals) |
| 69 | + * feature #53901 [Mailer] [Amazon] Add support for X-SES-LIST-MANAGEMENT-OPTIONS header (sebschaefer) |
| 70 | + * feature #54153 [HttpKernel] allow boolean argument support for MapQueryString (Jean-Beru) |
| 71 | + * feature #53885 [WebProfilerBundle] Allow to search inside profiler tables (javiereguiluz) |
| 72 | + * feature #52950 [WebProfilerBundle] Set `XDEBUG_IGNORE` option for all XHR (adrolter) |
| 73 | + * feature #54173 [Filesystem] Add the `readFile()` method (derrabus) |
| 74 | + * feature #54313 [Mime] Update mime types (smnandre) |
| 75 | + * feature #54016 [DependencyInjection] Add `#[AutowireMethodOf]` attribute to autowire a method of a service as a callable (nicolas-grekas) |
| 76 | + * feature #54272 [Workflow] Add support for workflows that need to store many tokens in the marking (lyrixx) |
| 77 | + * feature #54238 [Console] Add `ArgvInput::getRawTokens()` (lyrixx) |
| 78 | + * feature #51227 [FrameworkBundle][Workflow] Attach the workflow's configuration to the `workflow` tag (lyrixx) |
| 79 | + * feature #54107 [HttpKernel] Improve error reporting when requiring the wrong Request class (ilyachase) |
| 80 | + * feature #53851 [Security] Ignore empty username or password login attempts (llupa) |
| 81 | + * feature #54125 [AssetMapper] Deprecate unused method `splitPackageNameAndFilePath` (smnandre) |
| 82 | + * feature #54084 [Lock] Make NoLock implement the SharedLockInterface (mbabker) |
| 83 | + * feature #53892 [Messenger][AMQP] Automatically reconnect on connection loss (ostrolucky) |
| 84 | + * feature #53734 [Notifier] Add SMSense bridge (jimiero) |
| 85 | + * feature #53942 [Clock] Add get/setMicroseconds() (nicolas-grekas) |
| 86 | + * feature #53986 [Console] Add descriptions to Fish completion output (adriaanzon) |
| 87 | + * feature #53927 [Notifier] Add new Pushy notifier bridge (stloyd) |
| 88 | + * feature #53866 [Workflow] determines places from transitions (lyrixx) |
| 89 | + * feature #53868 [Config] Allow custom meta location in `ConfigCache` (alamirault) |
| 90 | + * feature #48603 [Messenger][Amqp] Add config option 'arguments' for delay queues (Thomas Beaujean) |
| 91 | + * feature #50745 [DependencyInjection] Add `CheckAliasValidityPass` to check interface compatibility (n-valverde) |
| 92 | + * feature #53806 [ExpressionLanguage] Add more configurability to the parsing/linting methods (fabpot) |
| 93 | + * feature #49144 [HttpFoundation] Add support for `\SplTempFileObject` in `BinaryFileResponse` (alexandre-daubois) |
| 94 | + * feature #53706 [Mailer] Add timestamp to SMTP debug log (bytestream) |
| 95 | + * feature #53747 [Yaml] Revert "feature #48022 Fix Yaml Parser with quote end in a newline (maxbeckers)" (xabbuh) |
| 96 | + * feature #50864 [TwigBridge] Allow `twig:lint` to excludes dirs (94noni) |
| 97 | + * feature #48022 [Yaml] Fix Yaml Parser with quote end in a new line (maxbeckers) |
| 98 | + * feature #48803 [CssSelector] add support for :is() and :where() (Jean-Beru) |
| 99 | + * feature #52510 [TypeInfo] Introduce component (mtarld) |
| 100 | + * feature #52043 [Config] Allow custom meta location in `ResourceCheckerConfigCache` (ruudk) |
| 101 | + * feature #51343 [HttpFoundation] Add `HeaderRequestMatcher` (alexandre-daubois) |
| 102 | + * feature #51324 [HttpFoundation] Add `QueryParameterRequestMatcher` (alexandre-daubois) |
| 103 | + * feature #51514 [Serializer] Add Default and "class name" default groups (mtarld) |
| 104 | + * feature #52658 [Validator] Add additional versions (`*_NO_PUBLIC`, `*_ONLY_PRIV` & `*_ONLY_RES`) in IP address & CIDR constraint (Ninos) |
| 105 | + * feature #52230 [Yaml] Allow to get all the enum cases (phansys) |
| 106 | + * feature #48276 [Security] add CAS 2.0 AccessToken handler (nacorp) |
| 107 | + * feature #52922 [DependencyInjection] Add Lazy attribute for classes and arguments (Tiriel) |
| 108 | + * feature #53056 [Serializer] Add `DateTimeNormalizer::CAST_KEY` context option (norkunas) |
| 109 | + * feature #53096 [Intl] [Emoji] Move emoji data in a new component (smnandre) |
| 110 | + * feature #53362 [PropertyInfo] Restrict access to `PhpStanExtractor` based on visibility (nikophil) |
| 111 | + * feature #53550 [FrameworkBundle][HttpClient] Add `ThrottlingHttpClient` to limit requests within a timeframe (HypeMC) |
| 112 | + * feature #53466 Add `SecretsRevealCommand` (danielburger1337) |
| 113 | + * feature #53740 Mailersend webhook remote event (doobas, fabpot) |
| 114 | + * feature #53728 [ExpressionLanguage] Add ``min`` and ``max`` php functions (maxbeckers) |
| 115 | + * feature #51562 [DoctrineBridge] Add `message` to #[MapEntity] for NotFoundHttpException (moesoha) |
| 116 | + * feature #53680 [DependencyInjection][Yaml] dump enums with the !php/enum tag (xabbuh) |
| 117 | + * feature #53621 [Mailer] [Smtp] Add DSN param 'auto_tls' to disable automatic STARTTLS (srsbiz) |
| 118 | + * feature #53554 [Mailer] Add Resend bridge (welcoMattic) |
| 119 | + * feature #53448 [Cache] Add support for using DSN with `PDOAdapter` (HypeMC) |
| 120 | + * feature #52447 [Form] Add option `separator` to `ChoiceType` to use a custom separator after preferred choices (mboultoureau) |
| 121 | + * feature #53080 [Clock] Return Symfony ClockInterface in ClockSensitiveTrait (ruudk) |
| 122 | + * feature #53328 [Messenger] Add jitter parameter to MultiplierRetryStrategy (rmikalkenas) |
| 123 | + * feature #53382 [Uid] Add `AbstractUid::toString()` (fancyweb) |
| 124 | + * feature #53374 [Validator] support `\Stringable` instances in all constraints (xabbuh) |
| 125 | + * feature #53163 [Contracts][DependencyInjection] Add `ServiceCollectionInterface` (kbond) |
| 126 | + * feature #52638 [Dotenv] Add `SYMFONY_DOTENV_PATH`, consumed by `debug:dotenv` for custom `.env` path (GromNaN) |
| 127 | + * feature #51862 [Validator] Add `MacAddress` constraint for validating MAC address (Ninos) |
| 128 | + * feature #52924 [FrameworkBundle] add a private_ranges shortcut for trusted_proxies (xabbuh) |
| 129 | + * feature #53209 [HttpKernel] Add support for custom HTTP status code for the `#[MapQueryParameter]` attribute (ovidiuenache) |
| 130 | + * feature #53151 mark classes implementing the `WarmableInterface` as `final` (xabbuh) |
| 131 | + * feature #53262 [Notifier] [OneSignal] Add support for sending to external user ids (KDederichs) |
| 132 | + * feature #51884 [Form] add "model_type" option to MoneyType (garak) |
| 133 | + * feature #52936 [Notifier] Add Seven.io bridge (NeoBlack) |
| 134 | + * feature #53249 [Validator] support `Stringable` instances in `CharsetValidator` (xabbuh) |
| 135 | + * feature #53251 [AssetMapper] Add integrity hash to the default es-module-shims script (smnandre) |
| 136 | + * feature #52976 [Notifier] Add sms-sluzba.cz bridge (dfridrich) |
| 137 | + * feature #53154 [Validator] Add the `Charset` constraint (alexandre-daubois) |
| 138 | + * feature #53191 [HttpKernel] Allow `#[WithHttpStatus]` and `#[WithLogLevel]` to take effect on interfaces (priyadi) |
| 139 | + * feature #53212 [HttpKernel] Add `HttpException::fromStatusCode()` (nicolas-grekas) |
| 140 | + * feature #53060 [Uid] Add `UuidV1::toV6()`, `UuidV1::toV7()` and `UuidV6::toV7()` (fancyweb, nicolas-grekas) |
| 141 | + * feature #53148 [Notifier] Add Smsbox notifier bridge (Alan ZARLI) |
| 142 | + * feature #52954 [Validator] Add `list` and `associative_array` types to `Type` constraint (Florian Hermann) |
| 143 | + * feature #53091 [FrameworkBundle][RateLimiter] add `rate_limiter` tag to rate limiter services (kbond) |
| 144 | + * feature #53123 [VarDumper] Added default message for dd function (Shamimul Alam) |
| 145 | + * feature #52948 Use faster hashing algorithms when possible (javiereguiluz) |
| 146 | + * feature #52970 [HttpClient] Add `JsonMockResponse::fromFile()` and `MockResponse::fromFile()` shortcuts (fancyweb) |
| 147 | + * feature #52989 allow Twig 4 (xabbuh) |
| 148 | + * feature #53092 [Notifier] Add Unifonic notifier bridge (seferov) |
| 149 | + * feature #53083 [Notifier] Add Bluesky notifier bridge (Nyholm) |
| 150 | + * feature #52775 [HttpClient] Allow mocking `start_time` info in `MockResponse` (fancyweb) |
| 151 | + * feature #52962 [FrameworkBundle] Move Router cache directory to `kernel.build_dir` (Okhoshi) |
| 152 | + * feature #52974 [Cache] Deprecate `CouchbaseBucketAdapter`, use `CouchbaseCollectionAdapter` (alexandre-daubois) |
| 153 | + * feature #52971 [Messenger] Make `#[AsMessageHandler]` final (Valmonzo) |
| 154 | + * feature #52961 [Security][SecurityBundle] Add `#[IsCsrfTokenValid]` attribute (yguedidi) |
| 155 | + * feature #39438 [Form] Errors Property Paths mismatch CollectionType children when removing an entry (cristoforocervino) |
| 156 | + * feature #52842 [Mailer] Add Azure bridge (hafael) |
| 157 | + * feature #52946 [HttpClient] Add HttpOptions->addHeader as a shortcut to add an header in an existing options object (Dean151) |
| 158 | + * feature #52893 [Cache][Messenger] make both options redis_sentinel and sentinel_master available everywhere (xabbuh) |
| 159 | + * feature #52854 [Workflow] Add `getEnabledTransition()` method annotation to WorkflowInterface (alexandre-daubois) |
| 160 | + * feature #52916 [Mailer] Dispatch event for Postmark's "inactive recipient" API error (vicdelfant) |
| 161 | + * feature #52879 [PropertyAccess][Serializer] Fix "type unknown" on denormalize (seferov) |
| 162 | + * feature #52411 [Messenger] Add `--all` option to `messenger:consume` (javaDeveloperKid) |
| 163 | + * feature #52493 [HttpFoundation] Add `UploadedFile::getClientOriginalPath()` to support directory uploads (danielburger1337) |
| 164 | + * feature #52632 [PropertyInfo] Make `PhpDocExtractor::getDocBlock()` public (Nyholm) |
| 165 | + * feature #52730 [Serializer] Consider SerializedPath in debug command output (jschaedl) |
| 166 | + * feature #52128 [HttpKernel] Introduce `ExceptionEvent::isKernelTerminating()` to skip error rendering when kernel is terminating (VincentLanglet) |
| 167 | + * feature #52636 [DependencyInjection] Prepend extension config with `ContainerConfigurator` (yceruto) |
| 168 | + * feature #52198 [String] New locale aware casing methods (bram123) |
| 169 | + * feature #52369 [DependencyInjection] Add `urlencode` function to `EnvVarProcessor` (crtl) |
| 170 | + * feature #50922 [Form] Deprecate not configuring the `default_protocol` option of the `UrlType` (MatTheCat) |
| 171 | + * feature #52605 [Console] Support `ProgressBar::iterate()` on empty array (GromNaN) |
| 172 | + |
0 commit comments