Releases: FriendsOfSymfony/FOSRestBundle
Releases · FriendsOfSymfony/FOSRestBundle
1.5.0-RC4
- switched to reStructuredText for the docs (will soon appear on symfony.com)
- fixed a few edge case bugs
- added
exception_fallback_format
to format listener rules - automatically configure the FrameworkBundle serializer service if available (and JMSSerializerBundle is not available)
1.5.0-RC3
1.5.0-RC2
1.5.0-RC1
- added ability to to define rules that stop the format listener
- HHVM compatibility fixes
- added ParamFetcher::addParam()
- various coding style and other code quality improvements
- added method_prefix annotation option
- set invalid data to null in the JsonToFormDecoder
- ignore ParamConverter instances in action signatures to fix incompatibility with route generation
1.4.2
security release
When working with JSONP, be aware of CVE-2014-4671 (full explanation can be found here: Abusing JSONP with Rosetta Flash). You SHOULD use NelmioSecurityBundle and disable the content type sniffing for script resources.
1.4.0
1.4.0-RC1
1.3.1
1.3.0
- Allow filtering for methods in format_listener rules
- Replaced \Symfony\Component\HttpKernel\Log\LoggerInterface with \Psr\LoggerInterface
- Remove some extra options passed on wrapper handler construction
- Return 415 on unsupported format in request-body 5d7dfc6
- Fixed bug with overridden serialisation context
- Update ParamFetcher to handle UTF8 requirements
- Be less strict on jsonpvalidator version to be compatible with FOSJsRoutingBundle
- Allowed Constraint to be used on the requirements option on QueryParamFetcher
- Ensure that building with the Symfony 2.5 dev dependency succeeds
- Allow newer versions of willdurand/negotiation