8000 Merge branch '4.1' · symfony/symfony@8d277ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d277ce

Browse files
Merge branch '4.1'
* 4.1: [VarDumper] fix dump of closures created from callables [DI] fix dumping inlined services Add framework asset changes to upgrade 3.0 guide [Travis] Bump ext-mongodb to 1.5.2 on Travis [DI] dont track classes/interfaces used to compute autowiring error messages [DI] fix GraphvizDumper ignoring inline definitions bumped Symfony version to 4.1.8 updated VERSION for 4.1.7 updated CHANGELOG for 4.1.7 bumped Symfony version to 3.4.19 updated VERSION for 3.4.18 updated CHANGELOG for 3.4.18 bumped Symfony version to 2.8.48 updated VERSION for 2.8.47 update CONTRIBUTORS for 2.8.47 updated CHANGELOG for 2.8.47 Fix ini_get() for boolean values
2 parents ef3be0b + 097963f commit 8d277ce

File tree

50 files changed

+516
-183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+516
-183
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ before_install:
162162
fi
163163
164164
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
165-
tfold ext.mongodb tpecl mongodb-1.5.0 mongodb.so $INI
165+
tfold ext.mongodb tpecl mongodb-1.5.2 mongodb.so $INI
166166
tfold ext.amqp tpecl amqp-1.9.3 amqp.so $INI
167167
tfold ext.igbinary tpecl igbinary-2.0.6 igbinary.so $INI
168168
tfold ext.zookeeper tpecl zookeeper-0.5.0 zookeeper.so $INI
@@ -227,7 +227,7 @@ install:
227227
break
228228
fi
229229
phpenv global $PHP
230-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
230+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.2; composer require --dev --no-update mongodb/mongodb)
231231
tfold 'composer update' $COMPOSER_UP
232232
tfold 'phpunit install' ./phpunit install
233233
if [[ $deps = high ]]; then

CHANGELOG-4.1.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ 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.7 (2018-11-03)
11+
12+
* bug #28820 [DependencyInjection] Fix tags on multiple decorated service (Soner Sayakci)
13+
* bug #29020 Fix ini_get() for boolean values (deguif)
14+
* bug #28955 [Messenger] send using the routing_key for AMQP transport (nicolas-grekas)
15+
* bug #28960 also clean away the NO_AUTO_CACHE_CONTROL_HEADER if we have no session (dbu)
16+
* feature #28893 [TwigBundle] Fix usage of TwigBundle without FrameworkBundle (tgalopin)
17+
* bug #28889 [Serializer] Reduce class discriminator overhead (fbourigault)
18+
* bug #28861 [DependencyInjection] Skip empty proxy code (olvlvl)
19+
* bug #28801 Convert InsufficientAuthenticationException to HttpException with 401 status code (vincentchalamon)
20+
* bug #28840 add missing double-quotes to extra_fields output message (danielkay)
21+
* bug #28838 [DI] Default undefined env to empty string during compile (ro0NL)
22+
* bug #28863 [Process] Allow to pass non-string arguments to Process (vudaltsov)
23+
* bug #28712 [Form] reverse transform RFC 3339 formatted dates (xabbuh)
24+
* bug #28813 Fix for race condition in console output stream write (rudolfratusinski)
25+
* bug #27772 [Console] Fixes multiselect choice question defaults in non-interactive mode (veewee)
26+
* bug #28835 [FrameworkBundle] Setting missing default paths under BC layer (yceruto)
27+
* bug #28760 [DI] fix dumping inline services again (nicolas-grekas)
28+
* bug #28689 [Process] fix locking of pipe files on Windows (nicolas-grekas)
29+
* bug #28704 [Form] fix multi-digit seconds fraction handling (xabbuh)
30+
* bug #28793 [SecurityBundle] do not override custom access decision configs (xabbuh)
31+
* bug #28783 [FrameworkBundle] add missing cache prefix seed attribute to XSD (xabbuh)
32+
* bug #28072 [Security] Do not deauthenticate user when the first refreshed user has changed (gpekz)
33+
* bug #28735 [FWBundle] Automatically enable PropertyInfo when using Flex (dunglas)
34+
* bug #28751 [FrameworkBundle] Register messenger before the profiler (sroze)
35+
1036
* 4.1.6 (2018-10-03)
1137

1238
* bug #28604 [Finder] fixed root directory access for ftp/sftp wrapper (DerDu)

0 commit comments

Comments
 (0)
0