==============================================================================
Databricks SQL Kernel — Rust crate Release Notes
==============================================================================

These release notes summarize enhancements, new features, known issues,
and version history for the Databricks SQL Kernel Rust crate published
to crates.io (`databricks-sql-kernel`).

The Python (pyo3) and Node.js (napi) bindings ship on independent
cadences; their release notes live under `pyo3/release-notes.txt` and
`napi/release-notes.txt` respectively.

Version History ==============================================================

0.1.2 ========================================================================
Released 2026-06-06

Initial public release of the Rust kernel core.

Enhancements & New Features

 * `databricks-sql-kernel` Rust crate published to crates.io.
 * Async public API: Session → Statement → ExecutedStatement /
   ExecutedAsyncStatement → ResultStream, plus a flat Metadata surface
   (see docs/spec-v0.md).
 * SEA backend (Statement Execution API) with CloudFetch and inline-Arrow
   result paths; PAT, OAuth M2M, and OAuth U2M authentication.
