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.
5
5
.. note :: All releases before v1.0.0 are considered pre-release and
6
6
are for non-production testing and evaluation, and may include
7
7
changes to the API.
8
+ v1.12.2 - March 19, 2025
9
+ ------------------------
10
+ * Fix workspace group lookup in some Fusion SQL commands
8
11
v1.12.1 - March 10, 2025
9
12
------------------------
10
13
* Fix struct formatting issue in vector result support
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
78
78
< ul >
79
79
< li class ="toctree-l1 "> < a class ="reference internal " href ="install.html "> Installation</ a > </ li >
80
80
< 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-12-2-march-19-2025 "> v1.12.2 - March 19, 2025</ a > </ li >
81
82
< li class ="toctree-l2 "> < a class ="reference internal " href ="whatsnew.html#v1-12-1-march-10-2025 "> v1.12.1 - March 10, 2025</ a > </ li >
82
83
< 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 >
83
84
< 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 >
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ This document outlines features and improvements from each release.
8
8
are for non-production testing and evaluation, and may include
9
9
changes to the API.
10
10
11
+ v1.12.2 - March 19, 2025
12
+ ------------------------
13
+ * Fix workspace group lookup in some Fusion SQL commands
14
+
11
15
v1.12.1 - March 10, 2025
12
16
------------------------
13
17
* Fix struct formatting issue in vector result support
Original file line number Diff line number Diff line change 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-2-march-19-2025 "> v1.12.2 - March 19, 2025</ a > </ li >
45
46
< li class ="toctree-l2 "> < a class ="reference internal " href ="#v1-12-1-march-10-2025 "> v1.12.1 - March 10, 2025</ a > </ li >
46
47
< li class ="toctree-l2 "> < a class ="reference internal " href ="#v1-12-0-february-27-2025 "> v1.12.0 - February 27, 2025</ a > </ li >
47
48
< li class ="toctree-l2 "> < a class ="reference internal " href ="#v1-11-0-january-9-2025 "> v1.11.0 - January 9, 2025</ a > </ li >
@@ -146,6 +147,12 @@ <h1>What’s New<a class="headerlink" href="#what-s-new" title="Link to this hea
146
147
are for non-production testing and evaluation, and may include
147
148
changes to the API.</ p >
148
149
</ div >
150
+ < section id ="v1-12-2-march-19-2025 ">
151
+ < h2 > v1.12.2 - March 19, 2025< a class ="headerlink " href ="#v1-12-2-march-19-2025 " title ="Link to this heading "> ¶</ a > </ h2 >
152
+ < ul class ="simple ">
153
+ < li > < p > Fix workspace group lookup in some Fusion SQL commands</ p > </ li >
154
+ </ ul >
155
+ </ section >
149
156
< section id ="v1-12-1-march-10-2025 ">
150
157
< h2 > v1.12.1 - March 10, 2025< a class ="headerlink " href ="#v1-12-1-march-10-2025 " title ="Link to this heading "> ¶</ a > </ h2 >
151
158
< ul class ="simple ">
You can’t perform that action at this time.
0 commit comments