Changed - Made engine timeouts configurable - Better error logging - Upgrade `rustc` and dependencies
0.70.0
Changed - Upgraded to latest `rustc` - Upgraded to latest dependencies
0.69.0
Added - The `verify` command now accepts root datasets and in future will perform data integrity check Fixed - The `up-to-date` status reporting when pulling derivative datasets
0.68.0
Fixed - `tail` command will truncate cells that are too long and mask binary types for human-friendly output - Fetch overrides will no longer interfere with regular caching
0.67.0
Added - Engine provisioning now support concurrency limit (via `engine.maxConcurrency` config option) Fixed - When running in host networking mode (e.g. in container) the engine concurrency will be set to `1` to prevent engine instances from interfering with one another
0.66.0
Changed - Major logging system improvements (switched from `slog` to `tracing`)