Skip to content

Commit 5d0d90c

Browse files
committed
Rebuild
1 parent 620e270 commit 5d0d90c

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

protocol-v1.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
</ul></li>
113113
<li><a href="#changes" id="toc-changes">Changes</a>
114114
<ul>
115+
<li><a href="#v2.0.0---2026-03-19" id="toc-v2.0.0---2026-03-19">v2.0.0 - 2026-03-19</a></li>
115116
<li><a href="#v1.0.7" id="toc-v1.0.7">v1.0.7</a></li>
116117
</ul></li>
117118
</ul>
@@ -121,7 +122,7 @@
121122
<div class="main-column">
122123
<p><img src="img/logo.svg" style="width: 32px; height: 32px;" align="center"> SimpleFIN Protocol</p>
123124
<ul>
124-
<li>Version: 1.0.7-draft</li>
125+
<li>Version: 1.0.7</li>
125126
</ul>
126127
<h1 id="introduction">Introduction</h1>
127128
<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>
@@ -815,6 +816,15 @@ <h3 id="responses-1">Responses</h3>
815816
</div>
816817
</section>
817818
<h1 id="changes">Changes</h1>
819+
<h2 id="v2.0.0---2026-03-19">v2.0.0 - 2026-03-19</h2>
820+
<ul>
821+
<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>
822+
<li><strong>BREAKING CHANGE:</strong> Deprecated <code>Organization</code> object in favor of new, flatter <code>Connection</code> object.</li>
823+
<li><strong>NEW:</strong> Added <code>GET /accounts?balances-only=1</code> parameter to skip fetching account transaction data.</li>
824+
<li><strong>NEW:</strong> Added <code>connections</code> list to <code>AccountSet</code></li>
825+
<li><strong>NEW:</strong> Added <code>GET /accounts?account=</code> parameter for filtering which accounts are returned.</li>
826+
<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>
827+
</ul>
818828
<h2 id="v1.0.7">v1.0.7</h2>
819829
<ul>
820830
<li>Started this changelog</li>

protocol.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
</ul></li>
115115
<li><a href="#changes" id="toc-changes">Changes</a>
116116
<ul>
117+
<li><a href="#v2.0.0---2026-03-19" id="toc-v2.0.0---2026-03-19">v2.0.0 - 2026-03-19</a></li>
117118
<li><a href="#v1.0.7" id="toc-v1.0.7">v1.0.7</a></li>
118119
</ul></li>
119120
</ul>
@@ -127,7 +128,7 @@
127128
SimpleFIN Protocol
128129
</div>
129130
</div>
130-
<p>Version: 1.0.7-draft</p>
131+
<p>Version: 2.0.0-draft</p>
131132
<h1 id="introduction">Introduction</h1>
132133
<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>
133134
<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>
@@ -760,7 +761,7 @@ <h2 id="get-info">GET /info</h2>
760761
<section>
761762
<div class="main">
762763
<p>Used by Applications to find out what versions of the SimpleFIN Protocol the server supports. The strings returned must be in <code>MAJOR.MINOR.FIX</code> or <code>MAJOR.MINOR</code> format.</p>
763-
<p>Note: as this specification is still in draft, most servers will report <code>1</code> but may not yet support all things from the draft specification.</p>
764+
<p>Note: as this specification is still in draft, most servers will report <code>1</code> or <code>2</code> but may not yet support all things from the draft specification.</p>
764765
<h3 id="http-request">HTTP Request</h3>
765766
<p><code>GET /info</code></p>
766767
<h3 id="response-json">Response JSON</h3>
@@ -968,6 +969,15 @@ <h3 id="responses-1">Responses</h3>
968969
</div>
969970
</section>
970971
<h1 id="changes">Changes</h1>
972+
<h2 id="v2.0.0---2026-03-19">v2.0.0 - 2026-03-19</h2>
973+
<ul>
974+
<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>
975+
<li><strong>BREAKING CHANGE:</strong> Deprecated <code>Organization</code> object in favor of new, flatter <code>Connection</code> object.</li>
976+
<li><strong>NEW:</strong> Added <code>GET /accounts?balances-only=1</code> parameter to skip fetching account transaction data.</li>
977+
<li><strong>NEW:</strong> Added <code>connections</code> list to <code>AccountSet</code></li>
978+
<li><strong>NEW:</strong> Added <code>GET /accounts?account=</code> parameter for filtering which accounts are returned.</li>
979+
<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>
980+
</ul>
971981
<h2 id="v1.0.7">v1.0.7</h2>
972982
<ul>
973983
<li>Started this changelog</li>

0 commit comments

Comments
 (0)