Skip to content

Release v0.192.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 11:16
a94b651

[0.192.0] - 2024-08-07

Added

  • kamu --no-color to disable color output in the terminal.

Changed

  • New recursive flag for CompactionConditionFull input to trigger
    Hard compaction with keep metadata only mode for each derived dataset
  • E2E: Reorganized work with tests that call kamu-cli:
    • Added kamu-cli-puppet crate to allow kamu-cli to be run as a separate process from tests
    • Removed past kamu-cli wrapper that ran in-process.
    • Some of kamu-cli tests that are inherently E2E are moved and adapted to E2E scope (in-mem area)
    • For convenience, the test run macros are now procedural
    • Various Windows-related tweaks & fixes

Fixed

  • Return RootDatasetCompacted error for manual triggered EXECUTE_TRANSFROM flows
  • Using new Spark image that fixes serialization errors when working with large GIS datasets
  • Fixed container runtime for systems using SELinux