Skip to content

Commit 158e480

Browse files
committed
Prepare for v1.16.6 release
1 parent b4c65d0 commit 158e480

File tree

245 files changed

+1459
-2253
lines changed

Some content is hidden

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

245 files changed

+1459
-2253
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repos:
99
exclude: singlestoredb/clients/pymysqlsv/charset.py
1010
- id: check-json
1111
- id: check-added-large-files
12+
args: ["--maxkb=800"]
1213
# - id: check-yaml
1314
- id: debug-statements
1415
# - id: name-tests-test

docs/.buildinfo

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

docs/_sources/whatsnew.rst.txt

Lines changed: 6 additions & 0 deletions
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.16.6 - December 11, 2025
9+
---------------------------
10+
* Add ability to use bools in UDF type annotations (#111)
11+
v1.16.6 - December 10, 2025
12+
---------------------------
13+
* Add ability to use bools in UDF type annotations (#111)
814
v1.16.5 - December 3, 2025
915
--------------------------
1016
* fix: Impersonating JWT (obo) header not propagated correctly for OpenAI requests. (#109)

docs/_static/basic.css

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
/* -- main layout ----------------------------------------------------------- */
125
div.clearer {
@@ -91,14 +84,10 @@ img {
9184
}
9285
/* -- search page ----------------------------------------------------------- */
9386
ul.search {
94-
margin: 10px 0 0 20px;
95-
padding: 0;
87+
margin-top: 10px;
9688
}
9789
ul.search li {
98-
padding: 5px 0 5px 20px;
99-
background-image: url(file.png);
100-
background-repeat: no-repeat;
101-
background-position: 0 7px;
90+
padding: 5px 0;
10291
}
10392
ul.search li a {
10493
font-weight: bold;
@@ -598,12 +587,6 @@ abbr, acronym {
598587
border-bottom: dotted 1px;
599588
cursor: help;
600589
}
601-
.translated {
602-
background-color: rgba(207, 255, 207, 0.2)
603-
}
604-
.untranslated {
605-
background-color: rgba(255, 207, 207, 0.2)
606-
}
607590
/* -- code displays --------------------------------------------------------- */
608591
pre {
609592
overflow: auto;

docs/_static/css/badge_only.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/doctools.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125
const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([

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.5',
2+
VERSION: '1.16.6',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',
250 KB
Binary file not shown.
587 KB
Binary file not shown.

0 commit comments

Comments
 (0)