Skip to content

Releases: FriendsOfSymfony/FOSRestBundle

1.5.0-RC5

23 Jan 08:36

Choose a tag to compare

1.5.0-RC5 Pre-release
Pre-release

added Symfony 2.5 validator API compatibility

1.5.0-RC4

19 Jan 16:01

Choose a tag to compare

1.5.0-RC4 Pre-release
Pre-release
  • 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

10 Jan 20:56

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

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

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

Choose a tag to compare

security release

17 Jul 19:57

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

Choose a tag to compare

Merge pull request #788 from florianv/config

Updated the configuration reference

1.4.0-RC1

03 Jun 06:20

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

Choose a tag to compare

  • fixed regression in the handling of regexp requirements in the ParamFetcher