File tree Expand file tree Collapse file tree 5 files changed +16
-1
lines changed
Expand file tree Collapse file tree 5 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ 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.14.0 - May 29, 2025
9+ ----------------------
10+ * Add `vector_db ` interface
811v1.13.0 - April 16, 2025
912------------------------
1013* Refactor external function server (experimental) type system
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ <h1>SingleStoreDB Python SDK<a class="headerlink" href="#singlestoredb-python-sd
7878< ul >
7979< li class ="toctree-l1 "> < a class ="reference internal " href ="install.html "> Installation</ a > </ li >
8080< li class ="toctree-l1 "> < a class ="reference internal " href ="whatsnew.html "> What’s New</ a > < ul >
81+ < li class ="toctree-l2 "> < a class ="reference internal " href ="whatsnew.html#v1-14-0-may-29-2025 "> v1.14.0 - May 29, 2025</ a > </ li >
8182< li class ="toctree-l2 "> < a class ="reference internal " href ="whatsnew.html#v1-13-0-april-16-2025 "> v1.13.0 - April 16, 2025</ a > </ li >
8283< li class ="toctree-l2 "> < a class ="reference internal " href ="whatsnew.html#v1-12-4-april-2-2025 "> v1.12.4 - April 2, 2025</ a > </ li >
8384< li class ="toctree-l2 "> < a class ="reference internal " href ="whatsnew.html#v1-12-3-april-1-2025 "> v1.12.3 - April 1, 2025</ a > </ li >
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ 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.14.0 - May 29, 2025
12+ ----------------------
13+ * Add `vector_db ` interface
14+
1115v1.13.0 - April 16, 2025
1216------------------------
1317* Refactor external function server (experimental) type system
Original file line number Diff line number Diff line change 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-14-0-may-29-2025 "> v1.14.0 - May 29, 2025</ a > </ li >
4546< li class ="toctree-l2 "> < a class ="reference internal " href ="#v1-13-0-april-16-2025 "> v1.13.0 - April 16, 2025</ a > </ li >
4647< li class ="toctree-l2 "> < a class ="reference internal " href ="#v1-12-4-april-2-2025 "> v1.12.4 - April 2, 2025</ a > </ li >
4748< li class ="toctree-l2 "> < a class ="reference internal " href ="#v1-12-3-april-1-2025 "> v1.12.3 - April 1, 2025</ a > </ li >
@@ -150,6 +151,12 @@ <h1>What’s New<a class="headerlink" href="#what-s-new" title="Link to this hea
150151are for non-production testing and evaluation, and may include
151152changes to the API.</ p >
152153</ div >
154+ < section id ="v1-14-0-may-29-2025 ">
155+ < h2 > v1.14.0 - May 29, 2025< a class ="headerlink " href ="#v1-14-0-may-29-2025 " title ="Link to this heading "> ¶</ a > </ h2 >
156+ < ul class ="simple ">
157+ < li > < p > Add < cite > vector_db</ cite > interface</ p > </ li >
158+ </ ul >
159+ </ section >
153160< section id ="v1-13-0-april-16-2025 ">
154161< h2 > v1.13.0 - April 16, 2025< a class ="headerlink " href ="#v1-13-0-april-16-2025 " title ="Link to this heading "> ¶</ a > </ h2 >
155162< ul class ="simple ">
You can’t perform that action at this time.
0 commit comments