Fixed - SQL shell does not use temp directory for shell init script to avoid extra mounts
0.65.1
Fixed - Ingest errors will be correctly reported under `podman` where exit code was taking precedence over error specified in the engine response file
0.65.0
Changed - Coordinator now communicates with engines via `gRPC` protocol as specified by ODF spec - Above lets us display readable errors to the user without them needing to dig through log files
0.64.0
Changed - Switched to BSL code license. See [License FAQ](docs/license_faq.md) for more information about this change.
0.63.0
Fixed - Data exchange with the engines not uses `.kamu/run` directory, so on systems that run Docker in VMs (Linux, Windows) it's no longer necessary to add extra mounts for the temp directories
0.62.2
Fixed - Adding few workarounds around bugs in Arrow / DataFusion related to working with DECIMAL and TIMESTAMP types