Skip to content

Commit 1117d66

Browse files
committed
First 2.0.0-draft
1 parent 27c8ab1 commit 1117d66

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
{% endif %}
2424
{% endfor %}
2525
<a class="page-link" href="/protocol.html">Protocol</a>
26+
<a class="page-link" href="/protocol-v2.html">Protocol v2-draft</a>
2627
<a class="page-link" href="https://bridge.simplefin.org">Bridge</a>
2728
<a class="page-link" href="/ecosystem.html">Apps</a>
2829
</div>
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
</ul></li>
114114
<li><a href="#changes" id="toc-changes">Changes</a>
115115
<ul>
116+
<li><a href="#v2.0.0---2025-12-08" id="toc-v2.0.0---2025-12-08">v2.0.0 - 2025-12-08</a></li>
116117
<li><a href="#v1.0.7" id="toc-v1.0.7">v1.0.7</a></li>
117118
</ul></li>
118119
</ul>
@@ -126,7 +127,7 @@
126127
SimpleFIN Protocol
127128
</div>
128129
</div>
129-
<p>Version: 1.0.7-draft</p>
130+
<p>Version: 2.0.0-draft</p>
130131
<h1 id="introduction">Introduction</h1>
131132
<p>The SimpleFIN protocol allows users to share read-only financial data with third parties. It’s similar to RSS, but for financial data.</p>
132133
<p>Though intended mostly for banks, it can also be used for reward points or gift certificate balances (e.g. Frequent Flyer Miles, Amazon gift card balance, etc…)</p>
@@ -960,6 +961,15 @@ <h3 id="responses-1">Responses</h3>
960961
</div>
961962
</section>
962963
<h1 id="changes">Changes</h1>
964+
<h2 id="v2.0.0---2025-12-08">v2.0.0 - 2025-12-08</h2>
965+
<ul>
966+
<li><strong>BREAKING CHANGE:</strong> Deprecated <code>errors</code> list on <code>AccountSet</code> object in favor of new <code>errlist</code> list for structured errors.</li>
967+
<li><strong>BREAKING CHANGE:</strong> Deprecated <code>Organization</code> object in favor of new, flatter <code>Connection</code> object.</li>
968+
<li><strong>NEW:</strong> Added <code>GET /accounts?balances-only=1</code> parameter to skip fetching account transaction data.</li>
969+
<li><strong>NEW:</strong> Added <code>connections</code> list to <code>AccountSet</code></li>
970+
<li><strong>NEW:</strong> Added <code>GET /accounts?account=</code> parameter for filtering which accounts are returned.</li>
971+
<li><strong>NEW:</strong> Added <code>conn_id</code> to <code>Account</code> object to disambiguate between two different logins to the same bank.</li>
972+
</ul>
963973
<h2 id="v1.0.7">v1.0.7</h2>
964974
<ul>
965975
<li>Started this changelog</li>
File renamed without changes.

0 commit comments

Comments
 (0)