Releases: kamu-data/kamu-cli
Releases · kamu-data/kamu-cli
Release v0.208.1
[0.208.1] - 2024-11-22
Fixed
kamu-base-with-data-mt
image building
Release v0.208.0
Introduced DatasetRegistry abstraction, encapsulating listing and res…
Release v0.207.3
[0.207.3] - 2024-11-21
Changed
- Add version for
OutboxMessage
structure to prevent startup failures after breaking changes
Release v0.207.2
[0.207.2] - 2024-11-15
Fixed
- E2E: revision of st/mt tests:
- In cases where temporary workspaces are created,
test variants for both single-tenant and multi-tenant have been added - New combinations activated
- Certain duplicate tests have been removed
- Some of the tests related to
kamu pull
only have been moved to the appropriate module - Activated missing tests for databases
- In cases where temporary workspaces are created,
kamu push
: crash in multi-tenant mode
Release v0.207.1
[0.207.1] - 2024-11-14
Fixed
kamu pull
: crash in multi-tenant mode
Release v0.207.0
[0.207.0] - 2024-11-11
Added
- E2E: reinforce test coverage
- Covered all flow scenarios
- Covered hot REST API endpoints
- Reconfiguring test groups for a small speedup (10%)
- Directory structure grooming
KamuApiServerClientExt
: method grouping
- Dataset definition: added possibility to set defaults in templates:
fetch: kind: Container image: "ghcr.io/kamu-data/fetch-com.defillama:0.1.5" args: - --request-interval - '${{ env.request_interval || 2 }}'
Changed
- HTTP API errors will now come in JSON format instead of plain text, for example:
{ "message": "Incompatible client version" }
- GQL: The
DataQueryResultSuccess
type is extended to the optionaldatasets
field,
which contains information about the datasets participating in the query. Affected API:GQL DataQueries
: the field will be filledGQL DatasetData
: field will be empty because we already know which dataset is involved
Fixed
kamu add
correctly handles snapshots with circular dependencieskamu push
shows a human-readable error when trying to push to the non-existing repository- Jupyter repository block documentation misleading
Release v0.206.5
[0.206.5] - 2024-10-29
Changed
- Allow anonymous access to the content of recently uploaded files
- Updated to
arrow 53.2
,datafusion 42.1
,tower 0.6
,opentelemetry 27
+ minor updates
Release v0.206.4
[0.206.4] - 2024-10-28
Fixed
kamu push
correctly handleodf+
format repositories
Release v0.206.3
[0.206.3] - 2024-10-28
Fixed
- Improved telemetry for dataset entry indexing process
- Corrected recent migration related to outbox consumptions of old dataset events
Release v0.206.2
[0.206.2] - 2024-10-26
Changed
- GraphQL: Removed deprecated
JSON_LD
in favor ofND_JSON
inDataBatchFormat
- GraphQL: In
DataBatchFormat
introducedJSON_AOS
format to replace the now deprecatedJSON
in effort to harmonize format names with REST API
Fixed
- GraphQL: Fixed invalid JSON encoding in
PARQUET_JSON
schema format when column names contain special characters (#746)