Skip to content

Commit 1564fc5

Browse files
committed
docs: add 0.1.3 changelog entry
1 parent 45e3d60 commit 1564fc5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.3] - 2026-06-09
11+
12+
### Added
13+
14+
- `list_indexes_collection` (`GET /v1/indexes`) in `hotdata::apis::indexes_api` — lists indexes across every table in a database, scoped by the `X-Database-Id` header — along with the `IndexEntryResponse` and `ListIndexesPageResponse` models.
15+
16+
### Removed
17+
18+
- Sandbox endpoints and their models (`sandboxes_api`, `Sandbox`, `SandboxResponse`, `CreateSandboxRequest`, `UpdateSandboxRequest`, `ListSandboxesResponse`, `DeleteSandboxResponse`), following their removal from the Hotdata OpenAPI spec.
19+
20+
### Changed
21+
22+
- Regenerated the client from the updated Hotdata OpenAPI spec.
23+
1024
## [0.1.2] - 2026-06-06
1125

1226
### Added

0 commit comments

Comments
 (0)