Skip to content

Commit c71e2c0

Browse files
authored
chore: release v0.5.0 (#131)
1 parent f630bd7 commit c71e2c0

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hotdata"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "Hotdata API"
55
authors = [
66
{name = "Hotdata",email = "developers@hotdata.dev"},

0 commit comments

Comments
 (0)