Skip to content

Releases: cleverage/rest-process-bundle

v3.0

Choose a tag to compare

@xaviermarchegay xaviermarchegay released this 09 Feb 12:38
8aaed7e

Add

  • #22 - Support PHP 8.5 / Symfony 8

Breaking Changes

  • #22 - Drop PHP 8.1 / Symfony 7.3

v2.3

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 21 Aug 13:57
0afd4bb

Changes

  • #20 Upgrade to Symfony 7.3 & PHP 8.4

v2.2

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 05 Mar 14:03
de4958a

Changes

  • #17 Improve errors handling using valid_response_code.
    Allow ClientExceptionInterface if valid_response_code between 400 & 499 exists. Allow RedirectionExceptionInterface if valid_response_code between 300 & 399 exists.

Fixes

  • #16 Add missing shared: false on tasks

v2.1

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 27 Feb 14:33
e2a49e8

Changes

  • #10 Add 201 and 204 to valid_response_code
  • #14 Add request_options on RequestTask error log

Fixes

  • #12 PUT and PATCH with send: application/json must be send as json.

Full Changelog: v2.0.0...v2.1

v2.0.0

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 17 Dec 14:34
bb858f1

BC breaks

  • #3 Replace nategood/httpful dependency by symfony/http-client
  • #3 Update Tasks for "symfony/http-client": "^6.4|^7.1"
  • #4 Update services according to Symfony best practices.
    Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
    Services must be prefixed with the bundle alias instead of using fully qualified class names => cleverage_rest_process
  • RequestTask : query_parameters option is deprecated, use data instead
  • Remove RequestTransformer, use RequestTask instead.

Changes

  • #1 Add Makefile & .docker for local standalone usage
  • #1 Add rector, phpstan & php-cs-fixer configurations & apply it
  • #2 Remove sidus/base-bundle dependency