Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Releases: linaori/http-bundle

v1.1.4

27 Nov 07:40
Compare
Choose a tag to compare

This patch fixes some deprecation notices thrown by newer Symfony versions and also introduces forward compatibility with Symfony4.

v1.1.3

25 Aug 07:07
Compare
Choose a tag to compare

Last tag introduced a fix that made the checks too strict. This caused issues with the HttpUtils when creating a redirect response. This tag will solve that issue.

v1.1.2

24 Aug 08:41
Compare
Choose a tag to compare
  • Fixed failing on unknown entities

v1.1.1

05 Jul 09:27
Compare
Choose a tag to compare
  • Added the WarmableInterface on the router. This fixes not warming the cache until the first web-request.

v1.1.0 Feature Release

22 Jul 14:05
Compare
Choose a tag to compare
  • The EntityIdResolver is marked as deprecated and will be removed in 2.0.
  • The service iltar_http.router.entity_id_resolver is now using the new
    Iltar\HttpBundle\Router\Resolver\IdentifyingValueResolver which has the
    same functionality.
  • The Iltar\HttpBundle\Router\MappablePropertyPathResolver is marked
    deprecated and the
    Iltar\HttpBundle\Router\Resolver\MappablePropertyPathResolver should
    be used instead

v1.0.0

21 Aug 09:09
Compare
Choose a tag to compare
Adjusted readme slightly

Initial Release

19 Aug 14:27
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial release. For the feature set, please check readme.md. In theory this release marks the final interfaces used and no BC breaks should be made unless no other way possible.