Skip to content

Commit e61ca75

Browse files
committed
Prepare for v1.15.0 release
1 parent 430893b commit e61ca75

File tree

184 files changed

+1194
-529
lines changed

Some content is hidden

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

184 files changed

+1194
-529
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: da4941934098b999ac58e15058b1fc84
3+
config: 61740d05708047457479346ccdc75f23
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/api.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,15 @@ create new ones.
188188
WorkspaceManager
189189
WorkspaceManager.organization
190190
WorkspaceManager.workspace_groups
191+
WorkspaceManager.starter_workspaces
191192
WorkspaceManager.regions
193+
WorkspaceManager.shared_tier_regions
192194
WorkspaceManager.create_workspace_group
193195
WorkspaceManager.create_workspace
196+
WorkspaceManager.create_starter_workspace
194197
WorkspaceManager.get_workspace_group
195198
WorkspaceManager.get_workspace
199+
WorkspaceManager.get_starter_workspace
196200
WorkspaceGroup
197201
..............
198202
WorkspaceGroup objects are retrieved from :meth:`WorkspaceManager.get_workspace_group`
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
singlestoredb.management.workspace.WorkspaceManager.create\_starter\_workspace
2+
==============================================================================
3+
.. currentmodule:: singlestoredb.management.workspace
4+
.. automethod:: WorkspaceManager.create_starter_workspace
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
singlestoredb.management.workspace.WorkspaceManager.get\_starter\_workspace
2+
===========================================================================
3+
.. currentmodule:: singlestoredb.management.workspace
4+
.. automethod:: WorkspaceManager.get_starter_workspace

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
.. rubric:: Methods
77
.. autosummary::
88
~WorkspaceManager.__init__
9+
~WorkspaceManager.create_starter_workspace
910
~WorkspaceManager.create_workspace
1011
~WorkspaceManager.create_workspace_group
1112
~WorkspaceManager.get_starter_workspace
1213
~WorkspaceManager.get_workspace
1314
~WorkspaceManager.get_workspace_group
1415
~WorkspaceManager.regions
16+
~WorkspaceManager.shared_tier_regions
1517
.. rubric:: Attributes
1618
.. autosummary::
1719
~WorkspaceManager.billing
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
singlestoredb.management.workspace.WorkspaceManager.shared\_tier\_regions
2+
=========================================================================
3+
.. currentmodule:: singlestoredb.management.workspace
4+
.. automethod:: WorkspaceManager.shared_tier_regions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
singlestoredb.management.workspace.WorkspaceManager.starter\_workspaces
2+
=======================================================================
3+
.. currentmodule:: singlestoredb.management.workspace
4+
.. autoproperty:: WorkspaceManager.starter_workspaces

docs/_sources/whatsnew.rst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.0 - July 21, 2025
9+
-----------------------
10+
* Fix issues with SQL notebook cells in notebooks called from `%run_shared` or `%run_personal`
11+
* Add starter workspace objects to Management API
12+
* Add async support, timeouts, logging, and the ability to cancel UDFs in the UDF ASGI application (experimental)
813
v1.14.2 - June 16, 2025
914
-----------------------
1015
* Fixes for Iceberg export Fusion SQL (experimental)

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

docs/api.html

Lines changed: 22 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.14.2 documentation</title>
6+
<title>API Reference &mdash; SingleStoreDB 1.15.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=9280908f"></script>
13+
<script src="_static/documentation_options.js?v=70d5d4a5"></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.14.2
31+
1.15.0
3232
</div>
3333
<div role="search">
3434
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -118,11 +118,15 @@
118118
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.html">workspace.WorkspaceManager</a></li>
119119
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.organization.html">workspace.WorkspaceManager.organization</a></li>
120120
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.workspace_groups.html">workspace.WorkspaceManager.workspace_groups</a></li>
121+
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.starter_workspaces.html">workspace.WorkspaceManager.starter_workspaces</a></li>
121122
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.regions.html">workspace.WorkspaceManager.regions</a></li>
123+
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.shared_tier_regions.html">workspace.WorkspaceManager.shared_tier_regions</a></li>
122124
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.create_workspace_group.html">workspace.WorkspaceManager.create_workspace_group</a></li>
123125
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.create_workspace.html">workspace.WorkspaceManager.create_workspace</a></li>
126+
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.create_starter_workspace.html">workspace.WorkspaceManager.create_starter_workspace</a></li>
124127
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.get_workspace_group.html">workspace.WorkspaceManager.get_workspace_group</a></li>
125128
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.get_workspace.html">workspace.WorkspaceManager.get_workspace</a></li>
129+
<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.get_starter_workspace.html">workspace.WorkspaceManager.get_starter_workspace</a></li>
126130
</ul>
127131
</li>
128132
<li class="toctree-l3"><a class="reference internal" href="#workspacegroup">WorkspaceGroup</a><ul>
@@ -600,21 +604,33 @@ <h3>WorkspaceManager<a class="headerlink" href="#workspacemanager" title="Link t
600604
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.workspace_groups.html#singlestoredb.management.workspace.WorkspaceManager.workspace_groups" title="singlestoredb.management.workspace.WorkspaceManager.workspace_groups"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.workspace_groups</span></code></a></p></td>
601605
<td><p>Return a list of available workspace groups.</p></td>
602606
</tr>
603-
<tr class="row-even"><td><p><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-obj docutils literal notranslate"><span class="pre">WorkspaceManager.regions</span></code></a></p></td>
607+
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.starter_workspaces.html#singlestoredb.management.workspace.WorkspaceManager.starter_workspaces" title="singlestoredb.management.workspace.WorkspaceManager.starter_workspaces"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.starter_workspaces</span></code></a></p></td>
608+
<td><p>Return a list of available starter workspaces.</p></td>
609+
</tr>
610+
<tr class="row-odd"><td><p><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-obj docutils literal notranslate"><span class="pre">WorkspaceManager.regions</span></code></a></p></td>
604611
<td><p>Return a list of available regions.</p></td>
605612
</tr>
613+
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.shared_tier_regions.html#singlestoredb.management.workspace.WorkspaceManager.shared_tier_regions" title="singlestoredb.management.workspace.WorkspaceManager.shared_tier_regions"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.shared_tier_regions</span></code></a></p></td>
614+
<td><p>Return a list of regions that support shared tier workspaces.</p></td>
615+
</tr>
606616
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.create_workspace_group.html#singlestoredb.management.workspace.WorkspaceManager.create_workspace_group" title="singlestoredb.management.workspace.WorkspaceManager.create_workspace_group"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.create_workspace_group</span></code></a>(...)</p></td>
607617
<td><p>Create a new workspace group.</p></td>
608618
</tr>
609619
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.create_workspace.html#singlestoredb.management.workspace.WorkspaceManager.create_workspace" title="singlestoredb.management.workspace.WorkspaceManager.create_workspace"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.create_workspace</span></code></a>(name, ...)</p></td>
610620
<td><p>Create a new workspace.</p></td>
611621
</tr>
612-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.get_workspace_group.html#singlestoredb.management.workspace.WorkspaceManager.get_workspace_group" title="singlestoredb.management.workspace.WorkspaceManager.get_workspace_group"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.get_workspace_group</span></code></a>(id)</p></td>
622+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.create_starter_workspace.html#singlestoredb.management.workspace.WorkspaceManager.create_starter_workspace" title="singlestoredb.management.workspace.WorkspaceManager.create_starter_workspace"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.create_starter_workspace</span></code></a>(...)</p></td>
623+
<td><p>Create a new starter (shared tier) workspace.</p></td>
624+
</tr>
625+
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.get_workspace_group.html#singlestoredb.management.workspace.WorkspaceManager.get_workspace_group" title="singlestoredb.management.workspace.WorkspaceManager.get_workspace_group"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.get_workspace_group</span></code></a>(id)</p></td>
613626
<td><p>Retrieve a workspace group definition.</p></td>
614627
</tr>
615-
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.get_workspace.html#singlestoredb.management.workspace.WorkspaceManager.get_workspace" title="singlestoredb.management.workspace.WorkspaceManager.get_workspace"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.get_workspace</span></code></a>(id)</p></td>
628+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.get_workspace.html#singlestoredb.management.workspace.WorkspaceManager.get_workspace" title="singlestoredb.management.workspace.WorkspaceManager.get_workspace"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.get_workspace</span></code></a>(id)</p></td>
616629
<td><p>Retrieve a workspace definition.</p></td>
617630
</tr>
631+
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.get_starter_workspace.html#singlestoredb.management.workspace.WorkspaceManager.get_starter_workspace" title="singlestoredb.management.workspace.WorkspaceManager.get_starter_workspace"><code class="xref py py-obj docutils literal notranslate"><span class="pre">WorkspaceManager.get_starter_workspace</span></code></a>(id)</p></td>
632+
<td><p>Retrieve a starter workspace definition.</p></td>
633+
</tr>
618634
</tbody>
619635
</table>
620636
</section>

0 commit comments

Comments
 (0)