Added - Early Web UI prototype is now available via `kamu ui` command
0.83.0
Added - Using code generation for GQL wrappers around ODF types - Extended GQL API with root source metadata
0.82.0
Added - Added more libraries into Jupyter image (including `xarray`, `netcdf4`, and `hvplot`). - Improved examples and demo environment.
0.81.1
Fixed - Upgrading Spark engine that fixes merge strategies producing unnecessary updates. - Fixed `filesGlob` entering infinite loop when last file does not result in a commit (no new data to ingest).
0.81.0
Changed - GQL `tail` query will now return `DataQueryResult` containing schema information instead of raw `DataSlice`.
0.80.0
Added - GQL API now supports executing arbitrary SQL queries (using `datafusion` engine). Changed - Removed use of default values from GQL schema. - Upgraded to latest `arrow` and `datafusion`.