Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2026-06-28

### Added

- `hotdata.UploadsApi` gains `upload_file(source, ...)`, a transparent
Expand All @@ -23,14 +25,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `hotdata.UploadsApi.upload_stream` uploads `bytes` or a binary stream
(streamed without buffering) in a single request — the fallback for when
direct-to-storage uploads aren't available or the source isn't seekable.
- Table loads now accept CSV and JSON source files in addition to Parquet.

### Changed

- feat(uploads): add file upload endpoints
- docs: remove stale datasets references, refresh MCP + CLI reference
- feat(tables): add csv and json file format support for table loads
- Regenerate the client from the updated Hotdata OpenAPI spec
- chore: remove datasets API and related job types
- Regenerated the client from the updated Hotdata OpenAPI spec.
- Documentation: removed stale datasets references and refreshed the MCP + CLI
reference.

### Removed

- The datasets API and its related job types have been removed.

## [0.4.1] - 2026-06-19

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hotdata"
version = "0.4.1"
version = "0.5.0"
description = "Hotdata API"
authors = [
{name = "Hotdata",email = "developers@hotdata.dev"},
Expand Down