tag:github.com,2008:https://github.com/sparkapi/spark_api/releases Release notes from spark_api 2024-12-20T13:37:07Z tag:github.com,2008:Repository/1299072/v2.0.0 2024-12-20T13:38:27Z v2.0.0 Require Faraday 2.0+ <h2>What's Changed</h2> <p><strong>Full Diff</strong>: <a class="commit-link" href="https://github.com/sparkapi/spark_api/compare/v1.6.3...v2.0.0"><tt>v1.6.3...v2.0.0</tt></a></p> bhornseth tag:github.com,2008:Repository/1299072/v1.6.3 2024-07-26T16:35:10Z Support for setting the user IP in the request headers <h2>What's Changed</h2> <ul> <li>FLEX-9231: Add remote user IP option by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hadleyn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hadleyn">@hadleyn</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2427313670" data-permission-text="Title is private" data-url="https://github.com/sparkapi/spark_api/issues/183" data-hovercard-type="pull_request" data-hovercard-url="/sparkapi/spark_api/pull/183/hovercard" href="https://github.com/sparkapi/spark_api/pull/183">#183</a></li> <li>GHA bundler update by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hadleyn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hadleyn">@hadleyn</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2432532509" data-permission-text="Title is private" data-url="https://github.com/sparkapi/spark_api/issues/184" data-hovercard-type="pull_request" data-hovercard-url="/sparkapi/spark_api/pull/184/hovercard" href="https://github.com/sparkapi/spark_api/pull/184">#184</a></li> <li>Change ruby build step by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hadleyn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hadleyn">@hadleyn</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2432576868" data-permission-text="Title is private" data-url="https://github.com/sparkapi/spark_api/issues/185" data-hovercard-type="pull_request" data-hovercard-url="/sparkapi/spark_api/pull/185/hovercard" href="https://github.com/sparkapi/spark_api/pull/185">#185</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/sparkapi/spark_api/compare/1.6.2...v1.6.3"><tt>1.6.2...v1.6.3</tt></a></p> hadleyn tag:github.com,2008:Repository/1299072/1.6.2 2022-11-07T18:02:16Z 1.6.2: Add reso versioning (#182) <ul> <li>Add RESO versioning</li> </ul> <p>We should be able to alter the version of the RESO Web API we are<br> hitting. This change should allow for that using the already existing<br> <code>version</code> configuration option. That option was initially spark-only<br> since the RESO Web API did not exist yet.</p> <ul> <li> <p>Update CHANGELOG and VERSION</p> </li> <li> <p>Do not use default version for RESO Web API</p> </li> </ul> codygustafson tag:github.com,2008:Repository/1299072/v1.6.2 2022-11-07T18:16:59Z RESO Web API Versioning <p>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.</p> codygustafson tag:github.com,2008:Repository/1299072/v1.6.1 2022-10-11T19:24:37Z Fix omitted name dependency <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/sparkapi/spark_api/pull/181">#181</a> from sparkapi/addressable</p> <p>Name addressable gem as runtime dep</p> bhornseth tag:github.com,2008:Repository/1299072/v1.5.7 2022-10-11T19:10:43Z Fix omitted name dependency <p>Fix a deep comparison issue in spec file</p> <p>Not entirely sure what's going on here, but since this fixes the failure <br />I'm banking on a deep comparison mismatch when the hash gets recreated. <br />Only creating one hash works around it.</p> bhornseth tag:github.com,2008:Repository/1299072/v1.6.0 2022-01-11T16:28:31Z Adding support for Ruby 3.1 <p>v1.6.0</p> <ul> <li>Adding support for Ruby 3.1</li> <li>Add support for psych 4.0 yaml loading</li> <li>Lock Faraday down to &lt; 2.0</li> </ul> philreindl tag:github.com,2008:Repository/1299072/v1.5.6 2022-01-03T20:45:54Z HighLine namespace fix <p>Modify the <code>SparkApi::Authentication::OAuth2Impl::CLIProvider</code> to use <code>HighLine</code> in a way that does not pollute the global namespace, to avoid collision with other gems.</p> eeggers tag:github.com,2008:Repository/1299072/v1.5.5 2021-12-27T20:57:51Z v1.5.5 <p>Added additional logging on none 200 response for debugging purposes</p> github-actions[bot] tag:github.com,2008:Repository/1299072/v1.5.4 2021-11-17T21:21:04Z Fix for issue with X-HTTP-Method-Override Support <p>Fixed a problem with fetching counts with the http_method_override: true option supplied.</p> eeggers