Releases: FriendsOfSymfony/FOSRestBundle
Releases · FriendsOfSymfony/FOSRestBundle
3.0.5: Merge branch '3.0' into 3.x
* 3.0:
update license
Fix build status
Change build status
2.8.5: Merge pull request #2285 from kevinpapst/php8
Add php 8 support
Merge pull request #2280 from xabbuh/bump-phpunit-version
bump PHPUnit version
3.0.3
- fixed being able to configure exception codes and messages based on interfaces (e.g.
Throwable
)
2.8.3
- fixed being able to configure exception codes and messages based on interfaces (e.g.
Throwable
)
3.0.2
- 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
- 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
- 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