Skip to content

Release v0.216.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 21:23
v0.216.0
fa5b7a7

[0.216.0] - 2024-12-30

Changed

  • 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 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