Skip to content

Releases: netlogix/Netlogix.JsonApiOrg.Consumer

4.2.1 - Don't throw on cache errors

02 Dec 16:02
5e4cd5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.2.1

4.2.0 - Fix PHP 8 Deprecations

31 Oct 15:36
c3243f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

Introduce parallel fetch requests

09 Jul 08:08
02eeb6b
Compare
Choose a tag to compare
  • Add multi guzzle based client
  • Introduce ConsumerBackend::requestFromUri(): PromiseInterface
  • Switch internals from ConsumerBackend to make use of requestFromUri()

4.0.1 - Adjust method signature for null uris

04 Mar 09:02
c98642f
Compare
Choose a tag to compare

What's Changed

  • fix: Adjust getUri() method signature to allow null by @paxuclus in #20

Full Changelog: 4.0.0...4.0.1

4.0.0 - Flow 8.3 Requirement

12 Feb 13:58
e372c44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.4...4.0.0

3.1.4 - Don't replace equal signs in query parameters during testing

06 Sep 13:33
f201ce7
Compare
Choose a tag to compare

What's Changed

  • fix: Don't replace equal signs in query parameters during testing by @paxuclus in #17

Full Changelog: 3.1.3...3.1.4

3.1.3 - Make sure query parameters are handled correctly during testing

06 Sep 11:46
d189709
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Remove composer.lock by @paxuclus in #14
  • Build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #15
  • fix: Make sure query parameters are handled correctly during testing by @paxuclus in #16

New Contributors

Full Changelog: 3.1.2...3.1.3

3.1.2 - Fix invalid assert

02 Mar 14:34
aef0e48
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Assert $promise is a PromiseInterface by @nlx-lars in #12

Full Changelog: 3.1.1...3.1.2

3.1.1 - Handle null for paths in Endpoint discovery cache

20 Oct 13:04
17895af
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Expect $uri->getPath() to return null in EndpointCacheMiddleware by @nlx-lars in #11

Full Changelog: 3.1.0...3.1.1

3.1.0 - Endpoint discovery cache

22 Jul 10:11
35f7d11
Compare
Choose a tag to compare

What's Changed

  • Feature/endpoint discovery cache by @nlx-sascha in #10

New Contributors

  • @nlx-sascha made their first contribution in #10

Full Changelog: 3.0.0...3.1.0