Skip to content

Release v0.226.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 13:32
dba91b1

[0.226.4] - 2025-03-07

Changed

  • Simple Transfer Protocol & Smart Transfer Protocol use AppendDatasetMetadataBatchUseCase
  • SQLite: protection against database locking, in case of parallel execution of kamu commands.
    • Based on journal_mode=WAL
  • GQL: speeding up work by reducing allocations

Fixed

  • API server correctly logs unknown routes
  • GQL: Search::query(): fix regression resulting in unstable ordering of search results
  • Fix JSON encoding of BinaryView and Utf8View data (#1127)