Skip to content

Commit c96d95a

Browse files
authored
Merge pull request symfony#58686 from fabpot/release-7.2.0-BETA1
released v7.2.0-BETA1
2 parents 6d85dab + b86fe95 commit c96d95a

File tree

2 files changed

+157
-2
lines changed

2 files changed

+157
-2
lines changed

CHANGELOG-7.2.md

Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
CHANGELOG for 7.2.x
2+
===================
3+
4+
This changelog references the relevant changes (bug and security fixes) done
5+
in 7.2 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.2.0...v7.2.1
9+
10+
* 7.2.0-BETA1 (2024-10-27)
11+
12+
* feature #58467 [PhpUnitBridge] support `ClockMock` and `DnsMock` with PHPUnit 10+ (xabbuh)
13+
* feature #58506 [FrameworkBundle] Add `--no-fill` option to `translation:extract` command (jawira)
14+
* feature #58428 [Config] Add `StringNode` (raffaelecarelle)
15+
* feature #58322 [Notifier] Add Sweego bridge (welcoMattic)
16+
* feature #58527 [Notifier] Add LINE Bot bridge (pan93412)
17+
* feature #58552 [Console][Messenger] Add `$seconds` to `keepalive()` methods (valtzu)
18+
* feature #51041 [Form] Use `form.post_set_data` in `ResizeFormListener` (HeahDude)
19+
* feature #58287 [WebProfilerBundle] Render the toolbar stylesheet (smnandre)
20+
* feature #58512 [Validator] Pass context to expressions used in `When` constraints (KoNekoD)
21+
* feature #52503 [DoctrineBridge][Form] Introducing new `LazyChoiceLoader` class and `choice_lazy` option for `ChoiceType` (yceruto)
22+
* feature #58109 [Lock] Add `NullStore` (xabbuh)
23+
* feature #58490 [Config] Allow using `defaultNull()` on `BooleanNodeDefinition` (alexandre-daubois)
24+
* feature #58095 [Security] Implement stateless headers/cookies-based CSRF protection (nicolas-grekas)
25+
* feature #53508 [Console][Messenger] Asynchronously notify transports which messages are still being processed (HypeMC)
26+
* feature #57829 [FrameworkBundle] Finetune `AboutCommand` (JoppeDC)
27+
* feature #58264 [Mailer] Support region in sendgrid bridge (MrYamous)
28+
* feature #50324 [Webhook] Add Mailchimp webhook (johanadivare)
29+
* feature #58361 [Mailer][Mime] Support unicode email addresses (arnt, OskarStark)
30+
* feature #53533 [Console] Add ability to schedule alarm signals and a `ConsoleAlarmEvent` (HypeMC)
31+
* feature #54664 [DependencyInjection] Resolve container parameter used in index attribute of service tags (Marvin Feldmann)
32+
* feature #57576 [Console] Add finished indicator to `ProgressIndicator` (LauLaman)
33+
* feature #58448 [TwigBridge] Update main.css email stylesheet to latest foundation-emails release (phasdev)
34+
* feature #58408 [Translation] Allow sort when extracting translation files (danut007ro)
35+
* feature #58427 [Notifier] [GatewayAPI] Add support for label parameter (Nico Hiort af Ornäs)
36+
* feature #58341 [ExpressionLanguage] Add support for logical `xor` operator (HypeMC)
37+
* feature #58385 [String] Add the `AbstractString::kebab()` method (alexandre-daubois)
38+
* feature #58403 [Mailer][Webhook] Mailtrap webhook support (kbond)
39+
* feature #58351 [Mailer] deprecate the TransportFactoryTestCase (xabbuh)
40+
* feature #58401 [Mailer][Webhook] Fix SendGrid Webhook parsing (kbond)
41+
* feature #58366 [HttpKernel] Improve accessibility (javiereguiluz)
42+
* feature #58352 [Translation] deprecate the ProviderFactoryTestCase (xabbuh)
43+
* feature #58248 [Webhook] Allow request parsers to return multiple `RemoteEvent`'s (kbond)
44+
* feature #58308 [Serializer] Deprecate `AdvancedNameConverterInterface` (mtarld)
45+
* feature #58335 [Notifier] deprecate the TransportFactoryTestCase (xabbuh)
46+
* feature #57270 [Messenger] Allow to skip message in `FailedMessagesRetryCommand` (Thibaut Chieux)
47+
* feature #58141 [AssetMapper] Search & filter assets in `debug:asset-mapper` command (smnandre)
48+
* feature #58386 [WebProfilerBundle] Update the contents of the Config panel (javiereguiluz)
49+
* feature #58161 [FrameworkBundle][HttpKernel] Add support for `SYMFONY_TRUSTED_PROXIES`, `SYMFONY_TRUSTED_HEADERS`, `SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER` and `SYMFONY_TRUSTED_HOSTS` env vars (nicolas-grekas)
50+
* feature #53632 [Console] Add silent verbosity suppressing all output, including errors (wouterj)
51+
* feature #56823 [Serializer] Introduce named serializers (HypeMC)
52+
* feature #57611 [DependencyInjection][FrameworkBundle] Introducing container non-empty parameters (yceruto)
53+
* feature #58249 [FrameworkBundle] Add ability to use existing service as lock/semaphore resource (HypeMC)
54+
* feature #58166 [Security][SecurityBundle] Allow passing attributes to passport via `Security::login()` (alexandre-daubois)
55+
* feature #58205 [Translation] Added segment-attributes metadata for Xliff2 files to preserve the "state" attribute of translations (jbtronics)
56+
* feature #58228 [String] Add Spanish inflector with some rules (dennistobar)
57+
* feature #58252 [Mailer] add Mailtrap bridge (kbond)
58+
* feature #57805 [FrameworkBundle] Deprecate `session.sid_length` and `session.sid_bits_per_character` config options (alexandre-daubois)
59+
* feature #58199 [FrameworkBundle] Add `--resolve-env-vars` option to `lint:container` command (ostrolucky)
60+
* feature #58244 [HttpFoundation] Deprecate more options in `NativeSessionStorage` (alexandre-daubois)
61+
* feature #58246 [Serializer][Uid] Add the `Uuid::FORMAT_RFC_9562` and `UidNormalizer::NORMALIZATION_FORMAT_RFC9562` constants (alexandre-daubois)
62+
* feature #58258 [Process] Add Laravel Herd php detection path (mpociot)
63+
* feature #58182 make test case classes compatible with PHPUnit 10+ (xabbuh)
64+
* feature #58165 [FrameworkBundle] Remove default value for `gc_probability` config option (nicolas-grekas)
65+
* feature #58154 [HttpFoundation] Add `PRIVATE_SUBNETS` as a shortcut for private IP address ranges to `Request::setTrustedProxies()` (nicolas-grekas)
66+
* feature #58145 allow Twig 4 (xabbuh)
67+
* feature #58072 [Translation] [Loco] Ability to configure value of `status` query-variable (mathielen)
68+
* feature #57793 [Serializer] Support subclasses of `DateTime` and `DateTimeImmutable` (amcsi)
69+
* feature #58042 [Ldap] Add support for sasl_bind and whoami LDAP operations (manu0401)
70+
* feature #58074 [Console][Process] Add `$verbosity` argument to `mustRun` helper method (willrowe)
71+
* feature #58129 [VarExporter] Allow reinitializing lazy objects with a new initializer (nicolas-grekas)
72+
* feature #57683 [Notifier] Support for desktop notifications via `jolicode/JoliNotif` (ahmedghanem00)
73+
* feature #58035 [DependencyInjection] Add support for `key-type` in `XmlFileLoader` (alexandre-daubois)
74+
* feature #58047 [Webhook] Pass original request to `RequestParserInterface` (alexandre-daubois)
75+
* feature #58052 [ExpressionLanguage] Add support for `<<`, `>>`, and `~` bitwise operators (alexandre-daubois)
76+
* feature #58062 [Validator] Add $groups and $payload to Compound constructor (derrabus)
77+
* feature #58038 [HttpFoundation] Add optional `$v4Bytes` and `$v6Bytes` parameters to `IpUtils::anonymize()` (alexandre-daubois)
78+
* feature #58060 [Serializer] Add SnakeCaseToCamelCaseNameConverter (dunglas)
79+
* feature #49547 [Validator] Add `CompoundConstraintTestCase` to ease testing Compound Constraints (alexandre-daubois)
80+
* feature #57833 [VarDumper] Add support for virtual properties (alexandre-daubois)
81+
* feature #57960 [Form] Add support for the `calendar` option in `DateType` (alexandre-daubois)
82+
* feature #52951 [Messenger] Add previous to the exception output (ToshY)
83+
* feature #54179 [HttpClient] Add support for amphp/http-client v5 (nicolas-grekas)
84+
* feature #57577 [FrameworkBundle][HttpKernel] Let `RequestPayloadValueResolver` consider mapped argument type (unixslayer)
85+
* feature #58001 [Scheduler] Add capability to skip missed periodic tasks, only the last schedule will be called (eltharin)
86+
* feature #57827 [Serializer][Translation] Deprecate passing a non-empty CSV escape char (alexandre-daubois)
87+
* feature #58007 [Security] Deprecate empty user identifier (ajgarlag)
88+
* feature #57431 [Mailer] Add Sweego bridge (welcoMattic)
89+
* feature #58028 [TwigBridge] Render a `block` via the `#[Template]` attribute (smnandre)
90+
* feature #58004 [DependencyInjection] Add `ContainerBuilder::registerChild()` shortcut method (HypeMC)
91+
* feature #57881 [Webhook] decouple the Webhook component from the Serializer component (xabbuh)
92+
* feature #57804 [FrameworkBundle] enable detailed error messages by default when debug enabled (xabbuh)
93+
* feature #57777 [VarDumper] Add support for `FORCE_COLOR` environment variable (artshade)
94+
* feature #57915 [Messenger] Allow setting retry delay by RecoverableExceptionInterface (valtzu)
95+
* feature #57927 [FrameworkBundle] Deprecate making `cache.app` adapter taggable (alexandre-daubois)
96+
* feature #57935 [DoctrineBridge] Loosened CollectionToArrayTransformer::transform() to accept ReadableCollection (timdev)
97+
* feature #57940 [Uid] Add support for binary, base-32 and base-58 representations in `Uuid::isValid()` (alexandre-daubois)
98+
* feature #57908 [Validator] Add `Week` constraint (alexandre-daubois)
99+
* feature #57934 [DependencyInjection] Deprecate `!tagged` tag, use `!tagged_iterator` instead (alexandre-daubois)
100+
* feature #57903 [Mailer] Implement Postal mailer (jonasclaes)
101+
* feature #57938 [Validator] Add support for RFC4122 format in the `Ulid` constraint (alexandre-daubois)
102+
* feature #57879 [AssetMapper] Truncate public digests to 8 characters (smnandre)
103+
* feature #57909 [HttpFoundation] Add `$requests` parameter to `RequestStack` constructor (alexander-schranz)
104+
* feature #57839 [Form] Deprecate VersionAwareTest trait (derrabus)
105+
* feature #57836 [Cache] Add optional ClockInterface to ArrayAdapter (jasiolpn)
106+
* feature #54593 [PhpUnitBridge] Add `ExpectUserDeprecationMessageTrait` (derrabus)
107+
* feature #57525 [SecurityBundle] Improve profiler’s authenticators tab (MatTheCat)
108+
* feature #57618 [TypeInfo] Add `PhpDocAwareReflectionTypeResolver` (mtarld)
109+
* feature #57702 [Cache] Stop defaulting to `igbinary` in `DefaultMarshaller` (Martijn Croonen)
110+
* feature #57773 [Security] pass the current token to the `checkPostAuth()` method of user checkers (xabbuh)
111+
* feature #57797 [FrameworkBundle]  terminate with non-zero exit code when a secret could not be read (xabbuh)
112+
* feature #57716 [Validator] Add the `WordCount` constraint (alexandre-daubois)
113+
* feature #57694 [SecurityBundle] Update web-token/jwt-library version and adjust checker parameters (Spomky)
114+
* feature #57692 [SecurityBundle] Link to the profile the token was (de)authenticated (MatTheCat)
115+
* feature #57685 [ExpressionLanguage] Allow passing any iterable as `$providers` list (HypeMC)
116+
* feature #57670 [FrameworkBundle] Add `exit` option to `secrets:decrypt-to-local` command (dciprian-petrisor)
117+
* feature #57671 [Messenger] Let WrappedExceptionsInterface extend the native Throwable interface (xabbuh)
118+
* feature #57658 [Notifier] Remove the Gitter bridge (fabpot)
119+
* feature #57627 [Notifier] Add Sipgate bridge (Lukas Kaltenbach, sakul95)
120+
* feature #57243 [String] Add `TruncateMode` mode to `truncate` methods (Korbeil)
121+
* feature #57456 [Mailer] Add mailomat bridge (scuben)
122+
* feature #57399 [HtmlSanitizer] Add support for configuring the default action (Seldaek)
123+
* feature #57595 [Yaml] Deprecate duplicate mapping keys containing null (xabbuh)
124+
* feature #57507 [Messenger] Introduce `#[AsMessage]` attribute for message routing (pounard)
125+
* feature #57518 Unify how --format is handled by commands (fabpot)
126+
* feature #57379 [DependencyInjection] Add `#[WhenNot]` attribute (alexandre-daubois)
127+
* feature #54978 [ExpressionLanguage] Add comment support to expression language (valtzu)
128+
* feature #57438 [Validator] Add the `format` option to the `Ulid` constraint to allow accepting different ULID formats (alexandre-daubois)
129+
* feature #57426 [Messenger] Add `--format` option to the `messenger:stats` command (xvilo)
130+
* feature #57369 [Security] Display authenticators in the profiler even if they are all skipped (MatTheCat)
131+
* feature #57425 [SecurityBundle] Improve profiler’s data (MatTheCat)
132+
* feature #57436 [Validator] Add `errorPath` to Unique constraint (norkunas)
133+
* feature #57408 [FrameworkBundle] Simpler Kernel setup with `MicroKernelTrait` (yceruto)
134+
* feature #57424 [Mailer] [Infobip] Add trackClicks, trackOpens and trackingUrl as supp… (ndousson)
135+
* feature #57380 [Validator] fix IBAN validator fails if IBAN contains non-breaking space (antten)
136+
* feature #53749 [Validator] Add `Yaml` constraint for validating YAML content (symfonyaml)
137+
* feature #57313 [Uid] Make `AbstractUid` implement `Ds\Hashable` if available (jahudka)
138+
* feature #52679 [Process] `ExecutableFinder::addSuffix()` has no effect (TravisCarden)
139+
* feature #54879 BicValidator add strict mode to validate bics in strict mode (maxbeckers)
140+
* feature #54679 [TypeInfo] Proxies methods to non-nullable and fail gracefully (mtarld)
141+
* feature #54737 [Notifier] [Slack] Add button block element and `emoji`/`verbatim` options to section block (cvergne)
142+
* feature #54757 [ExpressionLanguage] Support non-existent names when followed by null coalescing (adamkiss)
143+
* feature #54747 [Notifier] Add Primotexto bridge (Samael tomas)
144+
* feature #54975 [Mime] Support custom encoders in mime parts (KDederichs)
145+
* feature #54894 [PropertyInfo] Adds static cache to `PhpStanExtractor` (mvhirsch)
146+
* feature #57101 [Translation] Add `lint:translations` command (Kocal)
147+
* feature #56985 [FrameworkBundle] Derivate `kernel.secret` from the decryption secret when its env var is not defined (nicolas-grekas)
148+
* feature #57073 [AssetMapper][FrameworkBundle] Do not require `http_client` service (ruudk)
149+
* feature #54678 [FrameworkBundle] Add support for setting `headers` with `TemplateController` (HypeMC)
150+
* feature #54756 [Notifier] [Bluesky] Allow to attach image (jdecool)
151+
* feature #54854 [Stopwatch] Add `ROOT` constant to make it easier to reference (hacfi)
152+
* feature #54855 [Stopwatch] Add `getLastPeriod` method to `StopwatchEvent` (hacfi)
153+
* feature #56838 [Security] Deprecate argument $secret of RememberMeToken and RememberMeAuthenticator (nicolas-grekas)
154+
* feature #54881 [Validator] Make `PasswordStrengthValidator::estimateStrength()` public (yalit)
155+

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7373
*/
7474
private static array $freshCache = [];
7575

76-
public const VERSION = '7.2.0-DEV';
76+
public const VERSION = '7.2.0-BETA1';
7777
public const VERSION_ID = 70200;
7878
public const MAJOR_VERSION = 7;
7979
public const MINOR_VERSION = 2;
8080
public const RELEASE_VERSION = 0;
81-
public const EXTRA_VERSION = 'DEV';
81+
public const EXTRA_VERSION = 'BETA1';
8282

8383
public const END_OF_MAINTENANCE = '07/2025';
8484
public const END_OF_LIFE = '07/2025';

0 commit comments

Comments
 (0)