Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 948a50a

Browse files
Merge branch '4.1'
* 4.1: (21 commits) Fixed content trace CSS in profiler [Form] fix tests on old phpunit versions [FrameworkBundle] fix typo in CacheClearCommand [Serializer] Fix and improve constraintViolationListNormalizer's RFC7807 compliance bumped Symfony version to 4.1.0 updated VERSION for 4.1.0-BETA2 updated CHANGELOG for 4.1.0-BETA2 bumped Symfony version to 4.0.11 updated VERSION for 4.0.10 updated CHANGELOG for 4.0.10 bumped Symfony version to 3.4.11 updated VERSION for 3.4.10 updated CHANGELOG for 3.4.10 bumped Symfony version to 2.8.41 updated VERSION for 2.8.40 updated CHANGELOG for 2.8.40 bumped Symfony version to 2.7.48 updated VERSION for 2.7.47 update CONTRIBUTORS for 2.7.47 updated CHANGELOG for 2.7.47 ...
2 parents 57a1dd1 + 7558159 commit 948a50a

File tree

9 files changed

+138
-36
lines changed

9 files changed

+138
-36
lines changed

CHANGELOG-4.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ in 4.0 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.0.0...v4.0.1
99

10+
* 4.0.10 (2018-05-21)
11+
12+
* bug #27264 [Validator] Use strict type in URL validator (mimol91)
13+
* bug #27267 [DependencyInjection] resolve array env vars (jamesthomasonjr)
14+
* bug #26781 [Form] Fix precision of MoneyToLocalizedStringTransformer's divisions on transform() (syastrebov)
15+
* bug #27286 [Translation] Add Occitan plural rule (kylekatarnls)
16+
* bug #27271 [DI] Allow defining bindings on ChildDefinition (nicolas-grekas)
17+
* bug #27246 Disallow invalid characters in session.name (ostrolucky)
18+
* bug #27287 [PropertyInfo] fix resolving parent|self type hints (nicolas-grekas)
19+
* bug #27281 [HttpKernel] Fix dealing with self/parent in ArgumentMetadataFactory (fabpot)
20+
* bug #24805 [Security] Fix logout (MatTheCat)
21+
* bug #27265 [DI] Shared services should not be inlined in non-shared ones (nicolas-grekas)
22+
* bug #27141 [Process] Suppress warnings when open_basedir is non-empty (cbj4074)
23+
* bug #27250 [Session] limiting :key for GET_LOCK to 64 chars (oleg-andreyev)
24+
* bug #27237 [Debug] Fix populating error_get_last() for handled silent errors (nicolas-grekas)
25+
* bug #27232 [Cache][Lock] Fix usages of error_get_last() (nicolas-grekas)
26+
* bug #27236 [Filesystem] Fix usages of error_get_last() (nicolas-grekas)
27+
* bug #27191 [DI] Display previous error messages when throwing unused bindings (nicolas-grekas)
28+
* bug #27231 [FrameworkBundle] Fix cache:clear on vagrant (nicolas-grekas)
29+
* bug #27222 [WebProfilerBundle][Cache] Fix misses calculation when calling getItems (fsevestre)
30+
* bug #27227 [HttpKernel] Handle NoConfigurationException "onKernelException()" (nicolas-grekas)
31+
* bug #27152 [HttpFoundation] use brace-style regex delimiters (xabbuh)
32+
* bug #27158 [Cache] fix logic for fetching tag versions on TagAwareAdapter (dmaicher)
33+
* bug #27143 [Console] By default hide the short exception trace line from exception messages in Symfony's commands (yceruto)
34+
* bug #27133 [Doctrine Bridge] fix priority for doctrine event listeners (dmaicher)
35+
* bug #27135 [FrameworkBundle] Use the correct service id for CachePoolPruneCommand in its compiler pass (DemonTPx)
36+
* feature #24896 Add CODE_OF_CONDUCT.md (egircys)
37+
1038
* 4.0.9 (2018-04-30)
1139

1240
* bug #27074 [Debug][WebProfilerBundle] Fix setting file link format (lyrixx, nicolas-grekas)

CHANGELOG-4.1.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,50 @@ in 4.1 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.1.0...v4.1.1
99

10+
* 4.1.0-BETA2 (2018-05-21)
11+
12+
* bug #27312 Supress deprecation notices thrown when getting private servies from container in tests (arderyp)
13+
* feature #27275 [Messenger] Allow to scope handlers per bus (ogizanagi, sroze)
14+
* bug #27264 [Validator] Use strict type in URL validator (mimol91)
15+
* bug #27267 [DependencyInjection] resolve array env vars (jamesthomasonjr)
16+
* bug #26781 [Form] Fix precision of MoneyToLocalizedStringTransformer's divisions on transform() (syastrebov)
17+
* bug #27270 [Routing] Fix adding name prefix to canonical route names (ismail1432)
18+
* bug #27286 [Translation] Add Occitan plural rule (kylekatarnls)
19+
* bug #27271 [DI] Allow defining bindings on ChildDefinition (nicolas-grekas)
20+
* bug #27246 Disallow invalid characters in session.name (ostrolucky)
21+
* feature #27230 [Messenger] Select alternatives on missing receiver arg or typo (yceruto)
22+
* bug #27287 [PropertyInfo] fix resolving parent|self type hints (nicolas-grekas)
23+
* bug #27281 [HttpKernel] Fix dealing with self/parent in ArgumentMetadataFactory (fabpot)
24+
* bug #24805 [Security] Fix logout (MatTheCat)
25+
* bug #27265 [DI] Shared services should not be inlined in non-shared ones (nicolas-grekas)
26+
* bug #27141 [Process] Suppress warnings when open_basedir is non-empty (cbj4074)
27+
* bug #27250 [Session] limiting :key for GET_LOCK to 64 chars (oleg-andreyev)
28+
* feature #27128 [Messenger] Middleware factories support in config (ogizanagi)
29+
* bug #27214 [HttpKernel] Fix services are no longer injected into __invoke controllers method (ogizanagi)
30+
* bug #27237 [Debug] Fix populating error_get_last() for handled silent errors (nicolas-grekas)
31+
* bug #27232 [Cache][Lock] Fix usages of error_get_last() (nicolas-grekas)
32+
* bug #27236 [Filesystem] Fix usages of error_get_last() (nicolas-grekas)
33+
* feature #27202 [Messenger] Improve the profiler panel (ogizanagi)
34+
* bug #27191 [DI] Display previous error messages when throwing unused bindings (nicolas-grekas)
35+
* bug #27231 [FrameworkBundle] Fix cache:clear on vagrant (nicolas-grekas)
36+
* bug #27222 [WebProfilerBundle][Cache] Fix misses calculation when calling getItems (fsevestre)
37+
* bug #27227 [HttpKernel] Handle NoConfigurationException "onKernelException()" (nicolas-grekas)
38+
* feature #27034 [Messenger][DX] Uses custom method names for handlers (sroze)
39+
* bug #27228 [Messenger] Remove autoconfiguration for Sender/ReceiverInterface (kbond)
40+
* bug #27229 [Messenger] Rename tag attribute "name" by "alias" (yceruto)
41+
* bug #27224 [Messenger] Make sure default receiver name is set before command configuration (yceruto)
42+
* feature #27225 [Messenger] Autoconfiguring TransportFactoryInterface classes (yceruto)
43+
* bug #27220 [Messenger] Fix new AMQP Transport test with Envelope & fix contract (ogizanagi)
44+
* bug #27184 [Messenger] Fix return senders based on the message parents/interfaces (yceruto)
45+
* feature #27182 [Messenger] Re-introduce wrapped message configuration (with fix) (sroze, ogizanagi)
46+
* bug #27209 [Workflow] add is deprecated since Symfony 4.1. Use addWorkflow() instead (xkobal)
47+
* feature #26803 [Messenger] Add debug:messenger CLI command (ro0NL, sroze)
48+
* bug #27189 [Profiler] Fix dump makes toolbar disappear (ogizanagi)
49+
* bug #27199 [Messenger] Fix default bus name (ogizanagi)
50+
* bug #27198 [Messenger] Fix the transport factory after moving it (sroze)
51+
* bug #27197 [Messenger] Fix AMQP Transport factory & TransportFactoryInterface (ogizanagi)
52+
* bug #27196 [Messenger] Fix AMQP Transport (yceruto)
53+
1054
* 4.1.0-BETA1 (2018-05-07)
1155

1256
* feature #26945 [Messenger] Support configuring messages when dispatching (ogizanagi)

0 commit comments

Comments
 (0)