Releases: FriendsOfSymfony/FOSRestBundle
Releases · FriendsOfSymfony/FOSRestBundle
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
1.2.2
1.2.1
1.2.0
- expanded scope of various annotations to class level
- throw exception on invalid message received in the body listener
- fix issues with XML/YAML when using the custom route loader
- refactored format listener to support priorities by media type as well as storing the matched media type in a request attribute on which an optional version listener can match the API version
- drop Symfony 2.1 support
- inject the ViewHandler params to make them dynamically settable
- replaced generic HttpExceptions with more specific subclasses
- fixed some issues when using XML for Bundle configuration
- use willdurand/jsonp-validator in the JSONP support
1.1.0
1.0.0-RC2
1.0.0
1.0.0-RC1
fix issu with jsonp view handler service visibility
Merge pull request #526 from FriendsOfSymfony/view_handler_visibility fix issue where the view handler when enabling the jsonp support would not be public