Skip to content

Commit 34cf9f8

Browse files
committed
Add what's new info for release
1 parent b7ce244 commit 34cf9f8

File tree

5 files changed

+31
-1
lines changed

5 files changed

+31
-1
lines changed

docs/_sources/whatsnew.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This document outlines features and improvements from each release.
55
.. note:: All releases before v1.0.0 are considered pre-release and
66
are for non-production testing and evaluation, and may include
77
changes to the API.
8+
v1.12.0 - February 27, 2025
9+
---------------------------
10+
* Add support for external TVFs
11+
* Add support for pyarrow Table and pandas / polars DataFrames return values in external functions
12+
* Add support for return value field names
13+
* Add support for dataclasses and Pydantic external function parameter and return value definitions
14+
* Add ``singlestoredb.server.docker`` and ``singlestoredb.server.free_tier`` server interfaces
15+
* Fix vector result conversions when numpy is not installed
816
v1.11.0 - January 9, 2025
917
-------------------------
1018
* Fix connection memory leak

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h1>SingleStoreDB Python SDK<a class="headerlink" href="#singlestoredb-python-sd
7777
<ul>
7878
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
7979
<li class="toctree-l1"><a class="reference internal" href="whatsnew.html">What’s New</a><ul>
80+
<li class="toctree-l2"><a class="reference internal" href="whatsnew.html#v1-12-0-february-27-2025">v1.12.0 - February 27, 2025</a></li>
8081
<li class="toctree-l2"><a class="reference internal" href="whatsnew.html#v1-11-0-january-9-2025">v1.11.0 - January 9, 2025</a></li>
8182
<li class="toctree-l2"><a class="reference internal" href="whatsnew.html#v1-10-0-december-10-2024">v1.10.0 - December 10, 2024</a></li>
8283
<li class="toctree-l2"><a class="reference internal" href="whatsnew.html#v1-9-0-december-4-2024">v1.9.0 - December 4, 2024</a></li>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/whatsnew.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This document outlines features and improvements from each release.
88
are for non-production testing and evaluation, and may include
99
changes to the API.
1010

11+
v1.12.0 - February 27, 2025
12+
---------------------------
13+
* Add support for external TVFs
14+
* Add support for pyarrow Table and pandas / polars DataFrames return values in external functions
15+
* Add support for return value field names
16+
* Add support for dataclasses and Pydantic external function parameter and return value definitions
17+
* Add ``singlestoredb.server.docker`` and ``singlestoredb.server.free_tier`` server interfaces
18+
* Fix vector result conversions when numpy is not installed
19+
1120
v1.11.0 - January 9, 2025
1221
-------------------------
1322
* Fix connection memory leak

docs/whatsnew.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<ul class="current">
4343
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
4444
<li class="toctree-l1 current"><a class="current reference internal" href="#">What’s New</a><ul>
45+
<li class="toctree-l2"><a class="reference internal" href="#v1-12-0-february-27-2025">v1.12.0 - February 27, 2025</a></li>
4546
<li class="toctree-l2"><a class="reference internal" href="#v1-11-0-january-9-2025">v1.11.0 - January 9, 2025</a></li>
4647
<li class="toctree-l2"><a class="reference internal" href="#v1-10-0-december-10-2024">v1.10.0 - December 10, 2024</a></li>
4748
<li class="toctree-l2"><a class="reference internal" href="#v1-9-0-december-4-2024">v1.9.0 - December 4, 2024</a></li>
@@ -144,6 +145,17 @@ <h1>What’s New<a class="headerlink" href="#what-s-new" title="Link to this hea
144145
are for non-production testing and evaluation, and may include
145146
changes to the API.</p>
146147
</div>
148+
<section id="v1-12-0-february-27-2025">
149+
<h2>v1.12.0 - February 27, 2025<a class="headerlink" href="#v1-12-0-february-27-2025" title="Link to this heading"></a></h2>
150+
<ul class="simple">
151+
<li><p>Add support for external TVFs</p></li>
152+
<li><p>Add support for pyarrow Table and pandas / polars DataFrames return values in external functions</p></li>
153+
<li><p>Add support for return value field names</p></li>
154+
<li><p>Add support for dataclasses and Pydantic external function parameter and return value definitions</p></li>
155+
<li><p>Add <code class="docutils literal notranslate"><span class="pre">singlestoredb.server.docker</span></code> and <code class="docutils literal notranslate"><span class="pre">singlestoredb.server.free_tier</span></code> server interfaces</p></li>
156+
<li><p>Fix vector result conversions when numpy is not installed</p></li>
157+
</ul>
158+
</section>
147159
<section id="v1-11-0-january-9-2025">
148160
<h2>v1.11.0 - January 9, 2025<a class="headerlink" href="#v1-11-0-january-9-2025" title="Link to this heading"></a></h2>
149161
<ul class="simple">

0 commit comments

Comments
 (0)