File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.0] - 2026-06-28
11+
1012### Added
1113
1214- ` hotdata.UploadsApi ` gains ` upload_file(source, ...) ` , a transparent
@@ -23,14 +25,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2325- ` hotdata.UploadsApi.upload_stream ` uploads ` bytes ` or a binary stream
2426 (streamed without buffering) in a single request — the fallback for when
2527 direct-to-storage uploads aren't available or the source isn't seekable.
28+ - Table loads now accept CSV and JSON source files in addition to Parquet.
2629
2730### Changed
2831
29- - feat(uploads): add file upload endpoints
30- - docs: remove stale datasets references, refresh MCP + CLI reference
31- - feat(tables): add csv and json file format support for table loads
32- - Regenerate the client from the updated Hotdata OpenAPI spec
33- - chore: remove datasets API and related job types
32+ - Regenerated the client from the updated Hotdata OpenAPI spec.
33+ - Documentation: removed stale datasets references and refreshed the MCP + CLI
34+ reference.
35+
36+ ### Removed
37+
38+ - The datasets API and its related job types have been removed.
3439
3540## [ 0.4.1] - 2026-06-19
3641
Original file line number Diff line number Diff line change 11[project ]
22name = " hotdata"
3- version = " 0.4.1 "
3+ version = " 0.5.0 "
44description = " Hotdata API"
55authors = [
66 {name = " Hotdata" ,email = " developers@hotdata.dev" },
You can’t perform that action at this time.
0 commit comments