FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

MIT License

Downloads
60.8M
Stars
2.8K
Committers
331

Bot releases are hidden (Show)

FOSRestBundle - 3.7.1 Latest Release

Published by goetas 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.7.0...3.7.1

FOSRestBundle - 3.7.0

Published by goetas 7 months ago

What's Changed

Full Changelog: https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.6.0...3.7.0

FOSRestBundle - 3.6.0

Published by goetas about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.5.0...3.6.0

FOSRestBundle - 3.5.0

Published by goetas almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.4.0...3.5.0

FOSRestBundle - 3.4.0

Published by goetas about 2 years ago

FOSRestBundle - 3.3.0

Published by goetas over 2 years ago

What's Changed

Full Changelog: https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.2.1...3.3.0

FOSRestBundle - 3.2.1

Published by goetas almost 3 years ago

What's Changed

Full Changelog: https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.2.0...3.2.1

FOSRestBundle - 3.2.0

Published by goetas almost 3 years ago

What's Changed

Full Changelog: https://github.com/FriendsOfSymfony/FOSRestBundle/compare/3.1.1...3.2.0

FOSRestBundle - 3.1.1

Published by goetas almost 3 years ago

  • Fix FlattenExceptionNormalizer without custom SerializeErrorRenderer #2343
  • Fix compatibility with PHP 8.1 #2337
FOSRestBundle - 3.1.0

Published by goetas almost 3 years ago

  • Fix some cs issue for which the build was not green #2339 by @goetas
  • Use symfony decoration for jms serializer handler registry #2319 by @goetas
  • Enable usage of the bundle without Twig #2320 by @Th3Mouk
  • Add fos rest info in the symfony serialization context #2294 by @goetas
FOSRestBundle -

Published by GuilhemN over 3 years ago

FOSRestBundle -

Published by GuilhemN over 3 years ago

FOSRestBundle -

Published by GuilhemN almost 4 years ago

FOSRestBundle - Add php 8 support

Published by GuilhemN almost 4 years ago

FOSRestBundle - Add php 8 support

Published by GuilhemN almost 4 years ago

FOSRestBundle - 3.0.3

Published by xabbuh about 4 years ago

  • fixed being able to configure exception codes and messages based on interfaces (e.g.
    Throwable)
FOSRestBundle - 2.8.3

Published by xabbuh about 4 years ago

  • fixed being able to configure exception codes and messages based on interfaces (e.g.
    Throwable)
FOSRestBundle - 3.0.2

Published by xabbuh over 4 years ago

  • 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
FOSRestBundle - 2.8.2

Published by xabbuh over 4 years ago

  • 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
FOSRestBundle - 3.0.1

Published by xabbuh over 4 years ago

  • 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