Skip to content

Release v0.206.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 23:16
v0.206.0
c42de0e

[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 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
  • The /tail endpoint was updated to better match V2 /query endpoint

Fixed

  • kamu add: fixed behavior when using --stdin and --name arguments