You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.3.0] - 2026-06-22
10
11
12
+
### Added
13
+
14
+
- Adopt the `hotdata` 0.4.1 SDK surface.
15
+
- New typed error-handling public API: `HotdataError`, `HotdataTerminalError`, `HotdataTransientError`, and `classify_sdk_error` (`hotdata_runtime/errors.py`).
16
+
-`ManagedDatabaseClient` for managed database operations (`hotdata_runtime/managed_client.py`).
17
+
-`py.typed` marker so downstream consumers pick up inline type information.
18
+
19
+
### Changed
11
20
21
+
- Bump the `hotdata` dependency pin to `>=0.4.1`.
22
+
- Add ruff and mypy tooling configuration and dev dependencies (`ruff>=0.5`, `mypy>=1.5`); apply ruff lint/format cleanup across the package.
0 commit comments