Skip to content

hotdata-runtime 0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 21:39
c702e52

Added

  • Adopt the hotdata 0.4.1 SDK surface.
  • New typed error-handling public API: HotdataError, HotdataTerminalError, HotdataTransientError, and classify_sdk_error (hotdata_runtime/errors.py).
  • ManagedDatabaseClient for managed database operations (hotdata_runtime/managed_client.py).
  • py.typed marker so downstream consumers pick up inline type information.

Changed

  • Bump the hotdata dependency pin to >=0.4.1.
  • Add ruff and mypy tooling configuration and dev dependencies (ruff>=0.5, mypy>=1.5); apply ruff lint/format cleanup across the package.