Skip to content

[Serializer] Putting the serializer component on steroids #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 233 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
233 commits
Select commit Hold shift + click to select a range
21532cb
Fix breaking change in AccessTokenAuthenticator
guillaumesmo Jul 26, 2023
bb57ad0
[Webhook][RemoteEvent] Add Sendgrid symfony#50704
WoutervanderLoopNL Aug 18, 2023
26aec0f
[HttpFoundation] Fix base URI detection on IIS with UrlRewriteModule
derrabus Aug 18, 2023
f874dd2
bug #51424 [HttpFoundation] Fix base URI detection on IIS with UrlRew…
nicolas-grekas Aug 21, 2023
5fa830d
[DependencyInjection] add `#[AutowireLocator]` attribute
kbond Aug 15, 2023
c64214c
feature #51392 [DependencyInjection] add `#[AutowireLocator]` attribu…
nicolas-grekas Aug 21, 2023
64f58cb
Merge branch '5.4' into 6.3
derrabus Aug 22, 2023
8fe4804
Merge branch '6.3' into 6.4
derrabus Aug 22, 2023
f1c8b07
Merge branch '6.4' into 7.0
derrabus Aug 22, 2023
2e1e805
[FrameworkBundle][Validator] Deprecate annotation occurrences
alexandre-daubois Aug 18, 2023
f354c1e
feature #51425 [FrameworkBundle][Validator] Deprecate annotation occu…
derrabus Aug 22, 2023
52e98e2
Merge branch '6.4' into 7.0
derrabus Aug 22, 2023
ff8a8ab
Hide username and client ip in logs
Spomky Aug 22, 2023
4fa1d32
[Validator] Un-deprecate passing an annotation reader to AnnotationLo…
derrabus Aug 22, 2023
4539850
[Serializer] Fix serialized name with groups
mtarld Aug 22, 2023
1836a1e
[HttpKernel] Fix checking for the runtime mode in DebugLoggerConfigur…
nicolas-grekas Aug 22, 2023
32dc134
[Serializer] Fix deserializing object collection properties
X-Coder264 Aug 12, 2023
8462874
minor #51457 [HttpKernel] Fix checking for the runtime mode in DebugL…
nicolas-grekas Aug 23, 2023
394d52c
feature #51434 [Security] [Throttling] Hide username and client ip in…
nicolas-grekas Aug 23, 2023
61116b3
[FrameworkBundle] Improve deprecation for handler_id/save_path config…
nicolas-grekas Aug 23, 2023
7f49e8d
minor #51462 [FrameworkBundle] Improve deprecation for handler_id/sav…
nicolas-grekas Aug 23, 2023
dc5660e
[Security] FormLoginAuthenticator: fail for non-string password
dmaicher Aug 21, 2023
6b34c00
bug #51445 [Security] FormLoginAuthenticator: fail for non-string pas…
nicolas-grekas Aug 23, 2023
ee534ea
Merge branch '5.4' into 6.3
nicolas-grekas Aug 23, 2023
e4ada73
bug #51456 [Serializer] Fix serialized name with groups during denorm…
nicolas-grekas Aug 23, 2023
f114c55
[Serializer] Fix deserializing of nested snake_case attributes using …
Victor-Truhanovich Aug 15, 2023
bf4ea59
bug #51399 [Serializer] Fix deserializing of nested snake_case attrib…
nicolas-grekas Aug 23, 2023
469f1cc
bug #51369 [Serializer] Fix deserializing object collection propertie…
nicolas-grekas Aug 23, 2023
dfb43b7
Merge branch '6.3' into 6.4
nicolas-grekas Aug 23, 2023
63a11f4
Merge branch '6.4' into 7.0
nicolas-grekas Aug 23, 2023
7188f85
[FrameworkBundle] Fix changelog
nicolas-grekas Aug 23, 2023
4fe6f5b
[FrameworkBundle] Remove config deprecations
alexandre-daubois Aug 18, 2023
9b8f1e3
minor #51428 [FrameworkBundle] Remove config deprecations (alexandre-…
nicolas-grekas Aug 23, 2023
991d81e
feature #51454 [Validator] Un-deprecate passing an annotation reader …
derrabus Aug 23, 2023
ca6a07d
Merge branch '6.4' into 7.0
derrabus Aug 23, 2023
6e8cab7
[FrameworkBundle][Validator] Remove remaining deprecations
alexandre-daubois Aug 22, 2023
e5f0bd9
[Serializer] Remove `@SerializedPath` annotation from test
alexandre-daubois Aug 23, 2023
609ec6b
minor #51465 [Serializer] Remove ``@SerializedPath`` annotation from …
nicolas-grekas Aug 23, 2023
50966cc
[HtmlSanitizer] Allow league/uri v7
jmsche Aug 23, 2023
02bd9da
minor #51466 [HtmlSanitizer] Allow league/uri v7 (jmsche)
nicolas-grekas Aug 23, 2023
695c02d
Sync contracts between 6.4 and 7.0 branches
nicolas-grekas Aug 23, 2023
056c66e
minor #51455 [FrameworkBundle][Validator] Remove remaining deprecatio…
nicolas-grekas Aug 23, 2023
3f4e486
Merge branch '6.4' into 7.0
nicolas-grekas Aug 23, 2023
ccd6a30
[FrameworkBundle] Fix "save_path" deprecation
nicolas-grekas Aug 23, 2023
a82a429
[AssetMapper] Add command to download missing downloaded packages
jmsche Aug 10, 2023
c24906f
feature #51351 [AssetMapper] Add command to download missing download…
nicolas-grekas Aug 23, 2023
8105a09
Merge branch '6.4' into 7.0
nicolas-grekas Aug 23, 2023
06fb6fe
[AssetMapper] Improve the error message when a downloaded file is mis…
jmsche Aug 10, 2023
897a054
minor #51337 [AssetMapper] Improve the error message when a downloade…
nicolas-grekas Aug 23, 2023
62e115f
Merge branch '6.3' into 6.4
nicolas-grekas Aug 23, 2023
a9d8431
[Mailer][Smtp] Add DSN param `peer_fingerprint` for fingerprint verif…
xdavidwu Aug 22, 2023
69cae6f
[AssetMapper] Improve exception message when a downloaded asset is no…
jmsche Aug 24, 2023
452bd0c
[VarDumper] Fix managing collapse state in CliDumper
nicolas-grekas Aug 24, 2023
f816628
[Serializer] Fix wrong InvalidArgumentException
mtarld Aug 24, 2023
11378ef
[Serializer] Fix union of enum denormalization
mtarld Aug 24, 2023
5ab06a1
bug #51473 [VarDumper] Fix managing collapse state in CliDumper (nico…
fabpot Aug 24, 2023
a00aa9c
Merge branch '5.4' into 6.3
fabpot Aug 24, 2023
af24405
Merge branch '6.3' into 6.4
fabpot Aug 24, 2023
d6a1532
Merge branch '6.4' into 7.0
fabpot Aug 24, 2023
ef71e2a
[FrameworkBundle] Remove compat code
fabpot Aug 24, 2023
d510239
minor #51477 [FrameworkBundle] Remove compat code (fabpot)
fabpot Aug 25, 2023
0ef6b32
bug #51104 [Security] Fix loading user from UserBadge (guillaumesmo)
fabpot Aug 25, 2023
b6699ca
Update the list of sponsors for Symfony 6.4 🙏
nicolas-grekas Aug 25, 2023
4efd50e
[Security] Prevent creating session in stateless firewalls
Seb33300 Aug 9, 2023
a3b0d89
bug #51350 [Security] Prevent creating session in stateless firewalls…
chalasr Aug 25, 2023
985b9db
[Workflow] deprecate `GuardEvent::getContext` method
hhamon Aug 25, 2023
5580080
Fixed attachment base64 content string in MailerSendApiTransport
pavelwitassek Aug 26, 2023
cd5af8b
bug #51494 Fixed attachment base64 content string in MailerSendApiTra…
fabpot Aug 26, 2023
182d915
bug #51474 [Serializer] Fix wrong InvalidArgumentException thrown (mt…
fabpot Aug 26, 2023
667db5d
bug #51475 [Serializer] Fix union of enum denormalization (mtarld)
fabpot Aug 26, 2023
6ae7b15
Merge branch '5.4' into 6.3
fabpot Aug 26, 2023
c5e5713
Update CHANGELOG for 5.4.28
fabpot Aug 26, 2023
b73147b
Update CONTRIBUTORS for 5.4.28
fabpot Aug 26, 2023
f087783
Update VERSION for 5.4.28
fabpot Aug 26, 2023
777764d
Merge pull request #51495 from fabpot/release-5.4.28
fabpot Aug 26, 2023
bfb57aa
Bump Symfony version to 5.4.29
fabpot Aug 26, 2023
d39f447
Merge branch '5.4' into 6.3
fabpot Aug 26, 2023
44fb70f
Update CHANGELOG for 6.3.4
fabpot Aug 26, 2023
980f309
Update VERSION for 6.3.4
fabpot Aug 26, 2023
4888da0
Merge pull request #51496 from fabpot/release-6.3.4
fabpot Aug 26, 2023
70bb680
Bump Symfony version to 6.3.5
fabpot Aug 26, 2023
9df0a3f
[Security] Remove isAuthenticated and setAuthenticated token methods …
alamirault Aug 27, 2023
85cafd3
Remove getUsername methods in tests
alamirault Aug 27, 2023
2aee3ae
Remove `GuardEvent::getContext()` method and add `HasContextTrait` trait
hhamon Aug 26, 2023
aaf507a
Update Pbkdf2PasswordHasher.php
sdespont Aug 29, 2023
fcb754a
bug #51511 [PasswordHasher] Avoid passing `null` to `hash_pbkdf2()` (…
derrabus Aug 29, 2023
c10dce3
Merge branch '5.4' into 6.3
derrabus Aug 29, 2023
8141036
Merge branch '6.3' into 6.4
derrabus Aug 29, 2023
16d48f9
Merge branch '6.4' into 7.0
derrabus Aug 29, 2023
9fc24c5
minor #51500 Remove `getUsername` methods in tests (alamirault)
fabpot Aug 30, 2023
edd1cb4
feature #51484 [Workflow] deprecate `GuardEvent::getContext` method (…
fabpot Aug 30, 2023
ee8f79e
Update phpdoc to not reference removed classes
alamirault Aug 27, 2023
ac76ae2
minor #51498 Update phpdoc to not reference removed classes (alamirault)
fabpot Aug 30, 2023
a0fb29e
minor #51499 [Security] Remove `isAuthenticated` and `setAuthenticate…
fabpot Aug 30, 2023
dbd7747
feature #51450 [Mailer] [Smtp] Add DSN param `peer_fingerprint` for f…
fabpot Aug 30, 2023
420a5d2
minor #51471 [AssetMapper] Improve message when a downloaded asset is…
fabpot Aug 30, 2023
492896a
minor #51486 Update the list of sponsors for Symfony 6.4 🙏 (nicolas-g…
fabpot Aug 30, 2023
b1a7024
feature #50705 [Mailer][Webhook] Add Sendgrid webhook support (Wouter…
fabpot Aug 30, 2023
73a6b4b
Fix CS
fabpot Aug 30, 2023
864d54f
Merge branch '6.4' into 7.0
fabpot Aug 30, 2023
7288b84
feature #51493 Remove `GuardEvent::getContext()` method and add `HasC…
fabpot Aug 30, 2023
e32c833
[DoctrineBridge][Security] Rename loadUserByUsername tests to loadUse…
alamirault Sep 1, 2023
2220955
[Security] alway use getUserIdentifier in InMemoryTokenProvider
alamirault Sep 1, 2023
bfc4bdd
[Serializer] Looking for DiscriminatorMap on interfaces when the curr…
Caligone Sep 2, 2023
2d53409
minor #51535 [Security] always use `getUserIdentifier` in `InMemoryTo…
chalasr Sep 2, 2023
943e199
[FrameworkBundle] Remove references to annotation_reader
derrabus Sep 3, 2023
11adee9
Merge branch '6.3' into 6.4
derrabus Sep 3, 2023
d1774f4
Merge branch '6.4' into 7.0
derrabus Sep 3, 2023
8271c56
[Workflow] Remove `GuardEvent::getContext()` method without replacement
alexandre-daubois Sep 4, 2023
db70e6b
UrlHelper: minor code style fix
kaznovac Sep 4, 2023
64303aa
minor #51560 UrlHelper: minor code style fix (kaznovac)
fabpot Sep 5, 2023
75119b0
feature #51549 [Workflow] Remove `GuardEvent::getContext()` method wi…
fabpot Sep 5, 2023
da34d05
[Messenger] Fix PHPDoc template for `TransportFactoryInterface`
Ferror Aug 13, 2023
2bac801
minor #51374 [Messenger] Fix PHPDoc template for `TransportFactoryInt…
fabpot Sep 5, 2023
772050b
bug [mailer] fix EsmtpTransport variable $code definition
kgnblg Sep 5, 2023
0a3ec8e
[DoctrineBridge] Remove LazyGhost feature detection
derrabus Sep 5, 2023
29f427f
bug #51568 [Mailer] bug - fix EsmtpTransport variable $code definitio…
fabpot Sep 6, 2023
ce4bc8c
[mailer] reset $code variable each iteration for prevent wrong codes …
kgnblg Sep 6, 2023
270d5fc
[DoctrineBridge][Messenger] Always use executeStatement
alamirault Sep 6, 2023
809cf74
PHP 8.3 highlight_file function output changes
PhilETaylor Sep 6, 2023
9b2a4db
minor #51587 [DoctrineBridge][Messenger] Always use `executeStatement…
fabpot Sep 7, 2023
95153c4
minor #51581 [Mailer] bug - reset $code variable each iteration for p…
fabpot Sep 7, 2023
72e8450
[HttpKernel][DebugBundle] Always call CliDumper setDisplayOptions method
alamirault Sep 9, 2023
ad7700c
[VarDumper][FrameworkBundle] Remove checking if OutputFormatterStyle …
alamirault Sep 9, 2023
e2237cd
[PropertyInfo] Remove checking if AttributeMetadataInterface setIgnor…
alamirault Sep 9, 2023
0ac0229
minor #51607 [PropertyInfo] Remove checking if `AttributeMetadataInte…
fabpot Sep 10, 2023
4e95bb5
Remove unneeded variable
fabpot Sep 10, 2023
a86be4b
minor #51606 [FrameworkBundle][VarDumper] Remove checking if `OutputF…
fabpot Sep 10, 2023
86ea623
minor #51605 [DebugBundle][HttpKernel] Remove checking if `CliDumper:…
fabpot Sep 10, 2023
b857ae4
minor #51534 [DoctrineBridge][Security] Rename `loadUserByUsername` t…
fabpot Sep 10, 2023
d5b537d
minor #51569 [DoctrineBridge] Remove LazyGhost feature detection (der…
fabpot Sep 10, 2023
8db0a73
[AssetMapper] Make importmap:install command download the same version
jmsche Sep 4, 2023
726883c
bug #51545 [AssetMapper] Make importmap:install command download the …
fabpot Sep 10, 2023
1c2e040
minor #51541 [FrameworkBundle] Remove references to `annotation_reade…
fabpot Sep 10, 2023
9dafdc1
[TwigBridge] Change return type of Symfony\Bridge\Twig\AppVariable::g…
Dirkhuethorst Jun 27, 2023
7a2b5f2
bug #50794 [TwigBridge] Change return type of Symfony\Bridge\Twig\App…
fabpot Sep 10, 2023
4d57c41
[AssetMapper] Allow specifying packages to update with importmap:update
jmsche Aug 31, 2023
2cfaa9d
feature #51523 [AssetMapper] Allow specifying packages to update with…
fabpot Sep 10, 2023
9271349
bug #47221 [Serializer] Fallback looking for DiscriminatorMap on inte…
fabpot Sep 10, 2023
2324da2
[Security] Add badge resolution to profiler
Jean-Beru Sep 6, 2023
fee9b30
feature #51585 [Security] Add badge resolution to profiler (Jean-Beru)
fabpot Sep 10, 2023
39de038
Merge branch '6.4' into 7.0
derrabus Sep 10, 2023
12ee32d
[Console] Remove Process::fromShellCommandline() detection
derrabus Sep 10, 2023
7e9d5bb
[TwigBridge] Remove obsolete Workflow feature detection
derrabus Sep 10, 2023
a9d36a5
Fix for TraceableAuthenticator debug when no Auth
PhilETaylor Sep 10, 2023
808badb
Remove DBAL 3 feature detection
derrabus Sep 10, 2023
9883d02
Remove obsolete DBAL 2 compat code
derrabus Sep 10, 2023
9f9747c
[DebugBundle] Remove obsolete VarDumper feature detection
derrabus Sep 10, 2023
24b1bc8
minor #51615 [Doctrine][Messenger] Remove obsolete DBAL 2 compat code…
fabpot Sep 10, 2023
ab18fa1
minor #51614 [Doctrine][HttpFoundation][Lock][Messenger] Remove DBAL …
fabpot Sep 10, 2023
31cb1a2
minor #51613 [TwigBridge] Remove obsolete Workflow feature detection …
fabpot Sep 10, 2023
cae4ccd
bug #51612 [Security] Fix for TraceableAuthenticator debug when no Au…
fabpot Sep 10, 2023
fd75f35
minor #51616 [DebugBundle] Remove obsolete VarDumper feature detectio…
fabpot Sep 10, 2023
75768f3
minor #51611 [Console] Remove `Process::fromShellCommandline()` detec…
fabpot Sep 10, 2023
38747ae
Merge branch '5.4' into 6.3
fabpot Sep 10, 2023
6b169e9
Merge branch '6.3' into 6.4
fabpot Sep 10, 2023
bbacdc6
Merge branch '6.4' into 7.0
fabpot Sep 10, 2023
0182fc7
[Form][Security][Validator] Add mk translations
zmakrevski Sep 9, 2023
ba75a06
minor #51609 [Form][Security][Validator] Add mk translations (zmakrev…
fabpot Sep 10, 2023
94e75e6
[PsrHttpMessageBridge] Remove Cookie::create() detection
derrabus Sep 10, 2023
4c1eaf8
Merge branch '5.4' into 6.3
derrabus Sep 10, 2023
1f257d3
Merge branch '6.3' into 6.4
derrabus Sep 10, 2023
ba0a723
Merge branch '6.4' into 7.0
derrabus Sep 10, 2023
3bd4e60
[TwigBridge] Remove duck typing from AppVariable::getFlashes()
derrabus Sep 10, 2023
55582fd
minor #51617 [PsrHttpMessageBridge] Remove `Cookie::create()` detecti…
chalasr Sep 10, 2023
f73384a
[FrameworkBundle] Remove obsolete feature detection
derrabus Sep 10, 2023
cc2a148
minor #51619 [TwigBridge] Remove duck typing from `AppVariable::getFl…
chalasr Sep 11, 2023
c980956
[Messenger] Fix DoctrineIntegrationTest
derrabus Sep 11, 2023
578a152
[Cache] fix using multiple Redis Sentinel hosts when the first one is…
digilist Sep 7, 2023
d8a4b3c
minor #51624 [Messenger] Fix DoctrineIntegrationTest (derrabus)
derrabus Sep 11, 2023
2746e9a
Drop support for Twig 2
derrabus Sep 11, 2023
26cff6c
Fix security tests
vtsykun Sep 11, 2023
0839d5a
feature #51626 [TwigBridge][TwigBundle] Drop support for Twig 2 (derr…
nicolas-grekas Sep 11, 2023
49d2527
minor #51627 [Security] Fix security tests (vtsykun)
nicolas-grekas Sep 11, 2023
6c14301
Merge branch '6.3' into 6.4
nicolas-grekas Sep 11, 2023
7cad70d
Make tests green again
vtsykun Sep 11, 2023
8d2b79e
minor #51620 [FrameworkBundle] Remove obsolete feature detection (der…
nicolas-grekas Sep 11, 2023
0da9599
bug #51586 [ErrorHandler] Handle PHP 8.3 `highlight_file` function ou…
nicolas-grekas Sep 11, 2023
584c512
[WebProfilerBundle] Replace last "old" icon + delete ICONS_LICENCE.txt
smnandre Sep 10, 2023
4857210
minor #51621 [WebProfilerBundle] Replace last "old" icon + delete ICO…
fabpot Sep 12, 2023
a804e9a
Merge branch '5.4' into 6.3
derrabus Sep 12, 2023
b36ffe4
Merge branch '6.3' into 6.4
derrabus Sep 12, 2023
9c2bc76
Merge branch '6.4' into 7.0
derrabus Sep 12, 2023
469a143
minor #51622 [CI] Make tests green again (vtsykun)
nicolas-grekas Sep 12, 2023
c557647
Make tests green again
vtsykun Sep 11, 2023
90d9262
Merge branch '5.4' into 6.3
nicolas-grekas Sep 12, 2023
8bacb78
Merge branch '6.3' into 6.4
nicolas-grekas Sep 12, 2023
6b3e251
[Validator] Make v7 conflict with doctrine-bridge < v7
nicolas-grekas Sep 12, 2023
bf582a3
minor #51634 [Validator] Make v7 conflict with doctrine-bridge < v7 (…
nicolas-grekas Sep 12, 2023
970d5ef
Merge branch '6.4' into 7.0
nicolas-grekas Sep 12, 2023
c9efb07
[Security] Fixing deprecation message
weaverryan Sep 12, 2023
338e2da
chore: fix ci deprecations
Chris8934 Sep 12, 2023
3724f94
minor #51633 chore: fix ci deprecations (Chris8934)
derrabus Sep 12, 2023
1789e35
Merge branch '5.4' into 6.3
derrabus Sep 12, 2023
333b3ba
Merge branch '6.3' into 6.4
derrabus Sep 12, 2023
8cd31b2
Merge branch '6.4' into 7.0
derrabus Sep 12, 2023
a70b1b5
[FrameworkBundle] Fix missing PhraseProviderFactory import
derrabus Sep 12, 2023
06b7166
minor #51635 [Security] Fixing deprecation message (weaverryan)
nicolas-grekas Sep 12, 2023
a3674e1
minor #51631 [FrameworkBundle] Fix missing PhraseProviderFactory impo…
nicolas-grekas Sep 12, 2023
0dbab84
Fix Form profiler toggles
smnandre Sep 13, 2023
4312e96
[FrameworkBundle] no serializer mapping cache in debug mode without e…
soyuka Aug 27, 2023
3d1a798
[Validator] Add is_valid function to Expression constraint
verdet23 Aug 2, 2022
30a35e4
feature #50438 [Validator] Add is_valid function to Expression constr…
nicolas-grekas Sep 13, 2023
4264558
[String] Update wcswidth data with Unicode 15.1
fancyweb Sep 13, 2023
253370a
minor #51640 [WebProfilerBundle] Fix Form profiler toggles (smnandre)
fabpot Sep 13, 2023
b0cc72d
bug #51645 [String] Update wcswidth data with Unicode 15.1 (fancyweb)
nicolas-grekas Sep 14, 2023
e065f2e
bug #51497 [FrameworkBundle] no serializer mapping cache in debug mod…
nicolas-grekas Sep 14, 2023
caaf0a6
[Serializer] Allow Context to target classes
mtarld Aug 24, 2023
972c442
feature #51476 [Serializer] Allow Context to target classes (mtarld)
nicolas-grekas Sep 14, 2023
7c4f174
bug #51598 [Cache] fix using multiple Redis Sentinel hosts when the f…
nicolas-grekas Sep 14, 2023
35edcf8
[HttpClient] Enable using EventSourceHttpClient::connect() for both G…
wivaku Sep 4, 2023
7c833ee
feature #51558 [HttpClient] Enable using EventSourceHttpClient::conne…
nicolas-grekas Sep 14, 2023
ff45ca1
[Scheduler] Speed up tests
fabpot Sep 15, 2023
1df143d
minor #51663 [Scheduler] Speed up tests (fabpot)
fabpot Sep 15, 2023
2d5856b
Fix stateful scheduler
valtzu Sep 13, 2023
1d38977
[FrameworkBundle][Test]: add token attributes in `KernelBrowser::logi…
Sep 12, 2023
fc2777f
feature #51638 [FrameworkBundle] [Test] add token attributes in `Kern…
chalasr Sep 16, 2023
a90eca6
feature #51651 [Scheduler] Fix stateful scheduler (valtzu)
fabpot Sep 16, 2023
00e0c07
[Scheduler] Fix changelog
fabpot Sep 16, 2023
f128a58
Merge branch '6.3' into 6.4
fabpot Sep 16, 2023
2cf0439
Merge branch '6.4' into 7.0
fabpot Sep 16, 2023
2a8f8f8
Fix incompatibility between security-bundle 6.4 and security-http 7.0
alexander-schranz Sep 16, 2023
9baf427
Match next run timezone with from timezone
valtzu Sep 16, 2023
024ba81
bug #51674 [Scheduler] Match next run timezone with "from" timezone (…
fabpot Sep 16, 2023
517128f
Merge branch '6.3' into 6.4
fabpot Sep 16, 2023
bc82d59
Merge branch '6.4' into 7.0
fabpot Sep 16, 2023
4ba165a
Merge branch '5.4' into 6.3
derrabus Sep 18, 2023
36161f0
Merge branch '6.3' into 6.4
derrabus Sep 18, 2023
1708789
minor #51672 Fix incompatibility between security-bundle 6.4 and secu…
derrabus Sep 18, 2023
5cfc1f3
Merge branch '6.4' into 7.0
derrabus Sep 18, 2023
5bfce3f
Revert "minor #51672 Fix incompatibility between security-bundle 6.4 …
derrabus Sep 18, 2023
f3c9644
Merge branch '6.4' into 7.0
derrabus Sep 18, 2023
ee2e070
[Serializer] Redesign component
mtarld Mar 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .github/expected-missing-return-types.diff
Original file line number Diff line number Diff line change
Expand Up @@ -521,3 +521,13 @@ diff --git a/src/Symfony/Contracts/Translation/LocaleAwareInterface.php b/src/Sy
+ public function setLocale(string $locale): void;

/**
diff --git a/src/Symfony/Contracts/Translation/TranslatorTrait.php b/src/Symfony/Contracts/Translation/TranslatorTrait.php
--- a/src/Symfony/Contracts/Translation/TranslatorTrait.php
+++ b/src/Symfony/Contracts/Translation/TranslatorTrait.php
@@ -26,5 +26,5 @@ trait TranslatorTrait
* @return void
*/
- public function setLocale(string $locale)
+ public function setLocale(string $locale): void
{
$this->locale = $locale;
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install system dependencies
run: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
# sudo rm -rf .phpunit
# [ -d .phpunit.bak ] && mv .phpunit.bak .phpunit

- uses: marceloprado/has-changed-path@v1
- uses: marceloprado/has-changed-path@v1.0.1
id: changed-translation-files
with:
paths: src/**/Resources/translations/*.xlf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/intl-data-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install system dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: Ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Fetch branch from where the PR started
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
coverage: none

- name: Checkout target branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.base_ref }}

- name: Checkout PR
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG-6.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,40 @@ in 6.3 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.3.0...v6.3.1

* 6.3.4 (2023-08-26)

* bug #51475 [Serializer] Fix union of enum denormalization (mtarld)
* bug #51474 [Serializer] Fix wrong InvalidArgumentException thrown (mtarld)
* bug #51494 Fixed attachment base64 content string in MailerSendApiTransport (pavelwitassek)
* bug #51350 [Security] Prevent creating session in stateless firewalls (Seb33300)
* bug #51104 [Security] Fix loading user from UserBadge (guillaumesmo)
* bug #51473 [VarDumper] Fix managing collapse state in CliDumper (nicolas-grekas)
* bug #51369 [Serializer] Fix deserializing object collection properties (X-Coder264)
* bug #51399 [Serializer] Fix deserializing of nested snake_case attributes using CamelCaseToSnakeCaseNameConverter (Victor-Truhanovich)
* bug #51456 [Serializer] Fix serialized name with groups during denormalization (mtarld)
* bug #51445 [Security] FormLoginAuthenticator: fail for non-string password (dmaicher)
* bug #51424 [HttpFoundation] Fix base URI detection on IIS with UrlRewriteModule (derrabus)
* bug #51396 [HttpKernel] Fix missing Request in RequestStack for StreamedResponse (Ismail Turan)
* bug #51378 [Console] avoid multiple new line when message already ends with a new line in section output (joelwurtz)
* bug #51336 [Notifier] [Pushover] Fix invalid method call + improve exception message (ahmedghanem00)
* bug #51345 [AssetMapper] Fixing bug where a circular exception could be thrown while making error message (weaverryan)
* bug #48840 [Validator] Dump Valid constraints on debug command (macintoshplus)
* bug #51223 [Console] Fix linewraps in `OutputFormatter` (maxbeckers)
* bug #51307 [DependencyInjection] fix dump xml with array/object/enum default value (Jean-Beru)
* bug #51355 [Console] fix section output when multiples section with max height (joelwurtz)
* bug #51359 [Security] Fix error with lock_factory in login_throttling (BaptisteContreras)
* bug #51326 [FrameworkBundle] Fix xsd for handle-all-throwables (Jean-Beru)
* bug #51328 [Messenger] Always return bool from messenger amqp connection nack (Danielss89)
* bug #51295 [Mailer] update Brevo SMTP host (bastien-wink)
* bug #51301 [FrameworkBundle] add missing default-doctrine-dbal-provider cache pool attribute to XSD (xabbuh)
* bug #51296 [Process] Fix silencing `wait` when using a sigchild-enabled binary (nicolas-grekas)
* bug #51251 [DependencyInjection] Do not add `return` in `LazyClosure` when return type of closure is `void` (ruudk)
* bug #51219 [DependencyInjection][HttpKernel] Fix using `#[AutowireCallable]` with controller arguments (HypeMC)
* bug #51201 [Workflow] fix MermaidDumper when place contains special char (lyrixx)
* bug #49195 [Crawler] Fix regression where cdata nodes will return empty string (NanoSector)
* bug #51061 [DoctrineBridge] Bugfix - Allow to remove LazyLoaded listeners by object (VincentLanglet)
* bug #51190 [Clock] load function only if not loaded before (xabbuh)

* 6.3.3 (2023-07-31)

* bug #51178 [Finder] Revert "Fix children condition in ExcludeDirectoryFilterIterator" (derrabus)
Expand Down
Loading