hotdata-framework 0.6.1__tar.gz → 0.6.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/CHANGELOG.md +7 -1
  2. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/PKG-INFO +1 -1
  3. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/pyproject.toml +1 -1
  4. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_errors.py +1 -2
  5. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_managed_client.py +1 -2
  6. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/uv.lock +1 -1
  7. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/dependabot.yml +0 -0
  8. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/check-release.yml +0 -0
  9. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/ci.yml +0 -0
  10. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/dependabot-automerge.yml +0 -0
  11. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/publish.yml +0 -0
  12. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.github/workflows/release.yml +0 -0
  13. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/.gitignore +0 -0
  14. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/CONTRACT.md +0 -0
  15. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/README.md +0 -0
  16. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/RELEASING.md +0 -0
  17. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/examples/basic_usage.py +0 -0
  18. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/__init__.py +0 -0
  19. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/client.py +0 -0
  20. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/databases.py +0 -0
  21. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/env.py +0 -0
  22. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/errors.py +0 -0
  23. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/health.py +0 -0
  24. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/http.py +0 -0
  25. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/managed_client.py +0 -0
  26. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/py.typed +0 -0
  27. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/hotdata_framework/result.py +0 -0
  28. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/check-release.py +0 -0
  29. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/extract-changelog.py +0 -0
  30. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/publish-workflow.sh +0 -0
  31. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/release.sh +0 -0
  32. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/scripts/update_changelog.py +0 -0
  33. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_client.py +0 -0
  34. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_contract.py +0 -0
  35. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_databases.py +0 -0
  36. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_health.py +0 -0
  37. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_result.py +0 -0
  38. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_update_changelog.py +0 -0
  39. {hotdata_framework-0.6.1 → hotdata_framework-0.6.2}/tests/test_version.py +0 -0
@@ -8,11 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ## [Unreleased]
9
9
 
10
10
 
11
+ ## [0.6.2] - 2026-07-08
12
+
13
+ ### Changed
14
+
15
+ - Repository text cleanup: the changelog and test docstrings no longer reference external issue trackers. No functional changes; 0.6.2 is byte-identical to 0.6.1 in package code.
16
+
11
17
  ## [0.6.1] - 2026-07-08
12
18
 
13
19
  ### Fixed
14
20
 
15
- - `ManagedDatabaseClient.fetch_table` now carries the `X-Database-Id` scope header on the result poll, the query-run poll, and the Arrow fetch — not only on the query submit. Results of database-scoped queries are themselves database-scoped, so every read against an existing synced table (merge/append loads, dlt state restore) failed with `400: Bad Request` once the table had data (dlthubworker#70).
21
+ - `ManagedDatabaseClient.fetch_table` now carries the `X-Database-Id` scope header on the result poll, the query-run poll, and the Arrow fetch — not only on the query submit. Results of database-scoped queries are themselves database-scoped, so every read against an existing synced table (merge/append loads, dlt state restore) failed with `400: Bad Request` once the table had data.
16
22
  - API error messages now include the response body (flattened, truncated to 500 chars). `400: Bad Request` alone hid the server's actual explanation.
17
23
 
18
24
  ### Changed
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hotdata-framework
3
- Version: 0.6.1
3
+ Version: 0.6.2
4
4
  Summary: Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases
5
5
  Project-URL: Homepage, https://www.hotdata.dev
6
6
  Project-URL: Documentation, https://www.hotdata.dev/docs
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "hotdata-framework"
7
- version = "0.6.1"
7
+ version = "0.6.2"
8
8
  description = "Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,8 +1,7 @@
1
1
  """Error message construction: the API's response body must survive.
2
2
 
3
3
  "400: Bad Request" alone is undebuggable; the body carries the server's
4
- actual explanation (e.g. which header was missing). Regression for the
5
- opaque load failures in dlthubworker#70.
4
+ actual explanation (e.g. which header was missing).
6
5
  """
7
6
 
8
7
  from __future__ import annotations
@@ -107,8 +107,7 @@ def test_fetch_table_carries_database_scope_on_result_reads(
107
107
  hotdata 0.6.0 SDK exposes ``x_database_id`` on all three.
108
108
 
109
109
  Regression: reruns/append loads against an existing synced table failed
110
- with an opaque ``400: Bad Request`` (dlthubworker#70) because both reads
111
- omitted the scope.
110
+ with an opaque ``400: Bad Request`` because both reads omitted the scope.
112
111
  """
113
112
  result_scopes: list[str | None] = []
114
113
  arrow_scopes: list[str | None] = []
@@ -101,7 +101,7 @@ wheels = [
101
101
 
102
102
  [[package]]
103
103
  name = "hotdata-framework"
104
- version = "0.6.1"
104
+ version = "0.6.2"
105
105
  source = { editable = "." }
106
106
  dependencies = [
107
107
  { name = "hotdata" },