Skip to content

Releases: FriendsOfSymfony/FOSRestBundle

Bug fixes

09 Mar 13:33

Choose a tag to compare

Bug fixes Pre-release
Pre-release

See #1374, #1376 and #1373

2.0 is on its way !

06 Mar 21:10

Choose a tag to compare

2.0 is on its way ! Pre-release
Pre-release

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 on twig 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 !

06 Mar 21:14

Choose a tag to compare

On the way to 2.0 ! Pre-release
Pre-release

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

06 Mar 20:45

Choose a tag to compare

Fix issues

29 Dec 16:04

Choose a tag to compare

fix problem with camel case serialization and login form #1009

20 Dec 22:07

Choose a tag to compare

minor tweaks to travis and composer

05 Dec 15:04

Choose a tag to compare

Merge pull request #1249 from FriendsOfSymfony/tweak_travis

Tweak travis

make the Bundle compatible with Symfony 3.0

05 Dec 11:20

Choose a tag to compare

Merge pull request #1246 from FriendsOfSymfony/allow_symfony_3_0

allow Symfony 3.0

several bug fixes and doc tweaks

16 Oct 07:12

Choose a tag to compare

  • 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

16 Jun 09:42

Choose a tag to compare

1.7.1

fix regression with handling of methods in Route annotations