Skip to content
brickster.ai
Updates

Latest releases from the Databricks ecosystem.

New versions from the official SDKs, CLI and Asset Bundles, Terraform provider, Unity Catalog, MLflow, Delta, dbt-databricks, and more. Summarized for scanning.

Repo:

This week

3 releases

Last week

13 releases
unitycatalog/unitycatalog
ai-v0.4.0

Unity Catalog AI 0.4.0

DatabricksFunctionClient now supports an optional warehouse_id for function execution, enabling use in workspaces without serverless compute. Python 3.10+ is now required, and several bug fixes address Gemini toolkit, LangGraph, and OSS client function creation issues.

5d ago
databricks/databricks-sdk-go
v0.130.0

Unified host detection is now automatic, removing the `Experimental_IsUnifiedHost` field and enabling a single configuration profile for both account and workspace operations. The file-based OAuth token cache has been removed, defaulting to an in-memory cache unless a persistent cache is explicitly provided.

6d ago
databricks/databricks-sdk-java
v0.105.0

The SDK now automatically detects AI coding agents and appends agent information to HTTP request headers, while also removing the unused `experimentalIsUnifiedHost` field from `DatabricksConfig`. A bug fix addresses `X-Databricks-Org-Id` header issues for `SharesExtImpl.list()` on SPOG hosts, and several API method paths have changed, which are breaking changes.

6d ago
databricks/databricks-sdk-py
v0.105.0
6d ago
databricks/databricks-sdk-py
v0.104.0

WorkspaceExt upload/download and SharesExt list now include the X-Databricks-Org-Id header for SPOG host compatibility. WorkspaceClient.get_workspace_id avoids an API call when the workspace ID is already known, fixing a SPOG host failure.

6d ago
databricks/cli
v0.298.0

The CLI now supports a --limit flag for paginated list commands and caches host metadata lookups for faster execution. The bundles feature adds support for Vector Search Endpoints and prompts before destroying Lakebase resources.

1w ago
delta-io/delta-rs
rust-v0.32.0

This release improves the new Datafusion TableProvider and log parsing performance, alongside numerous bug fixes. Key fixes address issues with DeltaScan schema handling, streamed merge file pruning, and incorrect row counts for DELETE operations.

1w ago
databricks/databricks-sdk-go
v0.129.0

This release introduces new workspace-level services for supervisor agents and Unity Catalog secrets, along with an update method for tokens. Several existing API methods for data classification, environments, knowledge assistants, Postgres, and warehouses have breaking changes due to path modifications.

1w ago
databricks/databricks-sdk-java
v0.104.0

This release adds support for Azure MSI authentication and consistent default profile resolution from .databrickscfg. It also fixes issues with non-JSON error responses and Databricks CLI token scope mismatches, while introducing new API methods for catalog, apps, genie, and pipelines services.

1w ago
databricks/databricks-sdk-go
v0.128.0

The SDK now allows installing a shared host metadata resolver globally and improves WorkspaceClient.CurrentWorkspaceID() to avoid an API call when the workspace ID is already known. Fixes include adding the X-Databricks-Org-Id header to Workspace.Download(), Workspace.Upload(), and SharesAPI.internalList() for SPOG host compatibility.

1w ago
databricks/databricks-vscode
nightly-fix/replace-softprops-action
pre-release

Nightly - fix/replace-softprops-action

Nightly build from fix/replace-softprops-action

1w ago
databricks/databricks-sdk-py
v0.103.0

This release automatically detects unified hosts for both account and workspace operations, and accepts `DATABRICKS_OIDC_TOKEN_FILEPATH` for OIDC tokens. It drops support for Python 3.8 and 3.9, requiring Python 3.10 or newer.

1w ago
databricks/dbt-databricks
v1.11.7

This release adds support for Notebook-scoped packages when submitting commands or running notebook jobs. It also includes fixes for workflow job creation, duplicate aliases in empty mode, and insert-by-name for microbatch and replace_where strategies.

1w ago

Week of Apr 13

14 releases
databricks/cli
v0.296.1

This release fixes an error where bundle commands failed due to an expired key when downloading Terraform. Users will no longer encounter the "unable to verify checksums signature: openpgp: key expired" error.

1w ago
databricks/cli
v0.295.1

This release fixes an error where bundle commands failed due to an expired key when downloading Terraform. Users can now run bundle commands without encountering checksum signature verification issues.

1w ago
databricks/cli
v0.294.1

This release fixes a "key expired" error that occurred when running Databricks bundle commands. The fix resolves issues with Terraform checksum signature verification during bundle operations.

1w ago
databricks/cli
v0.293.1

This release fixes an error where bundle commands failed due to an expired OpenPGP key during Terraform downloads. Users can now run bundle commands without encountering checksum signature verification issues.

1w ago
databricks/cli
v0.291.1

This release fixes a "key expired" error that occurred when running Databricks bundle commands. The issue prevented Terraform downloads due to checksum signature verification failures.

1w ago
databricks/cli
v0.290.2

This release fixes an error where bundle commands failed due to an expired key when downloading Terraform. Users will no longer encounter the "unable to verify checksums signature: openpgp: key expired" error.

1w ago
databricks/cli
v0.288.1

This release fixes an error where bundle commands failed due to an expired key when downloading Terraform. Users can now run bundle commands without encountering checksum signature verification issues.

1w ago
databricks/cli
v0.289.2

This release fixes an error where bundle commands failed due to an expired key when downloading Terraform. Databricks practitioners can now use bundle commands without encountering checksum signature verification issues.

1w ago
databricks/cli
v0.297.2

This release fixes a "key expired" error when running `databricks bundle deploy` by updating the Terraform binary installation process. It now uses a hardcoded ArmoredPublicKey to resolve checksum signature verification issues.

1w ago
unitycatalog/unitycatalog
v0.4.1

UnityCatalog 0.4.1

The Unity Catalog Spark connector now supports atomic REPLACE TABLE AS SELECT and Dynamic Partition Overwrite for managed Delta tables, and introduces a credential-scoped file system to prevent out-of-memory errors. A critical security fix addresses a JWT issuer validation bypass, requiring new server configurations for existing deployments with authorization enabled.

1w ago
databricks/terraform-provider-databricks
v1.113.0

This release adds new resources for managing Postgres catalogs, synced tables, and workspace base environments. It also introduces an `api` field for dual account/workspace resources to explicitly control API level, supporting unified hosts like `api.databricks.com`.

1w ago
delta-io/delta
v4.2.0

Delta Lake 4.2.0

This release enhances Unity Catalog managed tables with support for REPLACE TABLE, RTAS, Dynamic Partition Overwrite, and improved streaming read options like `startingTimestamp` and `skipChangeCommits`. It also introduces general availability for Variant columns and adds support for Geospatial and Collations table features, alongside fixes for various data skipping and DML issues.

1w ago
databricks/databricks-sdk-go
v0.127.0

This release raises the minimum Go version to 1.24 and introduces new features like a host metadata resolver hook and a lazy iterator with item limits. It also includes numerous bug fixes for token acquisition and caching issues, alongside extensive API additions for various Databricks services.

2w ago
mlflow/mlflow
ts/v0.2.0-rc.1
pre-release

TypeScript SDK 0.2.0 RC1

Release candidate for `@mlflow/vercel` TypeScript package with version 0.2.0: https://github.com/mlflow/mlflow/pull/22105

2w ago

Week of Apr 6

2 releases

Week of Mar 30

1 release

Week of Mar 16

14 releases
databricks/databricks-sdk-go
v0.126.0

This release adds a new method to force-refresh cached U2M OAuth tokens, returning an error on failure instead of falling back. It also introduces an error for when a token refresh is requested but no refresh token is available.

1mo ago
databricks/databricks-sdk-java
v0.103.0

The Databricks SDK for Java now includes a `disableGovTagCreation` field in both v1 and v2 of the `RestrictWorkspaceAdminsMessage` settings. This allows programmatic control over the creation of governance tags within a workspace.

1mo ago
databricks/databricks-sdk-go
v0.125.0

The SDK now automatically detects AI coding agents and appends `agent/<name>` to HTTP request headers. New `DisableGovTagCreation` fields were added to `settings.RestrictWorkspaceAdminsMessage` and `settingsv2.RestrictWorkspaceAdminsMessage`.

1mo ago
databricks/databricks-sdk-py
v0.102.0

The SDK now automatically detects AI coding agents and appends agent information to HTTP request headers. Two new fields, `disable_gov_tag_creation`, were added to restrict workspace admin settings.

1mo ago
databricks/terraform-provider-databricks
v1.112.0

* Add resource and data sources for `databricks_postgres_role`.

1mo ago
databricks/databricks-sdk-java
v0.102.0

* Add `parentPath` field for `com.databricks.sdk.service.dashboards.GenieSpace`.

1mo ago
databricks/databricks-sdk-go
v0.124.0

OAuth token refreshing is now proactive for tokens expiring within five minutes, returning the existing token if refresh fails but it's still valid. The `dashboards.GenieSpace` struct now includes a `ParentPath` field.

1mo ago
databricks/databricks-sdk-py
v0.101.0

This release introduces a new `environments` service for managing Databricks environments and adds a `parent_path` field to `GenieSpace` dashboards. It also includes a `can_create_app` permission level for IAM.

1mo ago
databricks/databricks-sdk-go
v0.123.0

The Databricks SDK for Go now supports specifying a default profile within the `[__settings__]` section of your `.databrickscfg` file. This allows for easier configuration management when working with multiple Databricks profiles.

1mo ago
mlflow/mlflow
v3.11.0rc0
pre-release

MLflow 3.11.0rc0 introduces AI-powered issue identification for agent traces, budget alerts for AI Gateway spending, and a new interactive graph view for trace hierarchies. It also adds pickle-free model serialization, UV package manager support, and native OpenTelemetry GenAI convention support for trace export.

1mo ago
databricks/databricks-vscode
release-v2.10.6

Release: v2.10.6 (#1858)

This release fixes an issue where the VS Code extension would not correctly handle 404 errors from the Databricks SDK. This improves stability when interacting with Databricks resources.

1mo ago
databricks/databricks-sdk-java
v0.101.0

Databricks Jobs now support new alert-related fields in run outputs and task definitions. The SDK also introduces a new `environments` package and service for managing workspace environments, alongside a new `CAN_CREATE_APP` permission level.

1mo ago
databricks/databricks-sdk-go
v0.122.0

This release adds new fields for job alert configurations across various job-related structs, including `RunOutput`, `RunTask`, `SubmitTask`, and `Task`. It also introduces a new `environments` package and service for managing workspace environments, alongside a `CanCreateApp` permission level.

1mo ago
databricks/databricks-sdk-py
v0.100.0

You can now specify a `default_profile` in the `[__settings__]` section of your `.databrickscfg` file for consistent profile resolution. Several job-related objects now include new `alert_output` and `alert_task` fields.

1mo ago

Week of Mar 9

11 releases
delta-io/delta-rs
python-v1.5.0

python-v1.5.0: faster writes, log compaction, spil config in MERGE

This release introduces faster Delta table writes through parallel partition writers and adds log compaction for improved performance. The `MERGE` operation now supports disk spilling for larger datasets, and `get_add_actions` returns an Arrow Table instead of a RecordBatch, which is a breaking change.

1mo ago
databricks/databricks-sdk-java
v0.100.0

This release adds new fields for defining ingestion pipelines, including connector type, data staging options, and source catalog/schema/table details. It also introduces a `subDomain` field for external function requests in the serving API.

1mo ago
databricks/databricks-sdk-go
v0.121.0

This release adds new fields and methods across several services, including updates for ML features, pipelines, and Postgres roles. It also introduces breaking changes by making previously required fields optional in ML-related DeltaTableSource, Feature, Function, and KafkaSource configurations.

1mo ago
databricks/databricks-sdk-py
v0.99.0

This release adds new fields for defining ingestion pipelines, including connector type, data staging options, and detailed ingestion source information. It also introduces a `sub_domain` field for external function requests in the serving API.

1mo ago
databricks/dbt-databricks
v1.11.6

This release enables concurrent microbatch execution and adds an optimize() call to snapshot materializations. It also fixes issues with quoting catalog names, applying column-level tags for V1 tables, and enforcing constraints.

1mo ago
databricks/databricks-sdk-java
v0.99.0

This release adds new fields and methods for MLflow Feature Store and Postgres role management. Several fields in MLflow Feature Store related services are now optional, which is a breaking change for some existing integrations.

1mo ago
databricks/databricks-sdk-py
v0.98.0

This release introduces new methods for the Genie workspace service and an update role method for the Postgres service. Several fields across ML and other services are now optional, with some of these changes being breaking.

1mo ago
databricks/terraform-provider-databricks
v1.111.0

This release introduces new resources for managing Postgres databases, data classification catalog configurations, and knowledge assistant features. It also renames the `databricks_apps_space` resource to `databricks_app_space`.

1mo ago
databricks/databricks-sdk-java
v0.98.0

This release introduces new services for Data Classification and Knowledge Assistants, accessible via `workspaceClient`. It also adds several new methods for managing Genie evaluation runs and results.

1mo ago
databricks/databricks-sdk-java
v0.97.0

Databricks SDK for Java now allows fine-grained control over HTTP request timeouts through a new `withRequestConfig` method on `CommonsHttpClient.Builder`. This enables practitioners to configure specific timeout settings for their HTTP client requests.

1mo ago
databricks/databricks-sdk-py
v0.97.0

Databricks CLI authentication now correctly errors on token scope mismatches, prompting re-authentication instead of silently using incorrect permissions. New `dataclassification` and `knowledge_assistants` services and corresponding workspace-level APIs have been added.

1mo ago

Week of Mar 2

3 releases

Week of Feb 23

3 releases

Week of Feb 16

6 releases
mlflow/mlflow
v3.10.0

MLflow 3.10.0 introduces multi-workspace support for organizing experiments and models, alongside new GenAI features like multi-turn evaluation, LLM cost tracking, and AI Gateway usage analytics. The UI has been redesigned for improved navigation, including a new workflow type selector and in-UI trace evaluation capabilities.

2mo ago
databricks/terraform-provider-databricks
v1.109.0

* Mark `effective_enable_file_events` as read-only in `databricks_external_location` to prevent Terraform drift.

2mo ago
databricks/dbt-databricks
v1.11.5

This release fixes an issue where multiple foreign keys between tables were not retained after an incremental run. It also resolves a bug where changes to materialized view partition_by clauses failed to apply correctly.

2mo ago
databricks/terraform-provider-databricks
v1.108.0

You can now manage Lakebase database project permissions using `database_project_name` in `databricks_permissions` and configure `node_type_flexibility` for `databricks_instance_pool` resources. A bug was fixed that previously caused errors during WorkspaceClient() creation in `databricks_grant` and `databricks_grants` resources.

2mo ago
databricks/terraform-provider-databricks
v1.107.0

This release adds new Terraform resources and data sources for managing Databricks Apps Space and Endpoints. It also updates the underlying Go SDK to version 0.108.0.

2mo ago
delta-io/delta-rs
python-v1.3.3

This release provides a fix for a Rust-related issue, backporting a previous pull request. Databricks users will experience improved stability due to this underlying fix.

2mo ago

Week of Feb 9

5 releases
unitycatalog/unitycatalog
v0.4.0

UnityCatalog 0.4.0

Unity Catalog 0.4.0 introduces full support for AWS Storage Credentials and External Locations, enabling secure, governed access to S3 data via temporary, scoped credentials. It also enables automatic credential renewal by default for long-running Spark jobs and adds atomic CTAS operations for Delta tables.

2mo ago
databricks/terraform-provider-databricks
v1.106.0

The `databricks_workspace_file` resource now supports payloads larger than 10MB, and `databricks_mws_storage_configurations` includes a `role_arn` field for S3 bucket sharing with Unity Catalog. Several bug fixes address issues with `databricks_mws_ncc_private_endpoint_rule` updates, `databricks_secret_acl` management, `databricks_app` resource reading after external deletion, and `databricks_users` data source `extra_attributes` parameter behavior.

2mo ago
mlflow/mlflow
v3.10.0rc0
pre-release

MLflow now supports multi-workspace environments for organizing experiments and resources, alongside a new top-level navigation split for GenAI and Classical ML workflows. Key new features include multi-turn conversation simulation, automatic LLM trace cost tracking, AI Gateway usage analytics, and a CLI command to generate a demo MLflow environment.

2mo ago
delta-io/delta-rs
python-v1.4.2

This release introduces a session-first DataFusion integration and exposes Delta Lake Vacuum (DV) metadata as Arrow streams. It also fixes issues with schema merge appends for generated columns and improves parquet predicate pushdown.

2mo ago
delta-io/delta-rs
python-v1.4.1

This release fixes issues with file statistics alignment during Parquet reads and resolves DML predicates against the correct execution scan schema. It also updates the asserted nullability in the DataValidation output schema.

2mo ago

Week of Feb 2

1 release

Week of Jan 26

3 releases

Week of Jan 19

2 releases

Week of Jan 12

6 releases
mlflow/mlflow
v3.9.0rc0
pre-release

MLflow 3.9.0rc0 introduces an in-product AI Assistant for debugging and a new Trace Overview Dashboard for GenAI experiments. The AI Gateway is now integrated into the tracking server, and users can configure LLM judges for online monitoring and build custom judges directly in the UI.

3mo ago
delta-io/delta
v4.0.1

Delta Lake 4.0.1

The "managed table" feature is renamed to `catalogManaged` and its associated Unity Catalog table ID property is updated, which is a breaking change. Unity Catalog now supports OAuth authentication for catalogs and creating UC-managed Delta tables where UC is the source of truth for table properties.

3mo ago
delta-io/delta-rs
python-v1.3.2

This release enables new table provider integration for query building and data sinks, along with migrating table scans. It also fixes an issue where deleting from an empty table would fail and improves data validation for deletion vectors.

3mo ago
databricks/dbt-databricks
v1.10.18

This release updates internal dbt-common and dbt-adapter dependency pins for the 1.10.x series. There are no new user-facing features, fixes, or breaking changes in this version.

3mo ago
databricks/dbt-databricks
v1.10.17

This release updates the dbt-core dependency pin. No user-facing features, fixes, or breaking changes are included.

3mo ago
databricks/dbt-databricks
v1.11.4

This release adds a query-id to SQLQueryStatus for improved tracking. It also fixes an issue where hard_deletes incorrectly invalidated active records in snapshots and addresses a serverless Python model environment version configuration bug.

3mo ago

Week of Jan 5

2 releases

Week of Dec 29, 2025

1 release

Week of Dec 15, 2025

2 releases

Week of Dec 8, 2025

2 releases

Week of Sep 29, 2025

1 release

Week of Aug 25, 2025

2 releases

Week of Aug 4, 2025

1 release

Week of Jul 14, 2025

2 releases

Week of Jun 30, 2025

1 release

Week of Jun 23, 2025

1 release

Week of Jun 9, 2025

1 release

Week of May 26, 2025

1 release

Week of May 19, 2025

1 release

Week of May 5, 2025

2 releases

Week of Apr 21, 2025

2 releases

Week of Apr 14, 2025

1 release

Week of Mar 31, 2025

1 release

Week of Mar 10, 2025

1 release

Week of Mar 3, 2025

1 release

Week of Feb 24, 2025

2 releases

Week of Jan 20, 2025

2 releases

Week of Jan 6, 2025

2 releases

Week of Dec 9, 2024

1 release

Week of Sep 23, 2024

1 release

Week of Jun 10, 2024

1 release

Week of May 6, 2024

1 release