Skip to content

Releases: FriendsOfSymfony/FOSRestBundle

3.0.5: Merge branch '3.0' into 3.x

05 Feb 15:56
Compare
Choose a tag to compare
* 3.0:
  update license
  Fix build status
  Change build status

2.8.6

05 Feb 15:55
Compare
Choose a tag to compare
update license

2.8.5: Merge pull request #2285 from kevinpapst/php8

17 Dec 13:19
09e01fa
Compare
Choose a tag to compare

Add php 8 support

16 Dec 20:26
Compare
Choose a tag to compare
3.0.4

Fix the tests

Add php 8 support

16 Dec 20:19
d60e0ba
Compare
Choose a tag to compare
Merge pull request #2280 from xabbuh/bump-phpunit-version

bump PHPUnit version

3.0.3

10 Sep 06:55
3.0.3
Compare
Choose a tag to compare
  • fixed being able to configure exception codes and messages based on interfaces (e.g.
    Throwable)

2.8.3

10 Sep 06:55
2.8.3
Compare
Choose a tag to compare
  • fixed being able to configure exception codes and messages based on interfaces (e.g.
    Throwable)

3.0.2

14 Jul 15:15
3.0.2
Compare
Choose a tag to compare
  • fixed the ViewHandler to not override an already set status_code in the serialization context
  • fixed embedding status codes in the response body when a mapping of exception classes to status
    codes is configured

2.8.2

14 Jul 15:14
2.8.2
Compare
Choose a tag to compare
  • fixed the ViewHandler to not override an already set status_code in the serialization context
  • fixed embedding status codes in the response body when a mapping of exception classes to status
    codes is configured

3.0.1

29 Jun 11:20
3.0.1
Compare
Choose a tag to compare
  • fixed handling requests without a content type inside the RequestBodyParamConverter
  • FlattenExceptionNormalizer does no longer implement the CacheableSupportsMethodInterface to
    ensure compatibility with older versions of the Symfony Serializer component