Releases: scriptotek/php-sru-client
Releases · scriptotek/php-sru-client
Version 0.7.0
Version 0.6.4
- Fix: The number of records is mandatory, so should never be null.
- Minor cleanup
Version 0.6.3
- Allow setting custom headers and override the default.
- Remove use of
ErrorPlugin()
for throwingClientErrorException
on 4XX responses, since some servers return 4XX responses (others don't) whenever there is a diagnostic message, including zero result queries, and those are better handled by ourResponse
class.
Version 0.6.2
Add __toString()
method to Record to allow simple string serialization
Version 0.6.1
Update dependencies
Version 0.6.0
Replaced hard dependency on Guzzle with HTTPlug. To continue use Guzzle, run composer require php-http/guzzle6-adapter