Skip to content

Commit 6b040ca

Browse files
committed
Prepare for v1.9.0 release
1 parent 528a82e commit 6b040ca

File tree

132 files changed

+454
-521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+454
-521
lines changed

docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: a2dd5595e5bab193d606f96316850c08
3+
config: 20cf8075b4e92b215ec3c1cad5b1ce3b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/generated/singlestoredb.management.workspace.WorkspaceManager.rst.txt

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
~WorkspaceManager.__init__
99
~WorkspaceManager.create_workspace
1010
~WorkspaceManager.create_workspace_group
11+
~WorkspaceManager.get_starter_workspace
1112
~WorkspaceManager.get_workspace
1213
~WorkspaceManager.get_workspace_group
1314
~WorkspaceManager.regions
@@ -19,4 +20,5 @@
1920
~WorkspaceManager.obj_type
2021
~WorkspaceManager.organization
2122
~WorkspaceManager.organizations
23+
~WorkspaceManager.starter_workspaces
2224
~WorkspaceManager.workspace_groups

docs/_sources/whatsnew.rst.txt

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.9.0 - December 4, 2024
9+
-------------------------
10+
* Add Fusion SQL commands for personal and shared files
11+
* Add Fusion SQL commands for Iceberg egress service
12+
* Add `tls_sni_servername` to connection
13+
* Fix special character parsing in connection URLs
814
v1.8.0 - November 19, 2024
915
--------------------------
1016
* Add Fusion SQL commands for scheduled notebooks

docs/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '1.8.0',
2+
VERSION: '1.9.0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/api.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>API Reference &mdash; SingleStoreDB 1.8.0 documentation</title>
6+
<title>API Reference &mdash; SingleStoreDB 1.9.0 documentation</title>
77
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="_static/js/html5shiv.min.js"></script>
1212
<![endif]-->
13-
<script src="_static/documentation_options.js?v=b51e6972"></script>
13+
<script src="_static/documentation_options.js?v=c4cb232b"></script>
1414
<script src="_static/doctools.js?v=9a2dae69"></script>
1515
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1616
<script src="_static/js/theme.js"></script>
@@ -28,7 +28,7 @@
2828
SingleStoreDB
2929
</a>
3030
<div class="version">
31-
1.8.0
31+
1.9.0
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -562,7 +562,7 @@ <h3>Stage<a class="headerlink" href="#stage" title="Link to this heading">¶</a>
562562
methods and attributes.</p>
563563
<table class="autosummary longtable docutils align-default">
564564
<tbody>
565-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.Stage.html#singlestoredb.management.workspace.Stage" title="singlestoredb.management.workspace.Stage"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Stage</span></code></a>(workspace_group, manager)</p></td>
565+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.Stage.html#singlestoredb.management.workspace.Stage" title="singlestoredb.management.workspace.Stage"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Stage</span></code></a>(deployment_id, manager)</p></td>
566566
<td><p>Stage manager.</p></td>
567567
</tr>
568568
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.Stage.open.html#singlestoredb.management.workspace.Stage.open" title="singlestoredb.management.workspace.Stage.open"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Stage.open</span></code></a>(stage_path[, mode, encoding])</p></td>
@@ -620,23 +620,23 @@ <h3>StageObject<a class="headerlink" href="#stageobject" title="Link to this hea
620620
<a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.rename.html#singlestoredb.management.workspace.StageObject.rename" title="singlestoredb.management.workspace.StageObject.rename"><code class="xref py py-meth docutils literal notranslate"><span class="pre">StageObject.rename()</span></code></a>, and <code class="xref py py-meth docutils literal notranslate"><span class="pre">StageObject.info()</span></code> methods.</p>
621621
<table class="autosummary longtable docutils align-default">
622622
<tbody>
623-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.html#singlestoredb.management.workspace.StageObject" title="singlestoredb.management.workspace.StageObject"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject</span></code></a>(name, path, size, type, format, ...)</p></td>
624-
<td><p>Stage file / folder object.</p></td>
623+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.html#singlestoredb.management.workspace.StageObject" title="singlestoredb.management.workspace.StageObject"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject</span></code></a></p></td>
624+
<td><p>alias of <code class="xref py py-class docutils literal notranslate"><span class="pre">FilesObject</span></code></p></td>
625625
</tr>
626626
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.open.html#singlestoredb.management.workspace.StageObject.open" title="singlestoredb.management.workspace.StageObject.open"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.open</span></code></a>([mode, encoding])</p></td>
627-
<td><p>Open a Stage path for reading or writing.</p></td>
627+
<td><p>Open a file path for reading or writing.</p></td>
628628
</tr>
629629
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.download.html#singlestoredb.management.workspace.StageObject.download" title="singlestoredb.management.workspace.StageObject.download"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.download</span></code></a>([local_path, ...])</p></td>
630-
<td><p>Download the content of a stage path.</p></td>
630+
<td><p>Download the content of a file path.</p></td>
631631
</tr>
632632
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.exists.html#singlestoredb.management.workspace.StageObject.exists" title="singlestoredb.management.workspace.StageObject.exists"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.exists</span></code></a>()</p></td>
633633
<td><p>Does the file / folder exist?</p></td>
634634
</tr>
635635
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.is_dir.html#singlestoredb.management.workspace.StageObject.is_dir" title="singlestoredb.management.workspace.StageObject.is_dir"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.is_dir</span></code></a>()</p></td>
636-
<td><p>Is the stage object a directory?</p></td>
636+
<td><p>Is the object a directory?</p></td>
637637
</tr>
638638
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.is_file.html#singlestoredb.management.workspace.StageObject.is_file" title="singlestoredb.management.workspace.StageObject.is_file"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.is_file</span></code></a>()</p></td>
639-
<td><p>Is the stage object a file?</p></td>
639+
<td><p>Is the object a file?</p></td>
640640
</tr>
641641
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.abspath.html#singlestoredb.management.workspace.StageObject.abspath" title="singlestoredb.management.workspace.StageObject.abspath"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.abspath</span></code></a>()</p></td>
642642
<td><p>Return the full path of the object.</p></td>
@@ -654,16 +654,16 @@ <h3>StageObject<a class="headerlink" href="#stageobject" title="Link to this hea
654654
<td><p>Return the creation datetime as a UNIX timestamp.</p></td>
655655
</tr>
656656
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.rename.html#singlestoredb.management.workspace.StageObject.rename" title="singlestoredb.management.workspace.StageObject.rename"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.rename</span></code></a>(new_path, *[, overwrite])</p></td>
657-
<td><p>Move the stage file to a new location.</p></td>
657+
<td><p>Move the file to a new location.</p></td>
658658
</tr>
659659
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.remove.html#singlestoredb.management.workspace.StageObject.remove" title="singlestoredb.management.workspace.StageObject.remove"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.remove</span></code></a>()</p></td>
660-
<td><p>Delete the stage file.</p></td>
660+
<td><p>Delete the file.</p></td>
661661
</tr>
662662
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.removedirs.html#singlestoredb.management.workspace.StageObject.removedirs" title="singlestoredb.management.workspace.StageObject.removedirs"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.removedirs</span></code></a>()</p></td>
663-
<td><p>Delete the stage directory recursively.</p></td>
663+
<td><p>Delete the directory recursively.</p></td>
664664
</tr>
665665
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.StageObject.rmdir.html#singlestoredb.management.workspace.StageObject.rmdir" title="singlestoredb.management.workspace.StageObject.rmdir"><code class="xref py py-obj docutils literal notranslate"><span class="pre">StageObject.rmdir</span></code></a>()</p></td>
666-
<td><p>Delete the empty stage directory.</p></td>
666+
<td><p>Delete the empty directory.</p></td>
667667
</tr>
668668
</tbody>
669669
</table>

docs/generated/singlestoredb.auth.get_jwt.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>singlestoredb.auth.get_jwt &mdash; SingleStoreDB 1.8.0 documentation</title>
6+
<title>singlestoredb.auth.get_jwt &mdash; SingleStoreDB 1.9.0 documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="../_static/js/html5shiv.min.js"></script>
1212
<![endif]-->
13-
<script src="../_static/documentation_options.js?v=b51e6972"></script>
13+
<script src="../_static/documentation_options.js?v=c4cb232b"></script>
1414
<script src="../_static/doctools.js?v=9a2dae69"></script>
1515
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1616
<script src="../_static/js/theme.js"></script>
@@ -28,7 +28,7 @@
2828
SingleStoreDB
2929
</a>
3030
<div class="version">
31-
1.8.0
31+
1.9.0
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/generated/singlestoredb.connect.html

+4-4
Large diffs are not rendered by default.

docs/generated/singlestoredb.connection.Connection.autocommit.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>singlestoredb.connection.Connection.autocommit &mdash; SingleStoreDB 1.8.0 documentation</title>
6+
<title>singlestoredb.connection.Connection.autocommit &mdash; SingleStoreDB 1.9.0 documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="../_static/js/html5shiv.min.js"></script>
1212
<![endif]-->
13-
<script src="../_static/documentation_options.js?v=b51e6972"></script>
13+
<script src="../_static/documentation_options.js?v=c4cb232b"></script>
1414
<script src="../_static/doctools.js?v=9a2dae69"></script>
1515
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1616
<script src="../_static/js/theme.js"></script>
@@ -28,7 +28,7 @@
2828
SingleStoreDB
2929
</a>
3030
<div class="version">
31-
1.8.0
31+
1.9.0
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/generated/singlestoredb.connection.Connection.close.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>singlestoredb.connection.Connection.close &mdash; SingleStoreDB 1.8.0 documentation</title>
6+
<title>singlestoredb.connection.Connection.close &mdash; SingleStoreDB 1.9.0 documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="../_static/js/html5shiv.min.js"></script>
1212
<![endif]-->
13-
<script src="../_static/documentation_options.js?v=b51e6972"></script>
13+
<script src="../_static/documentation_options.js?v=c4cb232b"></script>
1414
<script src="../_static/doctools.js?v=9a2dae69"></script>
1515
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1616
<script src="../_static/js/theme.js"></script>
@@ -28,7 +28,7 @@
2828
SingleStoreDB
2929
</a>
3030
<div class="version">
31-
1.8.0
31+
1.9.0
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/generated/singlestoredb.connection.Connection.commit.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>singlestoredb.connection.Connection.commit &mdash; SingleStoreDB 1.8.0 documentation</title>
6+
<title>singlestoredb.connection.Connection.commit &mdash; SingleStoreDB 1.9.0 documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="../_static/js/html5shiv.min.js"></script>
1212
<![endif]-->
13-
<script src="../_static/documentation_options.js?v=b51e6972"></script>
13+
<script src="../_static/documentation_options.js?v=c4cb232b"></script>
1414
<script src="../_static/doctools.js?v=9a2dae69"></script>
1515
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1616
<script src="../_static/js/theme.js"></script>
@@ -28,7 +28,7 @@
2828
SingleStoreDB
2929
</a>
3030
<div class="version">
31-
1.8.0
31+
1.9.0
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/generated/singlestoredb.connection.Connection.cursor.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>singlestoredb.connection.Connection.cursor &mdash; SingleStoreDB 1.8.0 documentation</title>
6+
<title>singlestoredb.connection.Connection.cursor &mdash; SingleStoreDB 1.9.0 documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="../_static/js/html5shiv.min.js"></script>
1212
<![endif]-->
13-
<script src="../_static/documentation_options.js?v=b51e6972"></script>
13+
<script src="../_static/documentation_options.js?v=c4cb232b"></script>
1414
<script src="../_static/doctools.js?v=9a2dae69"></script>
1515
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1616
<script src="../_static/js/theme.js"></script>
@@ -28,7 +28,7 @@
2828
SingleStoreDB
2929
</a>
3030
<div class="version">
31-
1.8.0
31+
1.9.0
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/generated/singlestoredb.connection.Connection.disable_data_api.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>singlestoredb.connection.Connection.disable_data_api &mdash; SingleStoreDB 1.8.0 documentation</title>
6+
<title>singlestoredb.connection.Connection.disable_data_api &mdash; SingleStoreDB 1.9.0 documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="../_static/js/html5shiv.min.js"></script>
1212
<![endif]-->
13-
<script src="../_static/documentation_options.js?v=b51e6972"></script>
13+
<script src="../_static/documentation_options.js?v=c4cb232b"></script>
1414
<script src="../_static/doctools.js?v=9a2dae69"></script>
1515
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1616
<script src="../_static/js/theme.js"></script>
@@ -28,7 +28,7 @@
2828
SingleStoreDB
2929
</a>
3030
<div class="version">
31-
1.8.0
31+
1.9.0
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

docs/generated/singlestoredb.connection.Connection.enable_data_api.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>singlestoredb.connection.Connection.enable_data_api &mdash; SingleStoreDB 1.8.0 documentation</title>
6+
<title>singlestoredb.connection.Connection.enable_data_api &mdash; SingleStoreDB 1.9.0 documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="../_static/js/html5shiv.min.js"></script>
1212
<![endif]-->
13-
<script src="../_static/documentation_options.js?v=b51e6972"></script>
13+
<script src="../_static/documentation_options.js?v=c4cb232b"></script>
1414
<script src="../_static/doctools.js?v=9a2dae69"></script>
1515
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1616
<script src="../_static/js/theme.js"></script>
@@ -28,7 +28,7 @@
2828
SingleStoreDB
2929
</a>
3030
<div class="version">
31-
1.8.0
31+
1.9.0
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">

0 commit comments

Comments
 (0)