tag:github.com,2008:https://github.com/0xPlaygrounds/subgrounds/releases Release notes from subgrounds 2024-06-20T14:28:13Z tag:github.com,2008:Repository/586063464/v1.9.1 2024-06-20T14:28:20Z v1.9.1 <h3>Fix</h3> <ul> <li>Trigger CI (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/ee5d982fbf8023c9a8e9f3514f7a87a37b2898a6"><code>ee5d982</code></a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/586063464/v1.9.0 2024-06-18T19:59:15Z v1.9.0 <h3>Feature</h3> <ul> <li><strong>chore:</strong> Bump deps, might consider &gt;= in the future (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/9e4a5b8a78dc4ddd8223946d04de025e3cb100f8"><code>9e4a5b8</code></a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/586063464/v1.8.3 2024-06-10T20:12:29Z v1.8.3 <h3>Fix</h3> <ul> <li>Added test for null_filter condition. (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/53" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/53/hovercard">#53</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/d022c8525e0fa88c55352376b754aaebfc2dec10"><code>d022c85</code></a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/586063464/v1.8.2 2024-06-10T19:22:31Z v1.8.2 <h3>Fix</h3> <ul> <li>Caching bug (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/55" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/55/hovercard">#55</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/196b3a2d11a4852bb3c6aa6959b3c7564068baac"><code>196b3a2</code></a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/586063464/v1.8.1 2023-11-10T22:08:15Z v1.8.1 <h3>Fix</h3> <ul> <li>Critical fix that amends <code>__exit__</code> and <code>__aexit__</code> (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/49" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/49/hovercard">#49</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/b60e3a9fb09a78384c9783b0ba677b98b3879216"><code>b60e3a9</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Finally formatting changes to README.md (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/58201108f42d70d53bab9b88b2fabe6f2a2e1657"><code>5820110</code></a>)</li> <li>More formatting changes to README.md (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/71a66a81974e4632b4102fe4b5584c6d9136497b"><code>71a66a8</code></a>)</li> <li>Format code-block in README.md (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/0db22079329f40254ce51aa0d615f730cc4099f4"><code>0db2207</code></a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/586063464/v1.8.0 2023-10-10T21:49:26Z v1.8.0 <h3>Feature</h3> <ul> <li>Pydantic upgrade to v2, maintaining V1 API internally (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/45" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/45/hovercard">#45</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/25570ae1f4d293f46312f195d5344473ad63e8fa"><code>25570ae</code></a>)</li> <li>Pandas upgrade to v2 (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/44" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/44/hovercard">#44</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/5d1670bc1077c0f81fc2426e512118006f07f81b"><code>5d1670b</code></a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/586063464/v1.7.1 2023-09-22T20:25:37Z v1.7.1 <h3>Fix</h3> <ul> <li>Nested filters (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/40" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/40/hovercard">#40</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/3f3f5753bf5dba9ac39664156b76f81697055a23"><code>3f3f575</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update CHANGELOG.md (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/7ef08764cd27478ab9797f2823a823cbbe095ec2"><code>7ef0876</code></a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/586063464/v1.7.0 2023-09-05T22:44:14Z v1.7.0 <h3>Feature</h3> <ul> <li>Async support for subgrounds (+ more) (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/36" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/36/hovercard">#36</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/929a88221ac571b1a45b5877e62d6d4cb2d1a91e"><code>929a882</code></a>)</li> <li>Ability to create custom clients via <code>SubgroundsBase</code></li> </ul> <h3>Changes</h3> <ul> <li>The entirety of how subgrounds coordinates the production, transformation, and pagination of requests has been completely reworked from the ground up. <ul> <li>Instead of a recursive call stack, transformation and pagination is lazily computed.</li> <li>Then, a client (implementing <code>SubgroundsBase</code>), <em>drives</em> the actual processing of requests/responses until completion.</li> </ul> </li> <li>Subgrounds models the <a href="https://sans-io.readthedocs.io/" rel="nofollow">sans-io</a> approach to handling requests <ul> <li>This means subgrounds is untangled from actually making IO</li> <li>This has enabled custom clients, allowing anyone to customize subgrounds interface.</li> </ul> </li> <li>Various rewrites, reworks, and improvements to documentation.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/586063464/v1.6.1 2023-08-01T23:11:48Z v1.6.1 <h3>Fix</h3> <ul> <li><code>add</code> method of <code>Selection</code> class (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/39" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/39/hovercard">#39</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/5c18dec14fb78176238d3bda2c0e6a3016de0b4e"><code>5c18dec</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update README links (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/f271706fee42c90ab99840bac65952217a5aaf1a"><code>f271706</code></a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/586063464/v1.6.0 2023-05-25T20:35:25Z v1.6.0 <h3>Feature</h3> <ul> <li>Add helpers for accessing the playgrounds gateway (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/21" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/21/hovercard">#21</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/e44aee65649bff192321cfd82436b65da236d870"><code>e44aee6</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add open in colab button (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/02ff7226e54920f411a9817f1eb26c757e4a2a32"><code>02ff722</code></a>)</li> <li>Add gateway notebook as another example (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/98eab32d4bb9fcae072dcceefae94a8692e10852"><code>98eab32</code></a>)</li> <li>Adjust example notebook for colab (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/62105568b61c3a155ee07c6077b4b1e1d81f27fd"><code>6210556</code></a>)</li> <li>Adjust wording in example notebook (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/357c6d859aea36d680cfde7d728a24a66ae67193"><code>357c6d8</code></a>)</li> <li>Add example notebook + swap binder for colab (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/06cc72860e2d83fc200b1198519da5963a85b0c1"><code>06cc728</code></a>)</li> <li>Add CI status badge to README.md (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/4c6dca90174cbbfd990dbf7906bf75ee50f4d65a"><code>4c6dca9</code></a>)</li> <li>Broken link in README (<a href="https://github.com/0xPlaygrounds/subgrounds/issues/19" data-hovercard-type="pull_request" data-hovercard-url="/0xPlaygrounds/subgrounds/pull/19/hovercard">#19</a>) (<a href="https://github.com/0xPlaygrounds/subgrounds/commit/211f965331225fb7287cff027c5dd01e8a4e5784"><code>211f965</code></a>)</li> </ul> github-actions[bot]