Skip to content

Commit

Permalink
v0.216.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Dec 30, 2024
1 parent acb7458 commit fa5b7a7
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 150 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ Recommendation: for ease of reading, use the following order:
- Fixed
-->

## [Unreleased]
## [0.216.0] - 2024-12-30
### Changed
- Flight SQL protocol now fully support authentication (anonymous and bearer token)
- Flight SQL protocol now supports anonymous and bearer token authentication
- The `kamu notebook` command now defaults to `DataFusion` engine for speed, but you can switch to Spark with `--engine spark` argument
- The `kamu notebook` command uses new image based on latest Jupyter and new [`kamu-client-python`](https://github.com/kamu-data/kamu-client-python) library
- The `kamu sql server` command interface changed to use `--engine datafusion/spark`, removing the `--flight-sql` flag
- Examples in `example/flightsql/python` were updated to new auth and showcasing `kamu` Python library
- The `kamu sql server` command now defaults to `DataFusion` engine with interface changed to use `--engine datafusion/spark`, removing the `--flight-sql` flag
- Examples in `examples/flightsql/python` were updated to new auth and showcasing `kamu` Python library
- Most notebooks in `examples/` directory are using `kamu` Python library with `DataFusion` engine, with Spark still in use for GIS extensions

## [0.215.1] - 2024-12-30
### Fixed
Expand Down
Loading

0 comments on commit fa5b7a7

Please sign in to comment.