Skip to content

Releases: ChromaticHQ/orange-dam-php

v2.0.0

17 Oct 18:44
8d8fe40
Compare
Choose a tag to compare

What's Changed

  • Update shivammathur/setup-php action to v2.31.1 by @renovate in #38
  • Capture the request data to the response to enable logging and troubleshooting by @apotek in #40

Breaking Change

This version changes the constructor of the Response class from __construct(ResponseInterface $response) to __construct(\GuzzleHttp\ClientInterface $client, string $method, string $url, array $options = []).

Most users of this library will not have instantiated a response directly as the response is created by the client request. Nevertheless, we recognize that some users might have used the library in unconventional ways, so we have made this change a major version change.

New Feature.

The response that is returned from API queries now contains two new methods getRequestPath() and getRequestOptions() that allow the caller to have some insight into the actual query that was sent to the API. This can be useful for logging or debugging.

Full Changelog: v1.3.0...v.2.0.0

v1.3.0 Adds an API endpoint for returning file streams.

05 Jun 14:08
cf5dde0
Compare
Choose a tag to compare

What's Changed

  • Add AssetFile endpoint for retrieving file streams by @apotek in #36

Full Changelog: v1.2.1...v1.3.0

v1.2.1

20 Dec 20:00
92dca50
Compare
Choose a tag to compare

What's Changed

  • Cannot use general getEndpoint() for endpoint retrieval by @apotek in #27

Full Changelog: v1.2.0...v1.2.1

v1.2.0

20 Dec 17:39
02f9182
Compare
Choose a tag to compare

What's Changed

  • Remove magic Factory::__call() to improve static analysis and legibility of code by @apotek in #24
  • Replaced array_merge with array spread operator. by @markdorison in #20
  • Update shivammathur/setup-php action to v2.27.0 by @renovate in #19
  • Update shivammathur/setup-php action to v2.27.1 by @renovate in #21
  • Update shivammathur/setup-php action to v2.28.0 by @renovate in #22

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

19 Sep 16:31
90fa5d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

07 Aug 18:41
8f91336
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

29 Jun 19:32
171ec96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.3...v1.0.0

v1.0.0-alpha.3

21 Jun 20:51
8d30c84
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3

v1.0.0-alpha.2

21 Jun 19:34
1fff113
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2

v1.0.0-alpha.1

21 Jun 18:11
893351f
Compare
Choose a tag to compare