|  | 
| 42 | 42 | <ul class="current"> | 
| 43 | 43 | <li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li> | 
| 44 | 44 | <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> | 
| 45 | 46 | <li class="toctree-l2"><a class="reference internal" href="#v1-11-0-january-9-2025">v1.11.0 - January 9, 2025</a></li> | 
| 46 | 47 | <li class="toctree-l2"><a class="reference internal" href="#v1-10-0-december-10-2024">v1.10.0 - December 10, 2024</a></li> | 
| 47 | 48 | <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 | 
| 144 | 145 | are for non-production testing and evaluation, and may include | 
| 145 | 146 | changes to the API.</p> | 
| 146 | 147 | </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> | 
| 147 | 159 | <section id="v1-11-0-january-9-2025"> | 
| 148 | 160 | <h2>v1.11.0 - January 9, 2025<a class="headerlink" href="#v1-11-0-january-9-2025" title="Link to this heading">¶</a></h2> | 
| 149 | 161 | <ul class="simple"> | 
|  | 
0 commit comments