I was expecting to announce the first preview release today, but that won't be the case. Instead, let's celebrate the latest beta version of Symfony 2.0, beta5.
The good news is that we are almost there. So, the first release candidate will be released at the end of next week. We will then have some more RCs before the final release, which is expected to be released in July. The exact date will depend on how many RCs will be needed to stabilize the current code base.
This release comes with many enhancements and bug fixes, mostly for the Doctrine bundle and the Form framework. As always, read the UPDATE file carefully to upgrade your applications.
If you are curious about what has changed, have a look at the diff.
Download Symfony2 beta5 now!
Great news!
I am really new about Symfony. and try to following step by step Book Docs.. but sometime got error massage.. I am not sure if Book Docs are up to date with new Symfony release..
Great work! I can't wait to put my hands on Symfony2 stable (I feel that I'll lose my patience and use RC just when in comes :)).
Thanks.....!
Great, let's have a look. Thanks
Good news! I'm just waiting for improved security events. Got my eye on the pull request for interactive login failures.
Great. looking forward to get hands on GA release..!
I'm in the same situation that "Asiansexynine" but I think it's something obvious because the quick evolution and constant changes to the code (as long as the docs aren't being auto-generated from comments on the code).
@Asiansexynine: All we are excited and expecting the stable release but it's for sure that docs will be alway a bit behind the real code until it hist the Stable stage. Be patient (i'll try too)
patience is good .. submitting tickets or even better yet PR's to fix the issues is awesome :)
nice!
Thank god you didn't release the first Preview Release, it would be a BIG step backward =P
Great,
for those who use superclass with doctrine 2. You need to dl the latest version of doctrine which includes this fix: http://www.doctrine-project.org/jira/browse/DDC-1212
It's not in Symfony2 beta5.
Be careful, there is 2 files bad named in the .tgz package ; there extension are .ph instead of .php
in /vendor/symfony/src/Symfony/Component/DependencyInjection/Compiler : ResolveDefinitionTemplatesPass.ph ResolveReferencesToAliasesPass.ph
Also there is the same problem with other files :
/vendor/bundles/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/CheckCssEmbedFilterPass.ph[p]
/vendor/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xs[d]
/vendor/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpDigestFactory.ph[p]
/vendor/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.ph[p]
/vendor/bundles/Symfony/Bundle/WebConfiguratorBundle/DependencyInjection/SymfonyWebConfiguratorExtension.ph[p]
/vendor/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.ph[p]
Great news about a release ''schedule'.
My question would be: will you do another audit on the framework before it's final release? like you did back in January?
@Sylvio: The archives are correct. Why tool do you use to unpack the archive? Which OS?
@Florin: We are going to schedule the security audit ASAP.
Good news ! I can't wait to the stable version
Just great news
Amazing!! thank you for the big work!!
Regards from Uruguay!
@Fabien: That's great news. If it's going to be donation driven like in January then I'll chip in a bit :)
Great news! After this beta and the begin of the RC, the APIs are stable and will not change anymore?
Good news, perfect.
Thanks for the big news. Hope you can improve the Test chapter in documentation. Also, improve Test functionality to support various login mechanism.
I'm also willing to help $$ -if needed - as I'm already making $$ with this amazing framework :D
I noticed some changes in "Default Twig form templates". I know one can override default twig blocks(What I have done to resolve the problem) But I think one issue should be fixed. A "Read-Only" form field must not be rendered as "disabled" HTML attribute. Instead it should be rendered as "readonly". Because a disabled field's data does not appear in the $_POST, so you can not persist it. Consider a readonly text field which is filled by a javascript date picker, the user should not be able to type in the text filed, but it is filled by the date picker and you need the data when the form is posted. If you use a disabled form field you may not have access to the date filled filled by the picker.
this is really big shit.
Please update your current documentation to stay updated with all changes in Symfony2 beta releases so we can have a proper documentation as soon as the first RC are out.
Can't wait for the end of the week and for the FINAL release. Keep up the good work.