Releases: ChromaticHQ/orange-dam-php
v2.0.0
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.
What's Changed
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
What's Changed
- Update Rector to use PHP 8.1 rulesets. by @markdorison in #13
- Update README.md by @markdorison in #14
- Update dependency rector/rector to ^0.18.0 by @renovate in #15
- Update actions/checkout action to v4 by @renovate in #16
- Update shivammathur/setup-php action to v2.26.0 by @renovate in #17
- Add new search criteria endpoint. by @adamzimmermann in #18
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Configure Renovate by @renovate in #7
- Update user agent value by @markdorison in #9
- Update shivammathur/setup-php action to v2.25.5 by @renovate in #10
- Update Composer keywords. by @markdorison in #12
- Add DataTable method. by @adamzimmermann in #11
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Create LICENSE by @markdorison in #6
- phpcs, phpstan, php rector config/fixes by @markdorison in #3
Full Changelog: v1.0.0-alpha.3...v1.0.0
v1.0.0-alpha.3
What's Changed
- Add autoloading. by @adamzimmermann in #2
New Contributors
- @adamzimmermann made their first contribution in #2
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2
What's Changed
- Widen Guzzle requirement. by @markdorison in #1
New Contributors
- @markdorison made their first contribution in #1
Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2