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.