* Added Delta Live Tables events method to `pipelines.PipelinesAPI` ([339](https://github.com/databricks/databricks-sdk-go/pull/339)).
* Added `id` field to the `SparkVersionRequest` for easier integration with Terraform's [databricks_spark_version](https://registry.terraform.io/providers/databricks/databricks/latest/docs/data-sources/spark_version) data source ([#335](https://github.com/databricks/databricks-sdk-go/pull/335)).
* Improve auth fixture capturing ([336](https://github.com/databricks/databricks-sdk-go/pull/336), [#337](https://github.com/databricks/databricks-sdk-go/pull/337)).
* Make logger context aware and added examples of usage together with [`zerolog`](https://github.com/databricks/databricks-sdk-go/tree/main/examples/zerolog) and [`slog`](https://github.com/databricks/databricks-sdk-go/tree/main/examples/slog) ([#333](https://github.com/databricks/databricks-sdk-go/pull/333)).
* Update from OpenAPI spec and added new APIs ([338](https://github.com/databricks/databricks-sdk-go/pull/338)).
Dependency updates:
* Bump google.golang.org/api from 0.111.0 to 0.112.0 ([334](https://github.com/databricks/databricks-sdk-go/pull/334)).