Skip to content

Commit

Permalink
v0.206.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Oct 22, 2024
1 parent 138a9dd commit c42de0e
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 166 deletions.
24 changes: 2 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,13 @@ Recommendation: for ease of reading, use the following order:
- Fixed
-->

## [Unreleased]
## [0.206.0] - 2024-10-22
### Added
- Introduced OpenAPI spec generation
- `/openapi.json` endpoint now returns the generated spec
- `/swagger` endpoint serves an embedded Swagger UI for viewing the spec directly in the running server
- OpenAPI schema is available in the repo `resources/openapi.json` beside its multi-tenant version
- Added (or expanded) E2E tests for:
- `kamu config` command
- `kamu init` command
- `kamu add` command
- `kamu rename` command
- `kamu ingest` command
- `kamu inspect` command
- `kamu log` command
- `kamu new` command
- `kamu reset` command
- `kamu search` command
- `kamu sql` command
- `kamu system gc` command
- `kamu system info` command
- `kamu system diagnose` command
- `kamu tail` command
- `kamu login` command
- `kamu logout` command
- `kamu push` command
- `kamu pull` command
- E2E: HTTP middleware is implemented, which improves stability of E2E tests
- Added and expanded many E2E tests, improved test stability
- Added endpoint to read a recently uploaded file (`GET /platform/file/upload/{upload_token}`)
### Changed
- Removed support for deprecated V1 `/query` endpoint format
Expand Down
Loading

0 comments on commit c42de0e

Please sign in to comment.