megachangelog
dbt logo

dbt Changelog

dbt — Data, Analytics product updates and releases, tracked on megachangelog.


Feature1.12.0b2

dbt-core v1.12.0b2

Beta release with new features for model versioning, private git packages, OSI semantic layer support, v2 parser delegation, and user authentication. Includes multiple bug fixes for version handling, recursion limits, state management, and parser integration.

parsingversioningauthenticationdependenciesplugins
Announcement2.0.0-alpha.1

dbt v2.0.0-alpha.1 release

Alpha release of dbt 2.0 featuring the new v2 parser with fusion integration, user settings support, dbt login command, native private packages, OSI semantic layer parsing, and improved state management.

alphaparserauthsemantic-layerpackages
Improvement1.11.11

dbt-core v1.11.11

Fixed mypy type annotation failure with click 8.4.0 and restored dbt-adapters dependency upper bound to <2.0 after resolving breaking changes in dbt-adapters 1.24.0.

dbt-coredependenciestype-safetymaintenance
Improvement1.10.22

dbt-core v1.10.22

Restored dbt-adapters upper bound to less than 2.0, reverting the temporary cap that was in place. This change follows the resolution of the breaking change introduced in dbt-adapters 1.24.0.

dependenciesdbt-adaptersrelease
Fix1.11.10

dbt-core v1.11.10

Pinned dbt-adapters to versions below 1.24 to avoid breaking changes in JavaScript UDF macros that would cause KeyError exceptions during dbt parse operations.

dependenciesadaptersfixudf
Fix1.10.21

dbt-core v1.10.21

Fixes a docker OS dependency installation issue and caps dbt-adapters to prevent parse errors when encountering JS UDF macro changes from newer adapter versions.

dbt-coredependenciesdockerfix
Feature1.12.0b1

dbt-core v1.12.0b1

dbt-core 1.12.0 beta 1 adds extensive semantic layer v2 YAML support, function overloading and partial parsing improvements, new selector methods, environment variable loading from .env files, and numerous bug fixes across unit testing, dependency resolution, and deprecation handling.

semantic-layerfunctionsparsingtestingcli
Announcement2.0.0.dev0

dbt-kernel v2.0.0 developer preview

dbt-kernel version 2.0.0 is now available as a development preview for early testing and feedback.

dbt-kernelreleasepreview
Fix1.11.9

dbt-core v1.11.9

dbt-core 1.11.9 fixes static_analysis configuration parsing, state:modified detection for YAML changes in functions, and improves jsonschema accuracy for deprecation warnings. Docker image dependencies updated.

corefixmanifeststatedocker
Fix1.11.8

dbt-core v1.11.8

This patch release includes fixes for REST catalog compilation, deferral for UDFs, dbt-docs improvements for unit tests and Saved Query nodes, and various configuration and deprecation handling improvements.

fixesudfcatalogdeferraldocs