Symfony 2.6.0 has just been released.
Symfony 2.6.0 comes with more than 100 new features and enhancements. The full changelog from 2.5 to 2.6 is available on the repository.
You can read the UPGRADE from 2.5 to 2.6 guide to learn more about new ways of doing things and deprecated features that will be removed in 3.0.
Here is a list of the changes done since beta2:
- bug #12553 [Debug] fix error message on double exception (nicolas-grekas)
- bug #12550 [FrameworkBundle] backport #12489 (xabbuh)
- bug #12437 [Validator] make DateTime objects represented as strings in the violation message (hhamon)
- bug #12575 [WebProfilerBundle] Remove usage of app.request in search bar template (jeromemacias)
- bug #12570 Fix initialized() with aliased services (Daniel Wehner)
Want to check the integrity of this new version? Read my blog post about signing releases .
Want to be notified whenever a new Symfony release is published? Or when a version is not maintained anymore? Or only when a security issue is fixed? Consider subscribing to the Symfony Roadmap Notifications.
Great release, thanks to everybody involved.
We've been using the beta for a few weeks now and the new DX initiatives combined with the JMSDiExtraBundle are really speeding up our development process.
Awesome! I've tried to install it and it seems the AppBundle doesn't included in v2.6.0 in src/ folder. I think PR https://github.com/symfony/symfony-standard/pull/728 need to be included to tag 2.6.0.
Thank you for this release. Awesome!
Thanks . It looks awesome
Nice! Thanks for this release!
Bonjour, j'aimerais télécharger la documentation en PDF de la 2.6 pour une consultation "hors ligne" mais les liens vers les pdf ne pointent visiblement sur rien... merci.
Thank you! This is great!!! :D Looking forward for Symfony 3.0 release.
Big props to everyone! Keep up the good work.
Hi,
Thanks for the new release!
I can not download pdf documentation for 2.6 http://symfony.com/doc/current/index.html
Best regards, Michal
That's awesome! Thanks to everybody involved!!
Bonjour,
Nous essayons de télécharger la version 2.6.0 via composer mais rencontrons des erreurs de runtime. Est-ce normal si la version définie dans le composer.json est une version DEV ?
Merci pour votre éclairage.
Cordialement, Ruflus
I'm getting an error when trying to install Symfony 2.6 via "composer create-project symfony/framework-standard-edition /var/www/alexgemmell/server-new/". The error says:
Failed to download symfony/symfony from source: The process "git clone --no-checkout 'git://github.com/symfony/symfony.git' '/var/www/alexgemmell/server-new/vendor/symfony/symfony' && cd '/var/www/alexgemmell/server-new/vendor/symfony/symfony' && git remote add composer 'git://github.com/symfony/symfony.git' && git fetch composer" exceeded the timeout of 300 seconds. Now trying to download from dist
See screenshot: https://cloudup.com/c5DSACvQN-K
Anyone know what this is?
Good news, the debug component seems very promising.
I noticed that the
security.role_hierarchy
service isn't available anymore, or at least not being shown inapp/console container:debug
. Was this changed in 2.6 or was that earlier?