Skip to content

Releases: FriendsOfSymfony/FOSRestBundle

2.1.1

23 Nov 12:11
Compare
Choose a tag to compare
Merge branch '2.0' into 2.1

2.0.2

23 Nov 12:11
Compare
Choose a tag to compare
Merge branch '1.8' into 2.0

2.1.0

07 Sep 15:22
Compare
Choose a tag to compare

[BC BREAK] Context::getGroups() may return null whereas before it only returned array.

  • FileParam::$map is added
  • setMaxDepth is deprecated in favor of enabledMaxDepth and disableMaxDepth
  • using pattern in your routing files is deprecated

See more

Small fixes

07 Sep 15:15
Compare
Choose a tag to compare

2.0.0: Merge branch '1.8' into 2.0

24 Jun 14:13
Compare
Choose a tag to compare

Don't forget to read the UPGRADE file !

This new major version is ready after months of beta !
It contains many features (some of them are BC and are included in 1.8) such as:

  • a more powerful version listener
  • support of the symfony serializer (and serializer abstraction)
  • new http verbs annotations
  • a trait for controllers
  • removal of the ExceptionWrapper in favor of the serializers normalizers

Don't hesitate to ping us here or on twitter if you have any feedback :)

Last minor version before the next major !

24 Jun 14:05
Compare
Choose a tag to compare

We've been long (almost a year since 1.7 was released) but 1.8 and 2.0 are finally ready !

1.8 contains:

  • the support of the symfony serializer
  • the ability to load routes from a directory
  • new annotations to support even more http verbs

And mostly, many deprecations to ease the upgrade path to 2.0!
We hope you'll enjoy this version and don't hesitate to open an issue if you find a bug !

Thanks to all our contributors and even more to @xabbuh and @lsmith77, without them this bundle we wouldn't be that far !

1.7.9

24 May 13:38
1.7.9
Compare
Choose a tag to compare
  • handle \Throwable instances in the ExceptionController
  • fixed that the default exclusion strategy groups for the serializer are not the empty string
  • fixed a BC break that prevented the CamelKeysNormalizer from removing leading underscores
  • fixed the AllowedMethodsRouteLoader to work with Symfony 3.0

2.0.0-BETA3

15 May 23:50
2.0.0-BETA3
Compare
Choose a tag to compare
2.0.0-BETA3 Pre-release
Pre-release
release 2.0.0-BETA3

1.8.0-BETA2

15 May 23:40
1.8.0-BETA2
Compare
Choose a tag to compare
1.8.0-BETA2 Pre-release
Pre-release
release 1.8.0-BETA2

Bug fixes

09 Mar 13:33
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

See #1374, #1376 and #1373