10000 Merge pull request #40853 from fabpot/release-5.3.0-BETA1 · symfony/symfony@889ec24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 889ec24

Browse files
authored
Merge pull request #40853 from fabpot/release-5.3.0-BETA1
released v5.3.0-BETA1
2 parents 13f9ee5 + 450f45a commit 889ec24

File tree

2 files changed

+185
-2
lines changed

2 files changed

+185
-2
lines changed

CHANGELOG-5.3.md

+183
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
CHANGELOG for 5.3.x
2+
===================
3+
4+
This changelog references the relevant changes (bug and security fixes) done
5+
in 5.3 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/v5.3.0...v5.3.1
9+
10+
* 5.3.0-BETA1 (2021-04-18)
11+
12+
* feature #40838 [SecurityBundle] Deprecate public services to private (fancyweb)
13+
* feature #40782 [DependencyInjection] Add `#[When(env: 'foo')]` to skip autoregistering a class when the env doesn't match (nicolas-grekas)
14+
* feature #40840 [Security] Add passport to AuthenticationTokenCreatedEvent (scheb)
15+
* feature #40799 [FrameworkBundle] Add AbstractController::handleForm() helper (dunglas)
16+
* feature #40646 [Notifier] Add MessageBird notifier bridge (StaffNowa)
17+
* feature #40804 [Config][FrameworkBundle] Add CacheWarmer for ConfigBuilder (Nyholm)
18+
* feature #40814 Remove the experimental flag from the authenticator system 🚀 (chalasr)
19+
* feature #40690 [Form] Add support for sorting fields (yceruto)
20+
* feature #40691 [Notifier] Add SmsBiuras notifier bridge (StaffNowa)
21+
* feature #40406 [DependencyInjection] Autowire arguments using attributes (derrabus, nicolas-grekas)
22+
* feature #40155 [Messenger] Support Redis Cluster (nesk)
23+
* feature #40600 [Config][DependencyInjection] Add configuration builder for writing PHP config (Nyholm)
24+
* feature #40171 [Workflow] Add Mermaid.js dumper (eFrane)
25+
* feature #40761 [MonologBridge] Reset loggers on workers (l-vo)
26+
* feature #40785 [Security] Deprecate using UsageTrackingTokenStorage outside the request-response cycle (wouterj)
27+
* feature #40718 [Messenger] Add X-Ray trace header support to the SQS transport (WaylandAce)
28+
* feature #40682 [DependencyInjection] Add env() and EnvConfigurator in the PHP-DSL (fancyweb)
29+
* feature #40145 [Security] Rework the remember me system (wouterj)
30+
* feature #40695 [Console] Deprecate Helper::strlen() for width() and length() (Nyholm)
31+
* feature #40486 [Security] Add concept of required passport badges (wouterj)
32+
* feature #39007 [Notifier] Add notifier for Microsoft Teams (idetox)
33+
* feature #40710 [Serializer] Construct annotations using named arguments (derrabus)
34+
* feature #40647 [Notifier] [FakeChat] Added the bridge (OskarStark)
35+
* feature #40607 [Notifier] Add LightSms notifier bridge (Vasilij Dusko, StaffNowa)
36+
* feature #40576 [Mime] Remove @internal from Headers methods (VincentLanglet)
37+
* feature #40575 [FrameworkBundle][HttpKernel][TwigBridge] Add an helper to generate fragments URL (dunglas)
38+
* feature #38468 Messenger multiple failed transports (monteiro)
39+
* feature #39949 [Notifier] [FakeSms] Add the bridge (JamesHemery)
40+
* feature #40403 [Security] Rename UserInterface::getUsername() to getUserIdentifier() (wouterj)
41+
* feature #40602 [Cache] Support a custom serializer in the ApcuAdapter class (ste93cry)
42+
* feature #40449 [TwigBridge] add tailwindcss form layout (kbond)
43+
* feature #40567 [Security] Move the badges resolution check to `AuthenticatorManager` (chalasr)
44+
* feature #40300 [HttpFoundation] Add support for mysql unix_socket and charset in PdoSessionHandler::buildDsnFromUrl (bcremer, Nyholm)
45+
* feature #40153 [Security] LoginLink with specific locale (roromix)
46+
* feature #40489 [Serializer] Add a Custom End Of Line in CSV File (xfifix)
47+
* feature #40554 [Contracts] Add `TranslatorInterface::getLocale()` (nicolas-grekas)
48+
* feature #40556 Add `#[As-prefix]` to service attributes (nicolas-grekas)
49+
* feature #40555 [HttpKernel] Add `#[AsController]` attribute for declaring standalone controllers on PHP 8 (nicolas-grekas)
50+
* feature #40550 [Notifier] Move abstract test cases to namespace (OskarStark)
51+
* feature #40530 [Uid] Handle predefined namespaces keywords "dns", "url", "oid" and "x500" (fancyweb)
52+
* feature #40536 [HttpFoundation][HttpKernel] Rename master request to main request (derrabus)
53+
* feature #40513 [Runtime] make GenericRuntime ... generic (nicolas-grekas)
54+
* feature #40430 [Form] Add "form_attr" FormType option (cristoforocervino)
55+
* feature #38488 [Validator] Add normalizer option to Unique constraint (henry2778)
56+
* feature #40487 [Security] Remove deprecated support for passing a UserInterface implementation to Passport (wouterj)
57+
* feature #40443 [Security] Rename User to InMemoryUser (chalasr)
58+
* feature #40468 Deprecate configur 341A ing tag names and service ids in compiler passes (nicolas-grekas)
59+
* feature #40248 [DependencyInjection] Add `#[TaggedItem]` attribute for defining the index and priority of classes found in tagged iterators/locators (nicolas-grekas)
60+
* feature #40240 [Validator] Add Validation::createIsValidCallable() that returns a boolean instead of exception (wouterj)
61+
* feature #40366 [FrameworkBundle] Add KernelTestCase::getContainer() (Nyholm)
62+
* feature #40441 [WebProfilerBundle] Disable CSP if dumper was used (monojp)
63+
* feature #40448 [twig-bridge] Allow NotificationEmail to be marked as public (maxailloud)
64+
* feature #38465 [Runtime] a new component to decouple applications from global state (nicolas-grekas)
65+
* feature #40432 [HttpKernel] Deprecate returning a `ContainerBuilder` from `KernelInterface::registerContainerConfiguration()` (nicolas-grekas)
66+
* feature #40337 [DependencyInjection] Add support an integer return for default_index_method (maranqz)
67+
* feature #39693 [PropertyAccess] use bitwise flags to configure when the property accessor should throw (xabbuh)
68+
* feature #40267 [Security] Decouple passwords from UserInterface (chalasr)
69+
* feature #40377 [Notifier] [OvhCloud] Add "sender" (notFloran)
70+
* feature #40384 [DependencyInjection] Implement psr/container 1.1 (derrabus)
71+
* feature #40229 [FrameworkBundle][Translation] Extract translation IDs from all of src (natewiebe13)
72+
* feature #40338 [FrameworkBundle] Add support for doctrine/annotations:1.13 || 2.0 (Nyholm)
73+
* feature #40323 [TwigBridge][TwigBundle] Twig serialize filter (jrushlow)
74+
* feature #40339 [RateLimiter][Security] Add a `login_throttling.interval` (in `security.firewalls`) option to change the default throttling interval. (damienfa, wouterj)
75+
* feature #40307 [HttpKernel] Handle multi-attribute controller arguments (chalasr)
76+
* feature #40284 [RateLimiter][Security] Allow to use no lock in the rate limiter/login throttling (wouterj)
77+
* feature #39607 [Messenger] Add `rediss://` DSN scheme support for TLS to Redis transport (njutn95)
78+
* feature #40306 [HttpClient] Add `HttpClientInterface::withOptions()` (nicolas-grekas)
79+
* feature #39883 [Uid] Add Generate and Inspect commands (fancyweb)
80+
* feature #40140 [DependencyInjection] Add ContainerBuilder::willBeAvailable() to help with conditional configuration (nicolas-grekas)
81+
* feature #40266 [Routing] Construct Route annotations using named arguments (derrabus)
82+
* feature #40288 Deprecate passing null as $message or $code to exceptions (derrabus)
83+
* feature #40298 [Form] Remove hard dependency on symfony/intl (Nyholm)
84+
* feature #40214 [FrameworkBundle] allow container/routing configurators to vary by env (nicolas-grekas)
85+
* feature #40257 [Intl] Add `Currencies::getCashFractionDigits()` and `Currencies::getCashRoundingIncrement()` (nicolas-grekas)
86+
* feature #39326 [Security] Added debug:firewall command (TimoBakx)
87+
* feature #40234 [Console] Add `ConsoleCommand` attribute for declaring commands on PHP 8 (nicolas-grekas)
88+
* feature #39897 [DependencyInjection] Autoconfigurable attributes (derrabus)
89+
* feature #39804 [DependencyInjection] Add `#[Autoconfigure]` to help define autoconfiguration rules (nicolas-grekas)
90+
* feature #40174 [Mailer] AWS SES transport Source ARN header support (chekalsky)
91+
* feature #38473 [Framework] Add tag assets.package to register asset packages (GromNaN)
92+
* feature #39399 [Serializer] Allow to provide (de)normalization context in mapping (ogizanagi)
93+
* feature #40202 [Workflow] Deprecate InvalidTokenConfigurationException (chalasr)
94+
* feature #40176 [PasswordHasher] Use bcrypt as default hash algorithm for "native" and "auto" (chalasr)
95+
* feature #40048 [FrameworkBundle] Deprecate session.storage service (jderusse)
96+
* feature #40169 [DependencyInjection] Negated (not:) env var processor (bpolaszek)
97+
* feature #39802 [Security] Extract password hashing from security-core - with proper wording (chalasr)
98+
* feature #40143 [Filesystem] improve messages on failure (nicolas-grekas)
99+
* feature #40144 [Filesystem] Remove dirs atomically if possible (nicolas-grekas)
100+
* feature #39507 [Uid] Add UidFactory to create Ulid and Uuid from timestamps and randomness/nodes (fancyweb)
101+
* feature #39688 [FrameworkBundle][Messenger] Added RouterContextMiddleware (jderusse)
102+
* feature #40102 [Notifier] [Firebase] Add data field to options (Raresmldvn)
103+
* feature #39978 [DoctrineBridge] Make subscriber and listeners prioritizable (jderusse)
104+
* feature #39732 [Routing] don't decode nor double-encode already encoded slashes when generating URLs (nicolas-grekas)
105+
* feature #39893 [HttpKernel] Show full URI when route not found (ruudk)
106+
* feature #40059 [PhpUnitBridge] Add SYMFONY_PHPUNIT_REQUIRE env variable (acasademont)
107+
* feature #39948 [Notifier] [SpotHit] Add the bridge (JamesHemery)
108+
* feature #38973 [Messenger] Allow to limit consumer to specific queues (dbu)
109+
* feature #40029 [DoctineBridge] Remove UuidV*Generator classes (nicolas-grekas)
110+
* feature #39976 [Console] Add bright colors to console. (CupOfTea696)
111+
* feature #40028 [Semaphore] remove "experimental" status (jderusse)
112+
* feature #38616 [FrameworkBundle][HttpFoundation][Security] Deprecate service "session" (jderusse)
113+
* feature #40010 [Uid] remove "experimental" status (nicolas-grekas)
114+
* feature #40012 [Uid] Add RFC4122 UUID namespaces as constants (nicolas-grekas)
115+
* feature #40008 [Uid] Replace getTime() with getDateTime() (fancyweb)
116+
* feature #39910 [FrameworkBundle] Command cache:pool:clear warns and fails when one of the pools fails to clear (jderusse)
117+
* feature #39699 [String] Made AsciiSlugger fallback to parent locale's symbolsMap (jontjs)
118+
* feature #39971 [Cache] Change PDO cache table collate from utf8_bin to utf8mb4_bin (pdragun)
119+
* feature #38922 [Notifier] Add notifier for Clickatell (Kevin Auivinet, Kevin Auvinet, ke20)
120+
* feature #39587 [Notifier] [Mobyt] Change ctor signature and validate message types (OskarStark)
121+
* feature #39919 [Security] Randomize CSRF token to harden BREACH attacks (jderusse)
122+
* feature #39850 [Uid] Add fromBase58(), fromBase32(), fromRfc4122() and fromBinary() methods (fancyweb)
123+
* feature #39904 [Console] add option `--short` to the `list` command (nicolas-grekas)
124+
* feature #39851 [Console] enable describing commands in ways that make the `list` command lazy (nicolas-grekas)
125+
* feature #39838 [Notifier] Add Gitter Bridge (christingruber)
126+
* feature #39342 [Notifier] Add mercure bridge (mtarld)
127+
* feature #39863 [Form][Uid] Add UlidType and UuidType form types (Gemorroj)
128+
* feature #39806 [DependencyInjection] Add a remove() method to the PHP configurator (dunglas)
129+
* feature #39843 [FrameworkBundle] Add renderForm() helper setting the appropriate HTTP status code (dunglas)
130+
* feature #39852 [Security] RoleHierarchy returns an unique array of roles (lyrixx)
131+
* feature #39855 [HttpFoundation] deprecate the NamespacedAttributeBag class (xabbuh)
132+
* feature #39579 [Notifier] [GoogleChat] [BC BREAK] Rename threadKey parameter to thread_key + set parameter via ctor (OskarStark)
133+
* feature #39617 [Notifier] Add AllMySms Bridge (qdequippe)
134+
* feature #39702 [Notifier] Add Octopush notifier transport (aurelienheyliot)
135+
* feature #39568 [Notifier] Add GatewayApi bridge (Piergiuseppe Longo)
136+
* feature #39585 [Notifier] Change Dsn api (OskarStark)
137+
* feature #39675 [Serializer] [UidNormalizer] Add normalization formats (fancyweb)
138+
* feature #39457 [Notifier] [DX] Dsn::getRequiredOption() (OskarStark)
139+
* feature #39098 [PhpUnitBridge] Add log file option for deprecations (michaelKaefer)
140+
* feature #39642 [Console] Support binary / negatable options (greg-1-anderson, jderusse)
141+
* feature #39051 [WebProfilerBundle] Possibility to dynamically set mode (brusch)
142+
* feature #39701 [Lock] Create flock directory (jderusse)
143+
* feature #39696 [DoctrineBridge] Deprecate internal test helpers in Test namespace (wouterj)
144+
* feature #39684 [DomCrawler] deprecate parents() in favor of ancestors() (xabbuh)
145+
* feature #39666 [FrameworkBundle][HttpFoundation] add assertResponseFormatSame() (dunglas)
146+
* feature #39660 [Messenger] Deprecate option prefetch_count (jderusse)
147+
* feature #39577 [Serializer] Migrate ArrayDenormalizer to DenormalizerAwareInterface (derrabus)
148+
* feature #39020 [PropertyInfo] Support multiple types for collection keys & values (Korbeil)
149+
* feature #39557 [Notifier] [BC BREAK] Final classes (OskarStark)
150+
* feature #39592 [Notifier] [BC BREAK] Change constructor signature for Mattermost and Esendex transport (OskarStark)
151+
* feature #39643 [PhpUnitBridge] Remove obsolete polyfills (derrabus)
152+
* feature #39606 [Notifier] [Slack] Validate token syntax (OskarStark)
153+
* feature #39549 [Notifier] [BC BREAK] Fix return type (OskarStark)
154+
* feature #39096 [Notifier] add iqsms bridge (alexandrbarabolia)
155+
* feature #39493 [Notifier] Introduce LengthException (OskarStark)
156+
* feature #39484 [FrameworkBundle] Allow env variables in `json_manifest_path` (jderusse)
157+
* feature #39480 [FrameworkBundle] Add "mailer" monolog channel to mailer transports (chalasr)
158+
* feature #39419 [PhpUnitBridge] bump "php" to 7.1+ and "phpunit" to 7.5+ (nicolas-grekas)
159+
* feature #39410 [Notifier] Add HeaderBlock for slack notifier (norkunas)
160+
* feature #39365 [Notifier] [DX] UnsupportedMessageTypeException for notifier transports (OskarStark)
161+
* feature #38469 [Form] Add "choice_translation_parameters" option (VincentLanglet)
162+
* feature #39352 [TwigBridge] export concatenated translations (Stephen)
163+
* feature #39378 [Messenger] Use "warning" instead of "error" log level for RecoverableException (lyrixx)
164+
* feature #38622 [BrowserKit] Allowing body content from GET with a content-type (thiagomp)
165+
* feature #39363 [Cache] Support Redis Sentinel mode when using phpredis/phpredis extension (renan)
166+
* feature #39340 [Security] Assert voter returns valid decision (jderusse)
167+
* feature #39327 [FrameworkBundle] Add validator.expression_language service (fbourigault)
168+
* feature #39276 [FrameworkBundle] Added option to specify the event dispatcher in debug:event-dispatcher (TimoBakx)
169+
* feature #39042 [Console] Extracting ProgressBar's format's magic strings into const (CesarScur)
170+
* feature #39323 Search for pattern on debug:event-dispatcher (Nyholm)
171+
* feature #39317 [Form] Changed DataMapperInterface $forms parameter type to \Traversable (vudaltsov)
172+
* feature #39258 [Notifier] Add ContextBlock for slack notifier (norkunas)
173+
* feature #39300 [Notifier] Check for maximum number of buttons in slack action block (malteschlueter)
174+
* feature #39097 [DomCrawler] Cache discovered namespaces (simonberger, fabpot)
175+
* feature #39037 [Ldap] Ldap Entry case-sensitive attribute key option (karlshea)
176+
* feature #39146 [Console] Added Invalid constant into Command Class (TheGarious)
177+
* feature #39075 [Messenger]  Allow InMemoryTransport to serialize message (tyx)
178+
* feature #38982 [Console][Yaml] Linter: add Github annotations format for errors (ogizanagi)
179+
* feature #38846 [Messenger] Make all the dependencies of AmazonSqsTransport injectable (jacekwilczynski)
180+
* feature #38596 [BrowserKit] Add jsonRequest function to the browser-kit client (alexander-schranz)
181+
* feature #38998 [Messenger][SQS] Make sure one can enable debug logs (Nyholm)
182+
* feature #38974 [Intl] deprecate polyfills in favor of symfony/polyfill-intl-icu (nicolas-grekas)
183+

src/Symfony/Component/HttpKernel/Kernel.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7575

7676
private static $freshCache = [];
7777

78-
public const VERSION = '5.3.0-DEV';
78+
public const VERSION = '5.3.0-BETA1';
7979
public const VERSION_ID = 50300;
8080
public const MAJOR_VERSION = 5;
8181
public const MINOR_VERSION = 3;
8282
public const RELEASE_VERSION = 0;
83-
public const EXTRA_VERSION = 'DEV';
83+
public const EXTRA_VERSION = 'BETA1';
8484

8585
public const END_OF_MAINTENANCE = '05/2021';
8686< 3ACA code class="diff-text syntax-highlighted-line">
public const END_OF_LIFE = '01/2022';

0 commit comments

Comments
 (0)
0