---
name: dbt Labs
slug: dbt-labs
domain: getdbt.com
category: developer-tools
sources: 2
total_releases: 186
releases_last_30d: 15
avg_releases_per_week: 4
last_updated: 2026-07-20
tracking_since: 2024-02-01
canonical: https://releases.sh/dbt-labs
overview_url: https://releases.sh/dbt-labs/overview.md
tags:
  - analytics
  - data
  - sql
  - transformations
accounts:
  github: "dbt-labs"
  x: "dbt_labs"
  youtube: "/c/dbt-labs"
---

## Overview

Recently shipped dbt-core v1.12.0rc3 and v2.0.0-alpha.4, and the OSI spec became Apache Ossie (Incubating).

**The v1.12 release candidate line progressed through three rounds.** rc1 removed the experimental `dbt login` command and the bundled `dbt-state` plugin as a breaking change. rc2 set flags introduced in 1.9 and 1.10 to true by default, another breaking change. rc3 added CLI usage hints, fixed UDF dependencies being dropped from the DAG, and reduced parse-time memory by virtualizing macros. The `direct_parents` attribute for model nodes landed in the beta, and Fusion-specific `warn_error_options` names are now tolerated rather than erroring.

**The v2.0 alpha gained deeper warehouse and catalog support.** DuckDB can read and write Horizon and Unity (Iceberg REST) catalogs via duckdb 1.5.4, with catalog-aware materializations for DuckLake, Iceberg REST, and local filesystem catalogs. Redshift uses `USE`/`RESET USE` per node for cross-database operations and `SHOW GRANTS ON TABLE` for grants when datasharing is enabled. The `--empty` flag works with the seed command, and a Homebrew distribution (`brew install dbt`) landed. Versioned models now automatically create a latest-version pointer view, and the maximum seed size for state comparison is configurable.

**The OSI open semantic layer spec entered the Apache Incubator under a new name.** The project is now Apache Ossie (Incubating), renamed from Open Semantic Interchange to avoid confusion with the Open Source Initiative. Governance and long-term stewardship move to the Apache Software Foundation.

**Context engineering emerged as a discipline.** Three blog posts laid out a practical framework: structuring information for AI reasoning, building agentic data stacks on dbt, and migrating to dbt by starting fresh rather than lift-and-shifting legacy workflows.

**The v1.11.x line got one more fix.** v1.11.12 stopped emitting spurious deprecation warnings for `state` model configs like `pre_clone` and `lag_tolerance`.

<Source name="dbt Blog" slug="dbt-blog" type="feed" releases="37" latest-date="2026-07-13T16:00:00.000Z" url="https://releases.sh/dbt-labs/dbt-blog" />
<Source name="dbt-core" slug="dbt-core" type="github" releases="118" latest-version="v2.0.0-alpha.5" latest-date="2026-07-20T10:03:00.000Z" url="https://releases.sh/dbt-labs/dbt-core" />

## Recent Releases

_Summaries below — fetch the release's `canonical` URL for full content, or `url` for the original source._

<Release source="dbt-core" version="v1.12.0" date="July 16, 2026" published="2026-07-16T13:56:39.000Z" url="https://github.com/dbt-labs/dbt-core/releases/tag/v1.12.0" canonical="https://releases.sh/release/rel_wx0j39CK8njVEv_1tYbsf" truncated="true">
### dbt-core v1.12.0

## dbt-core 1.12.0 - Alecia Beth Moore-Hart (P!NK) (July 16, 2026)

### Breaking Changes

- Remove the experimental `dbt login` command and the bu...
</Release>

<Release source="dbt-blog" date="July 13, 2026" published="2026-07-13T16:00:00.000Z" url="https://www.getdbt.com/blog/osi-is-now-apache-ossie" canonical="https://releases.sh/release/rel_mSe-7_EznU23Z73Q-M5x9" truncated="true">
### OSI is now Apache Ossie (Incubating)

The Open Semantic Interchange (OSI) project has been accepted into the Apache Incubator and renamed to Apache Ossie (Incubating). The specification, community, and mission remain unchanged; all references to OSI are historical and will be removed over time.
</Release>

<Release source="dbt-core" version="v1.11.12" date="July 1, 2026" published="2026-07-01T13:16:51.000Z" url="https://github.com/dbt-labs/dbt-core/releases/tag/v1.11.12" canonical="https://releases.sh/release/rel_uZJG4XBCOCY6QO8hcpbdr" truncated="true">
### dbt-core v1.11.12

Stopped emitting spurious deprecation warnings for `state` model configs (`pre_clone`, `lag_tolerance`, `require_fresh_data_from`) by adding the `ModelState` schema to bundled jsonschemas.
</Release>

<Release source="dbt-blog" date="June 16, 2026" published="2026-06-16T21:37:00.000Z" url="https://www.getdbt.com/blog/start-fresh-don-t-lift-and-shift-a-dbt-migration-guide" canonical="https://releases.sh/release/rel_rjuuSF6sOuaWMIWL3MoW1" truncated="true">
### Start fresh, don't lift and shift: a dbt migration guide

# Start fresh, don't lift and shift: a dbt migration guide

We've seen this pattern often enough to name it. A team migrates to dbt, spends six months...
</Release>

<Release source="dbt-blog" date="June 16, 2026" published="2026-06-16T21:12:00.000Z" url="https://www.getdbt.com/blog/how-dbt-makes-agentic-data-pipelines-trustworthy-the-transformation-layer-s-role-in-autonomous" canonical="https://releases.sh/release/rel_KcYXOBnD6EVPV0CIo88Ii" truncated="true">
### How dbt makes agentic data pipelines trustworthy: the transformation layer's role in autonomous data systems

## What's missing from every agentic data pipeline diagram

Agentic, self-healing pipelines are having a moment. Dagster has published its [AI-driven ...
</Release>

<Release source="dbt-blog" date="June 16, 2026" published="2026-06-16T20:55:00.000Z" url="https://www.getdbt.com/blog/context-engineering-is-the-new-analytics-engineering-skill-a-practical-guide-for-dbt-users" canonical="https://releases.sh/release/rel_fbawtiBCIzxknry4_drUO" truncated="true">
### Context engineering is the new analytics engineering skill: a practical guide for dbt users

## What is context engineering?

When the idea that 2026 is "the year of context" started making the rounds, Joe Reis answered with a [send-up of cont...
</Release>

<Release source="dbt-blog" date="June 16, 2026" published="2026-06-16T20:09:00.000Z" url="https://www.getdbt.com/blog/building-the-agentic-data-stack-a-practical-dbt-guide-for-the-ai-era" canonical="https://releases.sh/release/rel_bHycCjZoBE4yY-P4F--6l" truncated="true">
### Building the agentic data stack: A practical dbt guide for the AI era

## Building the agentic data stack: A practical dbt guide for the AI era

## The AI readiness gap is bigger than it looks

Ali Ghodsi [said earlier th...
</Release>

<Release source="dbt-blog" date="May 28, 2026" published="2026-05-28T08:00:00.000Z" url="https://www.getdbt.com/blog/what-data-infrastructure-do-agents-need" canonical="https://releases.sh/release/rel_YrP17TS6Y87hhYJVo1MST" truncated="true">
### What data infrastructure do agents need?

# What data infrastructure do agents need?

AI agents do not fail because of a weak model. Rather, they fail because of using infrastructure that was ...
</Release>

<Release source="dbt-core" version="v1.11.11" date="May 20, 2026" published="2026-05-20T11:09:08.000Z" url="https://github.com/dbt-labs/dbt-core/releases/tag/v1.11.11" canonical="https://releases.sh/release/rel__gZ2BxTrv01Cro42ytE0A" truncated="true">
### dbt-core v1.11.11

## dbt-core 1.11.11 - May 20, 2026

### Under the Hood

- Annotate PARAM_TYPE_MAP to fix mypy failure with click 8.4.0 ([#N/A](https://github.com/dbt-...
</Release>

<Release source="dbt-core" version="v1.10.22" date="May 20, 2026" published="2026-05-20T10:52:20.000Z" url="https://github.com/dbt-labs/dbt-core/releases/tag/v1.10.22" canonical="https://releases.sh/release/rel_63KHSb_bEL5wmIM8cbF_A" truncated="true">
### dbt-core v1.10.22

## dbt-core 1.10.22 - May 20, 2026

### Dependencies

- Restore dbt-adapters upper bound to <2.0 (reverting the temporary <1.24 cap) now that the brea...
</Release>

## Fetching more

Append `.md` (markdown), `.json` (raw data), or `.atom` (feed) to any URL on this page.

- Per-source history: `https://releases.sh/dbt-labs/{source-slug}`
- Atom feed: `https://releases.sh/dbt-labs.atom`
- Individual release: `https://releases.sh/release/{release-id}`
