Skip to content

Releases: auto1-oss/service-api-client-bundle

v2.2.1

25 Aug 09:51
bceffee
Compare
Choose a tag to compare

What's Changed

  • urlencode: force argument to string by @agoosev in #19

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

21 Jun 16:49
5c51f5b
Compare
Choose a tag to compare

What's Changed

  • Remove request_stack service definition check by @aivus in #16

New Contributors

  • @aivus made their first contribution in #16

Full Changelog: v2.1.0...v2.2.0

v2.1.0

20 Jan 09:59
280d6f0
Compare
Choose a tag to compare
  • updating dependencies to support PHP8

v2.0.1

07 Jul 14:47
b632f5f
Compare
Choose a tag to compare

Bugfix: use query parameter value to understand if value should be urlencoded

v2.0.0

02 Jul 11:58
6b0c02e
Compare
Choose a tag to compare

Urlencode query params for GET request

v1.0.7

30 Mar 18:40
6663a90
Compare
Choose a tag to compare

Symfony 5 compatibility

v1.0.6

05 Dec 16:20
c7aba4b
Compare
Choose a tag to compare
  • Symfony 5 compatibility

v1.0.5

01 Nov 09:29
81a9828
Compare
Choose a tag to compare
  • use psr/log constants

v1.0.4

12 Sep 12:42
fe57a46
Compare
Choose a tag to compare
  • log level control for async client;

v1.0.3

23 Jul 11:13
5da82f1
Compare
Choose a tag to compare
  • async client implemented #4;