Releases: FriendsOfSymfony/FOSRestBundle
Releases · FriendsOfSymfony/FOSRestBundle
Bug fixes
2.0 is on its way !
FOSRestBundle 1.8 doesn't come alone.
You want something big ?
FOSRestBundle 2.0 is here !
Some reasons to migrate to this version as soon as possible:
- support of files upload through the
ParamFetcher
- the ability to disable the bundle listeners when the request is in a specific state
- a new
ControllerTrait
to fit all your needs - a decoupled
ExceptionController
to not depend ontwig
anymore - the replacement of the
ExceptionWrapper
by normalizers (that way you can customize the exception controller output easily).
Again thank you to all our contributors and specifically to @lsmith77 and @xabbuh !
Enjoy !
On the way to 2.0 !
After more than 3 months of work, we finally release the first RC phase of FOSRestBundle 1.8!
It contains major improvements such as:
- the support of the symfony serializer
- the ability to load routes from a directory
- new annotations to support even more http verbs
Thanks a lot to @lsmith77 and @xabbuh for their reviews, their contributions and the time they passed to improve FOSRestBundle :-)
Also a big thank to @stof for helping us and always being here when we need it !
If you suffer any problem with this version, just open an issue we'll take care of you as soon as possible.
Bugs fixes and performance improvements
Fix issues
fix problem with camel case serialization and login form #1009
minor tweaks to travis and composer
Merge pull request #1249 from FriendsOfSymfony/tweak_travis Tweak travis
make the Bundle compatible with Symfony 3.0
Merge pull request #1246 from FriendsOfSymfony/allow_symfony_3_0 allow Symfony 3.0
several bug fixes and doc tweaks
- improved docs when using the mime_types setting to version an API #1070
- allow to use Symfony's serializer even with JMS Serializer enabled #1072
- support the stable version of jms serializer #1077
- improved docs on how to use setTemplateData with the
@View()
annotation #1081 - fixed issues with nginx wit DELETE request in the body listener #1113
- fixed error message for non numeric identifiers in the
EntityToIdObjectTransformer
#1119 - fix deprecated form.type_extension tag alias option usage #1166
- various additional minor tweaks to the docs and test setup
fix regression with handling of methods in Route annotations
1.7.1 fix regression with handling of methods in Route annotations