Skip to content

Commit

Permalink
Prepare for v1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Apr 2, 2024
1 parent d2646ee commit 587b037
Show file tree
Hide file tree
Showing 126 changed files with 264 additions and 239 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ jobs:
run: |
python -m build --sdist --no-isolation
- name: Build pure Python package
if: runner.os == 'Linux'
run: |
python -m build --wheel --no-isolation
env:
SINGLESTOREDB_BUILD_EXTENSION: "0"

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 18c687483369fcb8c29b7c0e0951770c
config: 9221efc832ded5ab71d7972fa6ad2e48
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 4 additions & 0 deletions docs/_sources/whatsnew.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This document outlines features and improvements from each release.
.. note:: All releases before v1.0.0 are considered pre-release and
are for non-production testing and evaluation, and may include
changes to the API.
v1.0.3 - April, 2 2024
----------------------
* Updates to external function application API
* Add configuration parameter for Management API base URL
v1.0.2 - March, 8 2024
----------------------
* Add ``singlestoredb.management.get_secret`` function
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.0.2',
VERSION: '1.0.3',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions docs/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>API Reference &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>API Reference &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.auth.get_jwt.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.auth.get_jwt &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.auth.get_jwt &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connect &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connect &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Connection.autocommit &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Connection.autocommit &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connection.Connection.close.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Connection.close &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Connection.close &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Connection.commit &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Connection.commit &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Connection.cursor &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Connection.cursor &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Connection.disable_data_api &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Connection.disable_data_api &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Connection.enable_data_api &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Connection.enable_data_api &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connection.Connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Connection &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Connection &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Connection.is_connected &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Connection.is_connected &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Connection.rollback &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Connection.rollback &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connection.Cursor.callproc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Cursor.callproc &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Cursor.callproc &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connection.Cursor.close.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Cursor.close &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Cursor.close &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connection.Cursor.execute.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Cursor.execute &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Cursor.execute &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Cursor.executemany &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Cursor.executemany &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connection.Cursor.fetchall.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Cursor.fetchall &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Cursor.fetchall &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connection.Cursor.fetchmany.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Cursor.fetchmany &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Cursor.fetchmany &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connection.Cursor.fetchone.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Cursor.fetchone &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Cursor.fetchone &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/singlestoredb.connection.Cursor.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>singlestoredb.connection.Cursor &mdash; SingleStoreDB 1.0.2 documentation</title>
<title>singlestoredb.connection.Cursor &mdash; SingleStoreDB 1.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -28,7 +28,7 @@
SingleStoreDB
</a>
<div class="version">
1.0.2
1.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Loading

0 comments on commit 587b037

Please sign in to comment.