Skip to content

Releases: kamu-data/kamu-cli

Release v0.208.1

22 Nov 16:51
0e331f7
Compare
Choose a tag to compare

[0.208.1] - 2024-11-22

Fixed

  • kamu-base-with-data-mt image building

Release v0.208.0

21 Nov 22:48
ccfaccf
Compare
Choose a tag to compare
Introduced DatasetRegistry abstraction, encapsulating listing and res…

Release v0.207.3

21 Nov 16:23
Compare
Choose a tag to compare

[0.207.3] - 2024-11-21

Changed

  • Add version for OutboxMessage structure to prevent startup failures after breaking changes

Release v0.207.2

18 Nov 11:28
9bd2c4d
Compare
Choose a tag to compare

[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
  • kamu push: crash in multi-tenant mode

Release v0.207.1

14 Nov 15:04
462fa22
Compare
Choose a tag to compare

[0.207.1] - 2024-11-14

Fixed

  • kamu pull: crash in multi-tenant mode

Release v0.207.0

11 Nov 23:23
9753709
Compare
Choose a tag to compare

[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 optional datasets field,
    which contains information about the datasets participating in the query. Affected API:
    • GQL DataQueries: the field will be filled
    • GQL DatasetData: field will be empty because we already know which dataset is involved

Fixed

  • kamu add correctly handles snapshots with circular dependencies
  • kamu push shows a human-readable error when trying to push to the non-existing repository
  • Jupyter repository block documentation misleading

Release v0.206.5

29 Oct 15:53
Compare
Choose a tag to compare

[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

28 Oct 14:12
73a0e79
Compare
Choose a tag to compare

[0.206.4] - 2024-10-28

Fixed

  • kamu push correctly handle odf+ format repositories

Release v0.206.3

28 Oct 11:50
Compare
Choose a tag to compare

[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

27 Oct 01:47
v0.206.2
7761c72
Compare
Choose a tag to compare

[0.206.2] - 2024-10-26

Changed

  • GraphQL: Removed deprecated JSON_LD in favor of ND_JSON in DataBatchFormat
  • GraphQL: In DataBatchFormat introduced JSON_AOS format to replace the now deprecated JSON 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)