Skip to content

Commit d534189

Browse files
authored
chore: release v0.2.3 (#76)
Co-authored-by: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>
1 parent 93750ef commit d534189

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.2.3] - 2026-05-22
12+
13+
### Added
14+
15+
- Databases API client (`DatabasesApi`) — create, get, list, delete databases and manage catalog attachments.
16+
- New models: `CreateDatabaseRequest`, `CreateDatabaseResponse`, `DatabaseDetailResponse`, `DatabaseSummary`, `DatabaseAttachmentInfo`, `DatabaseDefaultSchemaDecl`, `DatabaseDefaultTableDecl`, `ListDatabasesResponse`, `AttachDatabaseCatalogRequest`.
17+
- `expires_at` field on `CreateDatabaseRequest` for setting database expiry.
18+
- `connection_types` field on `ListConnectionTypesResponse`; updated `ConnectionTypeDetail` and `ConnectionTypeSummary` models.
19+
1020
## [0.2.2] - 2026-05-20
1121

1222
### Fixed

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.2.2"
3+
version = "0.2.3"
44
description = "Hotdata API"
55
authors = [
66
{name = "Hotdata",email = "developers@hotdata.dev"},

0 commit comments

Comments
 (0)