tag:github.com,2008:https://github.com/sparkapi/spark_api/releasesRelease notes from spark_api2024-12-20T13:37:07Ztag:github.com,2008:Repository/1299072/v2.0.02024-12-20T13:38:27Zv2.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>bhornsethtag:github.com,2008:Repository/1299072/v1.6.32024-07-26T16:35:10ZSupport 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>hadleyntag:github.com,2008:Repository/1299072/1.6.22022-11-07T18:02:16Z1.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>codygustafsontag:github.com,2008:Repository/1299072/v1.6.22022-11-07T18:16:59ZRESO 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>codygustafsontag:github.com,2008:Repository/1299072/v1.6.12022-10-11T19:24:37ZFix 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>bhornsethtag:github.com,2008:Repository/1299072/v1.5.72022-10-11T19:10:43ZFix 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>bhornsethtag:github.com,2008:Repository/1299072/v1.6.02022-01-11T16:28:31ZAdding 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 < 2.0</li>
</ul>philreindltag:github.com,2008:Repository/1299072/v1.5.62022-01-03T20:45:54ZHighLine 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>eeggerstag:github.com,2008:Repository/1299072/v1.5.52021-12-27T20:57:51Zv1.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.42021-11-17T21:21:04ZFix 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