Skip to content

Commit 37f0e64

Browse files
committed
Prepare for v1.16.7 release
1 parent a7fe298 commit 37f0e64

File tree

210 files changed

+445
-419
lines changed

Some content is hidden

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

210 files changed

+445
-419
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 39375e5fa04e9e702bd76a0956a66cb0
3+
config: 15e8fd540dd010ffdc7e959aef7e2dc7
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/whatsnew.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.16.7 - January 7, 2026
9+
-------------------------
10+
* optimize management api calls (#110)
811
v1.16.6 - December 11, 2025
912
---------------------------
1013
* changes for adding internalConnectionURL (#112)

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '1.16.6',
2+
VERSION: '1.16.7',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/api.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>API Reference &mdash; SingleStoreDB 1.16.6 documentation</title>
7+
<title>API Reference &mdash; SingleStoreDB 1.16.7 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
11-
<script src="_static/documentation_options.js?v=8d5b1e9a"></script>
11+
<script src="_static/documentation_options.js?v=29239a83"></script>
1212
<script src="_static/doctools.js?v=9bcbadda"></script>
1313
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<script src="_static/js/theme.js"></script>
@@ -885,7 +885,7 @@ <h3>Stage Files<a class="headerlink" href="#stage-files" title="Link to this hea
885885
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.Stage.info.html#singlestoredb.management.workspace.Stage.info" title="singlestoredb.management.workspace.Stage.info"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Stage.info</span></code></a>(stage_path)</p></td>
886886
<td><p>Return information about a stage location.</p></td>
887887
</tr>
888-
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.Stage.listdir.html#singlestoredb.management.workspace.Stage.listdir" title="singlestoredb.management.workspace.Stage.listdir"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Stage.listdir</span></code></a>([stage_path, recursive])</p></td>
888+
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.Stage.listdir.html#singlestoredb.management.workspace.Stage.listdir" title="singlestoredb.management.workspace.Stage.listdir"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Stage.listdir</span></code></a>()</p></td>
889889
<td><p>List the files / folders at the given path.</p></td>
890890
</tr>
891891
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.Stage.exists.html#singlestoredb.management.workspace.Stage.exists" title="singlestoredb.management.workspace.Stage.exists"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Stage.exists</span></code></a>(stage_path)</p></td>
@@ -972,7 +972,7 @@ <h3>Personal, Shared, and Model Files<a class="headerlink" href="#personal-share
972972
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.files.FileSpace.info.html#singlestoredb.management.files.FileSpace.info" title="singlestoredb.management.files.FileSpace.info"><code class="xref py py-obj docutils literal notranslate"><span class="pre">FileSpace.info</span></code></a>(path)</p></td>
973973
<td><p>Return information about a file location.</p></td>
974974
</tr>
975-
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.files.FileSpace.listdir.html#singlestoredb.management.files.FileSpace.listdir" title="singlestoredb.management.files.FileSpace.listdir"><code class="xref py py-obj docutils literal notranslate"><span class="pre">FileSpace.listdir</span></code></a>([path, recursive])</p></td>
975+
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.files.FileSpace.listdir.html#singlestoredb.management.files.FileSpace.listdir" title="singlestoredb.management.files.FileSpace.listdir"><code class="xref py py-obj docutils literal notranslate"><span class="pre">FileSpace.listdir</span></code></a>()</p></td>
976976
<td><p>List the files / folders at the given path.</p></td>
977977
</tr>
978978
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.files.FileSpace.exists.html#singlestoredb.management.files.FileSpace.exists" title="singlestoredb.management.files.FileSpace.exists"><code class="xref py py-obj docutils literal notranslate"><span class="pre">FileSpace.exists</span></code></a>(path)</p></td>

docs/generated/singlestoredb.auth.get_jwt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.auth.get_jwt &mdash; SingleStoreDB 1.16.6 documentation</title>
7+
<title>singlestoredb.auth.get_jwt &mdash; SingleStoreDB 1.16.7 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
11-
<script src="../_static/documentation_options.js?v=8d5b1e9a"></script>
11+
<script src="../_static/documentation_options.js?v=29239a83"></script>
1212
<script src="../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<script src="../_static/js/theme.js"></script>

docs/generated/singlestoredb.connect.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.connect &mdash; SingleStoreDB 1.16.6 documentation</title>
7+
<title>singlestoredb.connect &mdash; SingleStoreDB 1.16.7 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
11-
<script src="../_static/documentation_options.js?v=8d5b1e9a"></script>
11+
<script src="../_static/documentation_options.js?v=29239a83"></script>
1212
<script src="../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<script src="../_static/js/theme.js"></script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.connection.Connection.autocommit &mdash; SingleStoreDB 1.16.6 documentation</title>
7+
<title>singlestoredb.connection.Connection.autocommit &mdash; SingleStoreDB 1.16.7 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
11-
<script src="../_static/documentation_options.js?v=8d5b1e9a"></script>
11+
<script src="../_static/documentation_options.js?v=29239a83"></script>
1212
<script src="../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<script src="../_static/js/theme.js"></script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.connection.Connection.close &mdash; SingleStoreDB 1.16.6 documentation</title>
7+
<title>singlestoredb.connection.Connection.close &mdash; SingleStoreDB 1.16.7 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
11-
<script src="../_static/documentation_options.js?v=8d5b1e9a"></script>
11+
<script src="../_static/documentation_options.js?v=29239a83"></script>
1212
<script src="../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<script src="../_static/js/theme.js"></script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.connection.Connection.commit &mdash; SingleStoreDB 1.16.6 documentation</title>
7+
<title>singlestoredb.connection.Connection.commit &mdash; SingleStoreDB 1.16.7 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
11-
<script src="../_static/documentation_options.js?v=8d5b1e9a"></script>
11+
<script src="../_static/documentation_options.js?v=29239a83"></script>
1212
<script src="../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<script src="../_static/js/theme.js"></script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<head>
55
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>singlestoredb.connection.Connection.cursor &mdash; SingleStoreDB 1.16.6 documentation</title>
7+
<title>singlestoredb.connection.Connection.cursor &mdash; SingleStoreDB 1.16.7 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
11-
<script src="../_static/documentation_options.js?v=8d5b1e9a"></script>
11+
<script src="../_static/documentation_options.js?v=29239a83"></script>
1212
<script src="../_static/doctools.js?v=9bcbadda"></script>
1313
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1414
<script src="../_static/js/theme.js"></script>

0 commit comments

Comments
 (0)