Releases: sparkapi/spark_api
Support for setting the user IP in the request headers
RESO Web API Versioning
This release supports contacting multiple versions of the RESO Web API backend. The default version for the reso_api middleware will be the non-versioned endpoint of the API. An explicit version will need to be added to hit the necessary endpoint for that version.
Fix omitted name dependency
Merge pull request #181 from sparkapi/addressable Name addressable gem as runtime dep
Fix omitted name dependency
Fix a deep comparison issue in spec file Not entirely sure what's going on here, but since this fixes the failure I'm banking on a deep comparison mismatch when the hash gets recreated. Only creating one hash works around it.
Adding support for Ruby 3.1
v1.6.0
- Adding support for Ruby 3.1
- Add support for psych 4.0 yaml loading
- Lock Faraday down to < 2.0
HighLine namespace fix
Modify the SparkApi::Authentication::OAuth2Impl::CLIProvider
to use HighLine
in a way that does not pollute the global namespace, to avoid collision with other gems.
v1.5.5
Added additional logging on none 200 response for debugging purposes
Fix for issue with X-HTTP-Method-Override Support
Fixed a problem with fetching counts with the http_method_override: true option supplied.
X-HTTP-Method-Override Support
Add support for http_method_override (true/false) option to client, which when supplied results in a POST with appropriate X-HTTP-Method-Override header.
v1.5.2
Add dependency of addressable