Skip to content

Releases: sparkapi/spark_api

Support for setting the user IP in the request headers

26 Jul 16:35
5d7bb8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...v1.6.3

RESO Web API Versioning

07 Nov 18:16
097d805
Compare
Choose a tag to compare

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

11 Oct 19:24
e4b09da
Compare
Choose a tag to compare
Merge pull request #181 from sparkapi/addressable

Name addressable gem as runtime dep

Fix omitted name dependency

11 Oct 19:10
Compare
Choose a tag to compare
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

11 Jan 16:28
5b82564
Compare
Choose a tag to compare

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

03 Jan 20:45
5f0072a
Compare
Choose a tag to compare

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

27 Dec 20:56
Compare
Choose a tag to compare

Added additional logging on none 200 response for debugging purposes

Fix for issue with X-HTTP-Method-Override Support

17 Nov 21:21
ec60d86
Compare
Choose a tag to compare

Fixed a problem with fetching counts with the http_method_override: true option supplied.

X-HTTP-Method-Override Support

25 Aug 16:52
73c890b
Compare
Choose a tag to compare

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

03 Jun 21:18
dcdb09f
Compare
Choose a tag to compare

Add dependency of addressable