We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d058c commit 09d662eCopy full SHA for 09d662e
2 files changed
CHANGELOG.md
@@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## [Unreleased]
9
10
11
+## [0.2.6] - 2026-05-29
12
13
+### Added
14
+
15
+- `default_catalog` and `default_schema` fields on `QueryRequest` to control how unqualified table references resolve within an `X-Database-Id` scope.
16
17
## [0.2.5] - 2026-05-27
18
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hotdata"
3
-version = "0.2.5"
+version = "0.2.6"
4
description = "Hotdata API"
5
authors = [
6
{name = "Hotdata",email = "developers@hotdata.dev"},
0 commit comments