Skip to content

Use AsyncAws to handle SES requests #2

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 715 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
715 commits
Select commit Hold shift + click to select a range
a07578d
[HttpClient] Fix scoped client without query option configuration
X-Coder264 Apr 7, 2020
932a4f8
bug #36375 [Workflow] Use a strict comparison when retrieving raw mar…
lyrixx Apr 7, 2020
e129a16
bug #36376 [Workflow] Use a strict comparison when retrieving raw mar…
lyrixx Apr 7, 2020
2d6327f
feature #36372 [VarCloner] Cut Logger in dump (lyrixx)
lyrixx Apr 7, 2020
0506f8c
Merge remote-tracking branch 'origin/3.4' into 4.4
lyrixx Apr 7, 2020
b98abde
Supress error from fread when reading a unix pipe
mbardelmeijer Apr 7, 2020
633ff5b
Fix constant accessor
driesvints Apr 7, 2020
aa44db0
minor #36379 Fix constant accessor (driesvints)
fabpot Apr 8, 2020
c6a176d
feature #36345 [OptionsResolver] Improve the deprecation feature by h…
fabpot Apr 8, 2020
af68048
Update Connection.php
infinitely-young Apr 6, 2020
168574d
bug #36370 Update Connection.php (infinitely-young)
fabpot Apr 8, 2020
117ee34
[Validator] Fixed default group for nested composite constraints
HeahDude Apr 6, 2020
bf17165
[DI] fix detecting short service syntax in yaml
nicolas-grekas Apr 8, 2020
7b6f767
[DI] allow decorators to reference their decorated service using the …
nicolas-grekas Apr 8, 2020
a6a4442
[DI] add missing property declarations in InlineServiceConfigurator
nicolas-grekas Apr 8, 2020
647d971
[DI] deprecate the `inline()` function from the PHP-DSL in favor of `…
nicolas-grekas Apr 8, 2020
67f336b
do not merge constraints within interfaces
greedyivan Feb 4, 2020
c9bf0c8
Allowing empty secrets to be set
weaverryan Apr 9, 2020
7ccbef6
Force ping after transport Exception
oesteve Apr 10, 2020
728cd66
RepeatedType should always have inner types mapped
biozshock Apr 10, 2020
015d8d7
[DI] µfix
nicolas-grekas Apr 10, 2020
b2c9a6e
[Twig][Mime] Removed extra quotes in missing package exception message
mikemilano Apr 9, 2020
ac5f45b
minor #36402 [Twig][Mime] Removed extra quotes in missing package exc…
nicolas-grekas Apr 10, 2020
8920f18
[appveyor] bump cache
nicolas-grekas Apr 10, 2020
4be98cd
Merge branch '3.4' into 4.4
nicolas-grekas Apr 10, 2020
f2d4a29
bug #36380 [Process] Fixed input/output error on PHP 7.4 (mbardelmeijer)
nicolas-grekas Apr 10, 2020
2dd5fe6
bug #36400 Allowing empty secrets to be set (weaverryan)
nicolas-grekas Apr 10, 2020
ba58c6f
bug #36392 [DI] add missing property declarations in InlineServiceCon…
nicolas-grekas Apr 10, 2020
6f19746
bug #36387 [DI] fix detecting short service syntax in yaml (nicolas-g…
nicolas-grekas Apr 10, 2020
977276e
bug #36377 [HttpClient] Fix scoped client without query option config…
nicolas-grekas Apr 10, 2020
c978b19
Merge branch '4.4' into 5.0
nicolas-grekas Apr 10, 2020
6e3b9c7
Merge branch '5.0'
nicolas-grekas Apr 10, 2020
a5b884c
[HttpClient] fix HTTP/2 support on non-SSL connections - CurlHttpClie…
nicolas-grekas Apr 11, 2020
7854cb4
[Mailer][Messenger] add return statement for MessageHandler
ottaviano Apr 11, 2020
f6410cb
[travis] fix CI
nicolas-grekas Apr 11, 2020
3e441d3
minor #36429 [travis] fix CI (nicolas-grekas)
nicolas-grekas Apr 11, 2020
f7606db
Merge branch '4.4' into 5.0
nicolas-grekas Apr 11, 2020
2059db2
Merge branch '5.0'
nicolas-grekas Apr 11, 2020
e479e51
[Form] Removed legacy check in `ValidationListener`
HeahDude Apr 11, 2020
8302eed
[travis] fix CI (bis)
nicolas-grekas Apr 11, 2020
4a64cb6
Merge branch '4.4' into 5.0
nicolas-grekas Apr 11, 2020
d1fd0b1
Merge branch '5.0'
nicolas-grekas Apr 11, 2020
5182253
[travis][appveyor] don't cache .phpunit
nicolas-grekas Apr 11, 2020
0745ea4
Merge branch '3.4' into 4.4
nicolas-grekas Apr 11, 2020
82ea28d
Merge branch '4.4' into 5.0
nicolas-grekas Apr 11, 2020
c5bf92d
Merge branch '5.0'
nicolas-grekas Apr 11, 2020
9a6695c
feature #36389 [DI] allow decorators to reference their decorated ser…
fabpot Apr 12, 2020
6ff7c2e
feature #36388 [DI] deprecate the `inline()` function from the PHP-DS…
fabpot Apr 12, 2020
6229253
[DI] remove restriction and allow mixing "parent" and instanceof-cond…
nicolas-grekas Apr 8, 2020
1ee1c81
feature #36390 [DI] remove restriction and allow mixing "parent" and …
fabpot Apr 12, 2020
607e8d6
minor #36353 [ErrorHandler] Remove trigger_deprecation frame from tra…
fabpot Apr 12, 2020
7c98954
feature #31390 [Serializer] UnwrappingDenormalizer (nonanerz)
fabpot Apr 12, 2020
db733da
minor #36428 [Form] Removed legacy check in `ValidationListener` (Hea…
fabpot Apr 12, 2020
cd4a4bd
bug #35591 [Validator] do not merge constraints within interfaces (gr…
fabpot Apr 12, 2020
280674f
bug #36417 Force ping after transport exception (oesteve)
fabpot Apr 12, 2020
f84592a
bug #36422 [HttpClient] fix HTTP/2 support on non-SSL connections - C…
fabpot Apr 12, 2020
80d59d5
[Console] Add Cursor class to control the cursor in the terminal
pierredup May 31, 2018
d69b8bb
feature #27444 [Console] Add Cursor class to control the cursor in th…
fabpot Apr 12, 2020
6a27337
bug #36365 [Validator] Fixed default group for nested composite const…
fabpot Apr 12, 2020
d00b5b5
Remove default value
fabpot Apr 12, 2020
55fef91
Split a method
fabpot Apr 12, 2020
c4e2c44
silence E_NOTICE triggered since PHP 7.4
xabbuh Apr 12, 2020
4e6a3bd
bug #36434 [HttpKernel] silence E_NOTICE triggered since PHP 7.4 (xab…
fabpot Apr 12, 2020
966989a
Revert "[travis][appveyor] don't cache .phpunit"
nicolas-grekas Apr 12, 2020
44212f9
Merge branch '3.4' into 4.4
nicolas-grekas Apr 12, 2020
31eecc3
[travis] fix CI (ter)
nicolas-grekas Apr 12, 2020
7e739ee
Merge branch '4.4' into 5.0
nicolas-grekas Apr 12, 2020
de4523a
Merge branch '5.0'
nicolas-grekas Apr 12, 2020
a21c112
[Routing] µtweaks
nicolas-grekas Apr 12, 2020
d53973a
Merge branch '3.4' into 4.4
nicolas-grekas Apr 12, 2020
8b84ab6
[Lock] remove mention of mongodb
nicolas-grekas Apr 12, 2020
ce83888
Merge branch '4.4' into 5.0
nicolas-grekas Apr 12, 2020
c8472b5
Merge branch '5.0'
nicolas-grekas Apr 12, 2020
ee3caba
[Lock] fix tests for MongoDB
nicolas-grekas Apr 12, 2020
b0e7eb6
Make Cursor fluent
fabpot Apr 12, 2020
5a7b314
Make the Cursor class final
fabpot Apr 12, 2020
34a2ac6
Remove UPGRADE files for 4.x
fabpot Apr 12, 2020
e05e924
[Form] Deprecated unused old `ServerParams` util
HeahDude Apr 11, 2020
4b0807b
[Notifier] Tweak Slack support
fabpot Apr 12, 2020
852eabd
feature #35828 [Notifier][Slack] Send messages using Incoming Webhook…
fabpot Apr 12, 2020
6eaafed
Fix typo
fabpot Apr 12, 2020
1e4f6cd
minor #36436 Remove UPGRADE files for 4.x (fabpot)
fabpot Apr 12, 2020
cea5ebc
feature #36433 [Console] cursor tweaks (fabpot)
fabpot Apr 12, 2020
7800a2a
feature #36426 [Form] Deprecated unused old `ServerParams` util (Heah…
fabpot Apr 12, 2020
ad6f75e
Tweak the code to avoid fabbot false positives
fabpot Apr 12, 2020
270d1be
minor #36437 Tweak the code to avoid fabbot false positives (fabpot)
fabpot Apr 12, 2020
11a7072
Merge branch '3.4' into 4.4
fabpot Apr 12, 2020
9e254ae
Merge branch '4.4' into 5.0
fabpot Apr 12, 2020
253e018
Merge branch '5.0'
fabpot Apr 12, 2020
7d2cab1
Tweak the code to avoid fabbot false positives
fabpot Apr 12, 2020
e03e1bf
minor #36438 Tweak the code to avoid fabbot false positives (4.4) (fa…
fabpot Apr 12, 2020
e4d4428
Fix code
fabpot Apr 12, 2020
9f9383b
Fix code
fabpot Apr 12, 2020
8e9bd7a
Merge branch '4.4' into 5.0
fabpot Apr 12, 2020
b7c7b6f
Merge branch '5.0'
fabpot Apr 12, 2020
311a944
Fix test
fabpot Apr 12, 2020
96b2810
Merge branch '3.4' into 4.4
fabpot Apr 12, 2020
093a715
Fix tests
fabpot Apr 12, 2020
780b539
Merge branch '4.4' into 5.0
fabpot Apr 12, 2020
edb0518
Merge branch '5.0'
fabpot Apr 12, 2020
910cc72
Tweak the code to avoid fabbot false positives
fabpot Apr 12, 2020
6ae2fc3
Merge branch '5.0'
fabpot Apr 12, 2020
7eecd4f
Fix tests
fabpot Apr 12, 2020
4f63813
Fixed false-negative fabbot error on exception message
wouterj Apr 12, 2020
7b8a374
minor #36440 Fixed another false-negative fabbot error on exception m…
fabpot Apr 13, 2020
e9c82ad
Merge branch '4.4' into 5.0
fabpot Apr 13, 2020
600280e
Merge branch '5.0'
fabpot Apr 13, 2020
51e0d37
[DI] fix loading defaults when using the PHP-DSL
nicolas-grekas Apr 13, 2020
41c93b6
bug #36441 [DI] fix loading defaults when using the PHP-DSL (nicolas-…
nicolas-grekas Apr 13, 2020
f702863
bug #36411 [Form] RepeatedType should always have inner types mapped …
nicolas-grekas Apr 13, 2020
acb1060
Merge branch '3.4' into 4.4
nicolas-grekas Apr 13, 2020
8647ad3
Merge branch '4.4' into 5.0
nicolas-grekas Apr 13, 2020
e94506b
Merge branch '5.0'
nicolas-grekas Apr 13, 2020
4f0375d
fix merge
nicolas-grekas Apr 13, 2020
0933f90
feature #36424 [Mailer][Messenger] add return statement for MessageHa…
fabpot Apr 13, 2020
0ee98a1
[WebProfilerBundle] Make a difference between queued and sent emails
fabpot Apr 13, 2020
d5fd44d
feature #36445 [WebProfilerBundle] Make a difference between queued a…
fabpot Apr 13, 2020
0a2ef70
[HttpFoundation] add InputBag
azjezz Apr 13, 2020
b2f210f
feature #34363 [HttpFoundation] Add InputBag (azjezz)
fabpot Apr 13, 2020
b3333e5
[DI] fix typo
nicolas-grekas Apr 14, 2020
55664c5
Remove return type for Twig function workflow_metadata()
gisostallenberg Apr 14, 2020
68b3b89
[Messenger] Make sure redis transports are initialized correctly
Seldaek Apr 14, 2020
efb0dee
bug #36449 [Messenger] Make sure redis transports are initialized cor…
chalasr Apr 14, 2020
98eeeae
[DI] add syntax to stack decorators
nicolas-grekas Apr 6, 2020
39a7ee1
bug #36447 Remove return type for Twig function workflow_metadata() (…
fabpot Apr 15, 2020
cfd5a29
[PhpUnitBridge] add PolyfillTestCaseTrait::expectExceptionMessageMatc…
soyuka Apr 9, 2020
14a2046
bug #36408 [PhpUnitBridge] add PolyfillTestCaseTrait::expectException…
nicolas-grekas Apr 15, 2020
4f8f374
Merge branch '4.4' into 5.0
nicolas-grekas Apr 15, 2020
6dc7d8b
Merge branch '5.0'
nicolas-grekas Apr 15, 2020
15a8610
[Cache] Avoid memory leak in TraceableAdapter::reset()
lyrixx Apr 15, 2020
5e3ccc2
[Mime] Ensure proper line-ending for SMIME
sstok Apr 16, 2020
e885860
Fix From/Sender handling in Emails
fabpot Apr 16, 2020
3aa7f0c
bug #36467 Mailer from sender fixes (fabpot)
fabpot Apr 16, 2020
3b4c41f
Merge branch '4.4' into 5.0
fabpot Apr 16, 2020
4d8a4b6
Merge branch '5.0'
fabpot Apr 16, 2020
08febef
Use ExpectDeprecationTrait
fancyweb Apr 16, 2020
17bbaa5
bug #36460 [Cache] Avoid memory leak in TraceableAdapter::reset() (ly…
fabpot Apr 17, 2020
5369aff
minor #36468 Use ExpectDeprecationTrait (fancyweb)
fabpot Apr 17, 2020
6f81e03
bug #36463 [Mime] Ensure proper line-ending for SMIME (sstok)
fabpot Apr 17, 2020
a4d9e0f
[Cache] Added context to log messages
Nyholm Apr 15, 2020
a85545f
feature #36455 [Cache] Added context to log messages (Nyholm)
fabpot Apr 17, 2020
3760175
[Messenger] Add FIFO support to the SQS transport
cv65kr Apr 11, 2020
67948a7
feature #36431 [Messenger] Add FIFO support to the SQS transport (cv6…
fabpot Apr 17, 2020
7c416a7
[RedisMessengerBridge] Add a delete_after_ack option to automatically…
Seldaek Apr 16, 2020
2460ca5
feature #36464 [RedisMessengerBridge] Add a delete_after_ack option (…
fabpot Apr 17, 2020
dfb61c2
[Form] Fixed handling groups sequence validation
HeahDude Apr 3, 2020
0f1a5c4
bug #36343 [Form] Fixed handling groups sequence validation (HeahDude)
nicolas-grekas Apr 18, 2020
46c2783
[SecurityBundle] fix accepting env vars in remember-me configurations
zek Apr 17, 2020
a347a84
bug #36483 [SecurityBundle] fix accepting env vars in remember-me con…
nicolas-grekas Apr 18, 2020
80c5060
Merge branch '3.4' into 4.4
nicolas-grekas Apr 18, 2020
f815b01
[Cache] fix FilesystemTagAwareAdapter failing when a tag link preexists
nicolas-grekas Apr 18, 2020
d082eca
Add reproducer to for hit after update expire cacheItem
alexander-schranz Apr 15, 2020
94f4763
Fixed fetching sessionId from InputBag
wouterj Apr 18, 2020
23f5070
minor #36485 [Security] Fixed broken master build (wouterj)
nicolas-grekas Apr 18, 2020
0cbca19
[HttpFoundation] workaround PHP bug in the session module
nicolas-grekas Apr 18, 2020
62565a1
bug #36490 [HttpFoundation] workaround PHP bug in the session module …
nicolas-grekas Apr 18, 2020
e0e3cf6
Merge branch '3.4' into 4.4
nicolas-grekas Apr 18, 2020
efbe752
Merge branch '4.4' into 5.0
nicolas-grekas Apr 18, 2020
69b6c90
Merge branch '5.0'
nicolas-grekas Apr 18, 2020
8f9ff4f
[Routing] fix CS
nicolas-grekas Apr 19, 2020
95becc4
bug #36457 [Cache] CacheItem with tag is never a hit after expired (a…
nicolas-grekas Apr 19, 2020
4bda68a
Update LdapBindAuthenticationProvider.php
stoccc Apr 19, 2020
4751a73
[Routing] Deal with hosts per locale
Mar 31, 2020
e464954
feature #36187 [Routing] Deal with hosts per locale (odolbeau)
fabpot Apr 20, 2020
9fd62f7
[Routing] Add missing _locale requirements
fancyweb Apr 20, 2020
c321f4d
Created GuardAuthenticationManager to make Guard first-class Security
wouterj Sep 8, 2019
a6890db
Created HttpBasicAuthenticator and some Guard traits
wouterj Sep 8, 2019
9b7fddd
Integrated GuardAuthenticationManager in the SecurityBundle
wouterj Sep 8, 2019
a172bac
Added FormLogin and Anonymous authenticators
wouterj Dec 13, 2019
526f756
Added GuardManagerListener
wouterj Dec 13, 2019
5013258
Add provider key in PreAuthenticationGuardToken
wouterj Jan 26, 2020
5efa892
Create a new core AuthenticatorInterface
wouterj Jan 26, 2020
fa4b3ec
Implemented password migration for the new authenticators
wouterj Jan 26, 2020
4c06236
Fixes after testing in Demo application
wouterj Jan 26, 2020
873b949
Mark new core authenticators as experimental
wouterj Jan 26, 2020
b923e4c
Enabled remember me for the GuardManagerListener
wouterj Jan 26, 2020
b14a5e8
Moved new authenticator to the HTTP namespace
wouterj Jan 26, 2020
999ec27
Refactor to an event based authentication approach
wouterj Feb 6, 2020
7859977
Removed all mentions of 'guard' in the new system
wouterj Feb 6, 2020
1c810d5
Added support for lazy firewalls
wouterj Feb 9, 2020
ddf430f
Added remember me functionality
wouterj Feb 12, 2020
09bed16
Only load old manager if new system is disabled
wouterj Feb 22, 2020
44cc76f
Use one AuthenticatorManager per firewall
wouterj Feb 29, 2020
bf1a452
Merge AuthenticatorManager and AuthenticatorHandler
wouterj Mar 1, 2020
60d396f
Added automatically CSRF protected authenticators
wouterj Mar 1, 2020
59f49b2
Rename AuthenticatingListener
wouterj Mar 7, 2020
6b9d78d
Added tests
wouterj Mar 7, 2020
ba3754a
Differentiate between interactive and non-interactive authenticators
wouterj Mar 13, 2020
f5e11e5
Reverted changes to the Guard component
wouterj Mar 14, 2020
95edc80
Added pre-authenticated authenticators (X.509 & REMOTE_USER)
wouterj Mar 14, 2020
7ef6a7a
Use the firewall event dispatcher
wouterj Apr 4, 2020
0fe5083
Added JSON login authenticator
wouterj Apr 5, 2020
9ea32c4
Also use authentication failure/success handlers in FormLoginAuthenti…
wouterj Apr 6, 2020
50224aa
Introduce Passport & Badges to extend authenticators
wouterj Apr 9, 2020
b1e040f
Rename providerKey to firewallName for more consistent naming
wouterj Apr 10, 2020
1b8709e
Add Free Mobile notifier
noniagriconomie Feb 12, 2020
9ac1c76
[Routing] Remove unused properties from the Route annotation
fancyweb Apr 20, 2020
76072c6
[FrameworkBundle] Fix session.attribute_bag service definition
fancyweb Apr 20, 2020
eb26992
[#35368] add missing changelog entry
xabbuh Apr 21, 2020
1452619
remove not needed BC layer
xabbuh Apr 21, 2020
bc85eb3
[Notifier] Mark the component as experimental in 5.1
fabpot Apr 21, 2020
01794d0
Merge pull request #36514 from fabpot/notifier-still-experimental
fabpot Apr 21, 2020
1abdcbb
feature #33558 [Security] AuthenticatorManager to make "authenticator…
fabpot Apr 21, 2020
4cc6055
feature #35690 [Notifier] Add Free Mobile notifier (noniagriconomie)
fabpot Apr 21, 2020
6b1a64a
[Notifier] Throw an exception when the Slack DSN is not valid
fabpot Apr 21, 2020
2a92dd3
minor #36504 [Routing] Remove unused properties from the Route annota…
fabpot Apr 21, 2020
a89a2a8
Fix package name
fabpot Apr 21, 2020
5a94817
Fix wrong version in composer.json
fabpot Apr 21, 2020
2235be0
feature #36516 [Notifier] Throw an exception when the Slack DSN is no…
fabpot Apr 21, 2020
6167ce4
[Notifier] Fix error handling for Free mobile
fabpot Apr 21, 2020
e36ea50
bug #36517 [Notifier] Fix error handling for Free mobile (fabpot)
fabpot Apr 21, 2020
5cb633c
Update CsrfTokenBadge.php
sstok Apr 21, 2020
6b682bf
bug #36518 [Security] Fix missing nullable in CsrfTokenBadge (sstok)
chalasr Apr 21, 2020
1331584
[String] Add locale-sensitive map for slugging symbols
lmasforne Apr 15, 2020
60245d9
bug #36500 [Routing][PrefixTrait] Add the _locale requirement (fancyweb)
nicolas-grekas Apr 21, 2020
be3a9a9
Applied left-over review comments from #33558
wouterj Apr 21, 2020
80444e8
minor #36520 [Security] Apply left-over review comments from #33558 (…
chalasr Apr 21, 2020
f8b86df
fix tests
chalasr Apr 21, 2020
6642f09
bug #36506 [FrameworkBundle] Fix session.attribute_bag service defini…
nicolas-grekas Apr 21, 2020
08ded7f
bug #36498 [Security/Core] fix escape for username in LdapBindAuthent…
nicolas-grekas Apr 21, 2020
0ed6cfd
Merge branch '3.4' into 4.4
nicolas-grekas Apr 21, 2020
4042cc4
Merge branch '4.4' into 5.0
nicolas-grekas Apr 21, 2020
7ce2f24
Merge branch '5.0'
nicolas-grekas Apr 21, 2020
15d2b77
fix merge
nicolas-grekas Apr 21, 2020
ebc90fb
Merge branch '4.4' into 5.0
nicolas-grekas Apr 21, 2020
670e601
Merge branch '5.0'
nicolas-grekas Apr 21, 2020
5105062
fix merge
nicolas-grekas Apr 21, 2020
7ff6fb0
fix merge (bis)
nicolas-grekas Apr 21, 2020
3339244
fix merge (ter)
nicolas-grekas Apr 21, 2020
418c847
minor #36509 [OptionsResolver] remove not needed BC layer (xabbuh)
fabpot Apr 21, 2020
829566c
[Mailer] Avoid reusing the same var names
fabpot Apr 21, 2020
fc4be48
[Mailer] Don't dispatch MessageEvent twice
chalasr Apr 22, 2020
f2f82d1
minor #36531 [Mailer] Don't dispatch MessageEvent twice (chalasr)
chalasr Apr 22, 2020
00d84c1
Improve SQS interoperability
jderusse Apr 22, 2020
83b37e8
feature #36525 Improve SQS interoperability (jderusse)
chalasr Apr 23, 2020
7d55151
[DI] fix lazy factory code generation
nicolas-grekas Apr 23, 2020
abb463c
[DI] fix definition and usage of AbstractArgument
nicolas-grekas Apr 23, 2020
add8670
[DI] skip preloading dependencies of non-preloaded services
nicolas-grekas Apr 22, 2020
f38904e
Use is_file() instead of file_exists() where possible
nicolas-grekas Apr 23, 2020
87c9ab4
minor #36556 Use is_file() instead of file_exists() where possible (n…
fabpot Apr 24, 2020
ac3bd14
feature #36535 [DI] skip preloading dependencies of non-preloaded ser…
fabpot Apr 24, 2020
260dea0
feature #36456 [String] Add locale-sensitive map for slugging symbols…
fabpot Apr 24, 2020
8526d7c
[Serializer] Add an @Ignore annotation
dunglas Oct 5, 2018
734a006
feature #28744 [Serializer] Add an @Ignore annotation (dunglas)
fabpot Apr 24, 2020
9d763e0
feature #36545 [DI] fix definition and usage of AbstractArgument (nic…
fabpot Apr 24, 2020
d6b9011
feature #36373 [DI] add syntax to stack decorators (nicolas-grekas)
fabpot Apr 24, 2020
69452b2
bug #36548 [DI] fix lazy factory code generation (nicolas-grekas)
fabpot Apr 24, 2020
e4e8945
Revert "feature #30501 [FrameworkBundle][Routing] added Configurators…
nicolas-grekas Apr 24, 2020
c6cf433
feature #36562 Revert "feature #30501 [FrameworkBundle][Routing] adde…
fabpot Apr 24, 2020
2124387
[Mailer] Use AsyncAws to handle SES requests
jderusse Mar 15, 2020
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
  •  
  •  
  •  
23 changes: 16 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ env:
- SYMFONY_PROCESS_PHP_TEST_BINARY=~/.phpenv/shims/php
- MESSENGER_AMQP_DSN=amqp://localhost/%2f/messages
- MESSENGER_REDIS_DSN=redis://127.0.0.1:7006/messages
- MESSENGER_SQS_DSN=sqs://localhost:9494/messages?sslmode=disable
- MESSENGER_SQS_DSN="sqs://localhost:9494/messages?sslmode=disable&poll_timeout=0.01"
- MESSENGER_SQS_FIFO_QUEUE_DSN="sqs://localhost:9494/messages.fifo?sslmode=disable&poll_timeout=0.01"
- SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1

matrix:
Expand Down Expand Up @@ -57,7 +58,7 @@ before_install:
sudo wget -O - http://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key add -
echo "deb http://packages.couchbase.com/ubuntu xenial xenial/main" | sudo tee /etc/apt/sources.list.d/couchbase.list
sudo apt update
sudo apt install -y librabbitmq-dev libsodium-dev libcouchbase-dev zlib1g-dev
sudo apt install -y libcouchbase-dev librabbitmq-dev libsodium-dev php-uuid zlib1g-dev

- |
# Start Couchbase
Expand All @@ -72,8 +73,8 @@ before_install:

- |
# Start Sqs server
docker pull feathj/fake-sqs
docker run -d -p 9494:9494 --name sqs feathj/fake-sqs
docker pull asyncaws/testing-sqs
docker run -d -p 9494:9494 --name sqs asyncaws/testing-sqs

- |
# Start Kafka and install an up-to-date librdkafka
Expand Down Expand Up @@ -300,18 +301,26 @@ install:
run_tests () {
set -e
export PHP=$1
phpenv global $PHP

if [[ !$deps && $PHP = 7.2 ]]; then
tfold src/Symfony/Component/HttpClient.h2push "$COMPOSER_UP symfony/contracts && docker run -it --rm -v $(pwd):/app -v $(phpenv which composer):/usr/local/bin/composer -v /usr/local/bin/vulcain:/usr/local/bin/vulcain -w /app php:7.3-alpine ./phpunit src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php --filter testHttp2Push"
phpenv global $PHP
tfold 'composer update' $COMPOSER_UP
[ -d .phpunit ] && mv .phpunit .phpunit.bak
tfold src/Symfony/Component/HttpClient.h2push "docker run -it --rm -v $(pwd):/app -v $(phpenv which composer):/usr/local/bin/composer -v /usr/local/bin/vulcain:/usr/local/bin/vulcain -w /app php:7.3-alpine ./phpunit src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php --filter testHttp2Push"
sudo rm .phpunit -rf
[ -d .phpunit.bak ] && mv .phpunit.bak .phpunit
fi

if [[ $PHP != 7.4* && $PHP != $TRAVIS_PHP_VERSION && $TRAVIS_PULL_REQUEST != false ]]; then
echo -e "\\n\\e[33;1mIntermediate PHP version $PHP is skipped for pull requests.\\e[0m"
return
fi
phpenv global $PHP

([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; cp composer.json composer.bak; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb ~1.5.0)
tfold 'composer update' $COMPOSER_UP
if [[ $deps || $PHP != 7.2 ]]; then
tfold 'composer update' $COMPOSER_UP
fi
tfold 'phpunit install' ./phpunit install
if [[ $deps = high ]]; then
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'" || X=1
Expand Down
50 changes: 50 additions & 0 deletions CHANGELOG-4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,56 @@ in 4.4 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/v4.4.0...v4.4.1

* 4.4.7 (2020-03-30)

* security #cve-2020-5255 [HttpFoundation] Do not set the default Content-Type based on the Accept header (yceruto)
* security #cve-2020-5275 [Security] Fix access_control behavior with unanimous decision strategy (chalasr)
* bug #36262 [DI] fix generating TypedReference from PriorityTaggedServiceTrait (nicolas-grekas)
* bug #36252 [Security/Http] Allow setting cookie security settings for delete_cookies (wouterj)
* bug #36261 [FrameworkBundle] revert to legacy wiring of the session when circular refs are detected (nicolas-grekas)
* bug #36259 [DomCrawler] Fix BC break in assertions breaking Panther (dunglas)
* bug #36181 [BrowserKit] fixed missing post request parameters in file uploads (codebay)
* bug #36216 [Validator] Assert Valid with many groups (phucwan91)
* bug #36222 [Console] Fix OutputStream for PHP 7.4 (guillbdx)

* 4.4.6 (2020-03-27)

* bug #36169 [HttpKernel] fix locking for PHP 7.4+ (nicolas-grekas)
* bug #36175 [Security/Http] Remember me: allow to set the samesite cookie flag (dunglas)
* bug #36173 [Http Foundation] Fix clear cookie samesite (guillbdx)
* bug #36176 [Security] Check if firewall is stateless before checking for session/previous session (koenreiniers)
* bug #36149 [Form] Support customized intl php.ini settings (jorrit)
* bug #36172 [Debug] fix for PHP 7.3.16+/7.4.4+ (nicolas-grekas)
* bug #36151 [Security] Fixed hardcoded value of SODIUM_CRYPTO_PWHASH_MEMLIMIT_INTERACTIVE (lyrixx)
* bug #36141 Prevent warning in proc_open() (BenMorel)
* bug #36143 [FrameworkBundle] Fix Router Cache (guillbdx)
* bug #36103 [DI] fix preloading script generation (nicolas-grekas)
* bug #36118 [Security/Http] don't require the session to be started when tracking its id (nicolas-grekas)
* bug #36108 [DI] Fix CheckTypeDeclarationPass (guillbdx)
* bug #36121 [VarDumper] fix side-effect by not using mt_rand() (nicolas-grekas)
* bug #36073 [PropertyAccess][DX] Improved errors when reading uninitialized properties (HeahDude)
* bug #36063 [FrameworkBundle] start session on flashbag injection (William Arslett)
* bug #36031 [Console] Fallback to default answers when unable to read input (ostrolucky)
* bug #36083 [DI][Form] Fixed test suite (TimeType changes & unresolved merge conflict) (wouterj)
* bug #36026 [Mime] Fix boundary header (guillbdx)
* bug #36020 [Form] ignore microseconds submitted by Edge (xabbuh)
* bug #36038 [HttpClient] disable debug log with curl 7.64.0 (nicolas-grekas)
* bug #36041 fix import from config file using type: glob (Tobion)
* bug #35987 [DoctrineBridge][DoctrineExtractor] Fix wrong guessed type for "json" type (fancyweb)
* bug #35949 [DI] Fix container lint command when a synthetic service is used in an expression (HypeMC)
* bug #36023 [HttpClient] fix requests to hosts that idn_to_ascii() cannot handle (nicolas-grekas)
* bug #35938 [Form] Handle false as empty value on expanded choices (fancyweb)
* bug #36030 [SecurityBundle] Minor fix in LDAP config tree builder (HeahDude)
* bug #35993 Remove int return type from FlattenException::getCode (wucdbm)
* bug #36004 [Yaml] fix dumping strings containing CRs (xabbuh)
* bug #35982 [DI] Fix XmlFileLoader bad error message (przemyslaw-bogusz)
* bug #35957 [DI] ignore extra tags added by autoconfiguration in PriorityTaggedServiceTrait (nicolas-grekas)
* bug #35937 Revert "bug symfony#28179 [DomCrawler] Skip disabled fields processing in Form" (dmaicher)
* bug #35928 [Routing] Prevent localized routes _locale default & requirement from being overridden (fancyweb)
* bug #35912 [FrameworkBundle] register only existing transport factories (xabbuh)
* bug #35899 [DomCrawler] prevent deprecation being triggered from assertion (xabbuh)
* bug #35910 [SecurityBundle] Minor fixes in configuration tree builder (HeahDude)

* 4.4.5 (2020-02-29)

* bug #35781 [Form] NumberToLocalizedStringTransformer return int if scale = 0 (VincentLanglet)
Expand Down
51 changes: 51 additions & 0 deletions CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,57 @@ in 5.0 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/v5.0.0...v5.0.1

* 5.0.7 (2020-03-30)

* security #cve-2020-5255 [HttpFoundation] Do not set the default Content-Type based on the Accept header (yceruto)
* security #cve-2020-5275 [Security] Fix access_control behavior with unanimous decision strategy (chalasr)
* bug #36262 [DI] fix generating TypedReference from PriorityTaggedServiceTrait (nicolas-grekas)
* bug #36252 [Security/Http] Allow setting cookie security settings for delete_cookies (wouterj)
* bug #36261 [FrameworkBundle] revert to legacy wiring of the session when circular refs are detected (nicolas-grekas)
* bug #36259 [DomCrawler] Fix BC break in assertions breaking Panther (dunglas)
* bug #36181 [BrowserKit] fixed missing post request parameters in file uploads (codebay)
* bug #36216 [Validator] Assert Valid with many groups (phucwan91)
* bug #36222 [Console] Fix OutputStream for PHP 7.4 (guillbdx)

* 5.0.6 (2020-03-27)

* bug #36169 [HttpKernel] fix locking for PHP 7.4+ (nicolas-grekas)
* bug #36175 [Security/Http] Remember me: allow to set the samesite cookie flag (dunglas)
* bug #36173 [Http Foundation] Fix clear cookie samesite (guillbdx)
* bug #36176 [Security] Check if firewall is stateless before checking for session/previous session (koenreiniers)
* bug #36149 [Form] Support customized intl php.ini settings (jorrit)
* bug #36172 [Debug] fix for PHP 7.3.16+/7.4.4+ (nicolas-grekas)
* bug #36151 [Security] Fixed hardcoded value of SODIUM_CRYPTO_PWHASH_MEMLIMIT_INTERACTIVE (lyrixx)
* bug #36141 Prevent warning in proc_open() (BenMorel)
* bug #36143 [FrameworkBundle] Fix Router Cache (guillbdx)
* bug #36103 [DI] fix preloading script generation (nicolas-grekas)
* bug #36118 [Security/Http] don't require the session to be started when tracking its id (nicolas-grekas)
* bug #36108 [DI] Fix CheckTypeDeclarationPass (guillbdx)
* bug #36121 [VarDumper] fix side-effect by not using mt_rand() (nicolas-grekas)
* bug #36073 [PropertyAccess][DX] Improved errors when reading uninitialized properties (HeahDude)
* bug #36063 [FrameworkBundle] start session on flashbag injection (William Arslett)
* bug #36031 [Console] Fallback to default answers when unable to read input (ostrolucky)
* bug #36083 [DI][Form] Fixed test suite (TimeType changes & unresolved merge conflict) (wouterj)
* bug #36026 [Mime] Fix boundary header (guillbdx)
* bug #36020 [Form] ignore microseconds submitted by Edge (xabbuh)
* bug #36038 [HttpClient] disable debug log with curl 7.64.0 (nicolas-grekas)
* bug #36041 fix import from config file using type: glob (Tobion)
* bug #35987 [DoctrineBridge][DoctrineExtractor] Fix wrong guessed type for "json" type (fancyweb)
* bug #35949 [DI] Fix container lint command when a synthetic service is used in an expression (HypeMC)
* bug #36023 [HttpClient] fix requests to hosts that idn_to_ascii() cannot handle (nicolas-grekas)
* bug #35938 [Form] Handle false as empty value on expanded choices (fancyweb)
* bug #36030 [SecurityBundle] Minor fix in LDAP config tree builder (HeahDude)
* bug #36017 [HttpKernel] Fix support for single-colon syntax for controllers (nicolas-grekas)
* bug #35993 Remove int return type from FlattenException::getCode (wucdbm)
* bug #36004 [Yaml] fix dumping strings containing CRs (xabbuh)
* bug #35982 [DI] Fix XmlFileLoader bad error message (przemyslaw-bogusz)
* bug #35957 [DI] ignore extra tags added by autoconfiguration in PriorityTaggedServiceTrait (nicolas-grekas)
* bug #35937 Revert "bug symfony#28179 [DomCrawler] Skip disabled fields processing in Form" (dmaicher)
* bug #35928 [Routing] Prevent localized routes _locale default & requirement from being overridden (fancyweb)
* bug #35912 [FrameworkBundle] register only existing transport factories (xabbuh)
* bug #35899 [DomCrawler] prevent deprecation being triggered from assertion (xabbuh)
* bug #35910 [SecurityBundle] Minor fixes in configuration tree builder (HeahDude)

* 5.0.5 (2020-02-29)

* bug #35781 [Form] NumberToLocalizedStringTransformer return int if scale = 0 (VincentLanglet)
Expand Down
Loading