Skip to content

Releases: scriptotek/php-sru-client

Version 0.7.0

03 Apr 19:06
v0.7.0
424a3df
Compare
Choose a tag to compare

Version 0.6.4

06 Mar 17:14
v0.6.4
95fce9f
Compare
Choose a tag to compare
  • Fix: The number of records is mandatory, so should never be null.
  • Minor cleanup

Version 0.6.3

01 Aug 08:57
Compare
Choose a tag to compare
  • Allow setting custom headers and override the default.
  • Remove use of ErrorPlugin() for throwing ClientErrorException 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 our Response class.

Version 0.6.2

01 Aug 08:54
Compare
Choose a tag to compare

Add __toString() method to Record to allow simple string serialization

Version 0.6.1

01 Aug 08:53
Compare
Choose a tag to compare

Update dependencies

Version 0.6.0

01 Jul 16:25
Compare
Choose a tag to compare

Replaced hard dependency on Guzzle with HTTPlug. To continue use Guzzle, run composer require php-http/guzzle6-adapter