Skip to content

Commit d66632f

Browse files
committed
Prepare for v1.15.1 release
1 parent cb79707 commit d66632f

File tree

181 files changed

+559
-525
lines changed

Some content is hidden

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

181 files changed

+559
-525
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 hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 61740d05708047457479346ccdc75f23
3+
config: 2e72923c93586397750df2e0162b153d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/api.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Region objects are accessed from the :attr:`WorkspaceManager.regions` attribute.
232232
Stage Files
233233
...........
234234
To interact with files in your Stage, use the
235-
:attr:`WorkspaceManager.stage` attribute.
235+
:attr:`WorkspaceGroup.stage` attribute.
236236
It will return a :class:`Stage` object which defines the following
237237
methods and attributes.
238238
.. currentmodule:: singlestoredb.management.workspace

docs/_sources/generated/singlestoredb.management.region.Region.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
~Region.id
1313
~Region.name
1414
~Region.provider
15+
~Region.region_name

docs/_sources/whatsnew.rst.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.15.1 - August 7, 2025
9+
------------------------
10+
* Add more validation of UDF type parameters in UDF app (experimental)
11+
* Add docstring information to function information returned by UDF app (experimental)
12+
* Update OpenAI wrapper
13+
* Fix starter workspace connections
14+
* Fix management API HTTP requests with extra parameters
815
v1.15.0 - July 21, 2025
916
-----------------------
1017
* Fix issues with SQL notebook cells in notebooks called from `%run_shared` or `%run_personal`

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.15.0',
2+
VERSION: '1.15.1',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/api.html

Lines changed: 6 additions & 6 deletions
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.15.0 documentation</title>
6+
<title>API Reference &mdash; SingleStoreDB 1.15.1 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=70d5d4a5"></script>
13+
<script src="_static/documentation_options.js?v=d4ad50bc"></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.15.0
31+
1.15.1
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -694,16 +694,16 @@ <h3>Region<a class="headerlink" href="#region" title="Link to this heading">¶</
694694
<p>Region objects are accessed from the <a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.regions.html#singlestoredb.management.workspace.WorkspaceManager.regions" title="singlestoredb.management.workspace.WorkspaceManager.regions"><code class="xref py py-attr docutils literal notranslate"><span class="pre">WorkspaceManager.regions</span></code></a> attribute.</p>
695695
<table class="autosummary longtable docutils align-default">
696696
<tbody>
697-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.region.Region.html#singlestoredb.management.region.Region" title="singlestoredb.management.region.Region"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Region</span></code></a>(id, name, provider)</p></td>
697+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.region.Region.html#singlestoredb.management.region.Region" title="singlestoredb.management.region.Region"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Region</span></code></a>(name, provider[, id, region_name])</p></td>
698698
<td><p>Cluster region information.</p></td>
699699
</tr>
700700
</tbody>
701701
</table>
702702
</section>
703703
<section id="stage-files">
704704
<h3>Stage Files<a class="headerlink" href="#stage-files" title="Link to this heading"></a></h3>
705-
<p>To interact with files in your Stage, use the
706-
<code class="xref py py-attr docutils literal notranslate"><span class="pre">WorkspaceManager.stage</span></code> attribute.
705+
<p>To interact with files in your Stage, use the<a href="singlestoredb.management.workspace.WorkspaceGroup.stage.html">
706+
<code class="xref py py-attr docutils literal notranslate"><span class="pre">WorkspaceGroup.stage</span></code></a> attribute.
707707
It will return a<a href="singlestoredb.management.workspace.Stage.html"> <code class="xref py py-class docutils literal notranslate"><span class="pre">Stage</span></code></a> object which defines the following
708708
methods and attributes.</p>
709709
<table class="autosummary longtable docutils align-default">

docs/generated/singlestoredb.auth.get_jwt.html

Lines changed: 3 additions & 3 deletions
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.15.0 documentation</title>
6+
<title>singlestoredb.auth.get_jwt &mdash; SingleStoreDB 1.15.1 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=70d5d4a5"></script>
13+
<script src="../_static/documentation_options.js?v=d4ad50bc"></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.15.0
31+
1.15.1
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

Lines changed: 3 additions & 3 deletions
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.connect &mdash; SingleStoreDB 1.15.0 documentation</title>
6+
<title>singlestoredb.connect &mdash; SingleStoreDB 1.15.1 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=70d5d4a5"></script>
13+
<script src="../_static/documentation_options.js?v=d4ad50bc"></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.15.0
31+
1.15.1
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.autocommit.html

Lines changed: 3 additions & 3 deletions
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.15.0 documentation</title>
6+
<title>singlestoredb.connection.Connection.autocommit &mdash; SingleStoreDB 1.15.1 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=70d5d4a5"></script>
13+
<script src="../_static/documentation_options.js?v=d4ad50bc"></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.15.0
31+
1.15.1
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

Lines changed: 3 additions & 3 deletions
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.15.0 documentation</title>
6+
<title>singlestoredb.connection.Connection.close &mdash; SingleStoreDB 1.15.1 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=70d5d4a5"></script>
13+
<script src="../_static/documentation_options.js?v=d4ad50bc"></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.15.0
31+
1.15.1
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)