Skip to content

Releases: FriendsOfSymfony/FOSRestBundle

1.5.0-RC3

10 Jan 20:56
Compare
Choose a tag to compare
1.5.0-RC3 Pre-release
Pre-release

added a few features and improved compatibility with new Symfony versions

1.5.0-RC2

02 Dec 14:27
Compare
Choose a tag to compare
1.5.0-RC2 Pre-release
Pre-release

Fixed a few bugs and regressions.

1.5.0-RC1

14 Oct 14:40
Compare
Choose a tag to compare
1.5.0-RC1 Pre-release
Pre-release
  • 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

17 Aug 21:27
Compare
Choose a tag to compare

security release

17 Jul 19:57
Compare
Choose a tag to compare

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

04 Jun 18:17
Compare
Choose a tag to compare
Merge pull request #788 from florianv/config

Updated the configuration reference

1.4.0-RC1

03 Jun 06:20
Compare
Choose a tag to compare
1.4.0-RC1 Pre-release
Pre-release

please review the upgrading guide

1.3.1

11 Mar 17:02
Compare
Choose a tag to compare
  • fixed regression in the handling of regexp requirements in the ParamFetcher

1.3.0

11 Mar 08:23
Compare
Choose a tag to compare
  • 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

17 Jan 09:06
Compare
Choose a tag to compare
fix tests