Releases: hotdata-dev/sdk-python
Releases · hotdata-dev/sdk-python
hotdata 0.3.1
Security
- Raised dependency floors to patched releases:
pyarrow >= 14.0.1(CVE-2023-47248, RCE via unsafe deserialization) andpydantic >= 2.4.0(CVE-2024-3772, regex denial of service).
hotdata 0.3.0
Added
- Transparent API-token → JWT exchange: the client now exchanges an opaque API token for a short-lived JWT on first use and keeps it refreshed, so the wire always carries a current token. Credentials already shaped like a JWT pass through unchanged. Set
HOTDATA_DISABLE_JWT_EXCHANGEto an affirmative value (1,true,yes,on) as a hard escape hatch. - Managed-catalog editing endpoints:
add_managed_schemaandadd_managed_tableonConnectionsApiandDatabasesApi, with new modelsAddManagedSchemaRequest,AddManagedTableDecl,AddManagedTableRequest,ManagedSchemaResponse, andManagedTableResponse. - Typed
x_database_idparameter onSavedQueriesApi.execute_saved_query(required) andDatasetsApi.create_dataset, scoping execution to a database the same wayQueryApi.querydoes — no more_headersoverride. database_idfield onQueryRequestas a body-level alternative to theX-Database-Idheader.storage_backendfield onCreateDatabaseRequestto select the default catalog's physical backend (parquetorducklake).default_catalogfield onCreateDatabaseRequestto name the database's auto-created default catalog within its query scope, surfaced onCreateDatabaseResponse,DatabaseDetailResponse, andDatabaseSummary.
hotdata 0.2.6
Added
default_cataloganddefault_schemafields onQueryRequestto control how unqualified table references resolve within anX-Database-Idscope.
hotdata 0.2.5
Changed
- Release 0.2.5
hotdata 0.2.4
Changed
- Release 0.2.4
hotdata 0.2.3
Added
- Databases API client (
DatabasesApi) — create, get, list, delete databases and manage catalog attachments. - New models:
CreateDatabaseRequest,CreateDatabaseResponse,DatabaseDetailResponse,DatabaseSummary,DatabaseAttachmentInfo,DatabaseDefaultSchemaDecl,DatabaseDefaultTableDecl,ListDatabasesResponse,AttachDatabaseCatalogRequest. expires_atfield onCreateDatabaseRequestfor setting database expiry.connection_typesfield onListConnectionTypesResponse; updatedConnectionTypeDetailandConnectionTypeSummarymodels.
hotdata 0.2.2
Fixed
- Add
ApiClient.close()andRESTClientObject.close()so callers can release urllib3 connection pools and use context managers safely.
hotdata 0.2.1
What's Changed
- chore: regenerate client from updated OpenAPI spec by @hotdata-automation[bot] in #67
- chore: release hotdata 0.2.1 by @eddietejeda in #68
Full Changelog: v0.2.0...v0.2.1
hotdata 0.2.0
What's Changed
- test(integration): add scenario-driven integration tests by @zfarrell in #51
- chore: regenerate client from updated OpenAPI spec by @hotdata-automation[bot] in #53
- chore: regenerate client from updated OpenAPI spec by @hotdata-automation[bot] in #57
- chore: regenerate client from updated OpenAPI spec by @hotdata-automation[bot] in #55
- chore: regenerate client from updated OpenAPI spec by @hotdata-automation[bot] in #59
- feat(arrow): add hotdata.arrow ResultsApi for Arrow IPC results by @zfarrell in #60
- ci: use bump-my-version in regenerate workflow by @eddietejeda in #62
- chore: regenerate client from updated OpenAPI spec by @hotdata-automation[bot] in #61
- ci: harden regenerate version bump in CI by @eddietejeda in #63
- chore: regenerate client from updated OpenAPI spec by @hotdata-automation[bot] in #64
- Delete .gitlab-ci.yml by @eddietejeda in #65
- Publish to PyPI on version tag push by @eddietejeda in #66
Full Changelog: v0.1.0...v0.2.0