Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 2.77 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

dbt-postgres 1.9.0-b1 - September 25, 2024

Features

  • Add tests for cross-database cast macro (#76)
  • Cross-database date macro (#82)
  • Add support for Python 3.12 (#17)
  • Allow configuring snapshot column names (#144)
  • Microbatch incremental strategy implementation: merge (#149)

Fixes

  • Fix the semicolon semantics for indexes while respecting other bug fix (#85)
  • Default to psycopg2-binary and allow overriding to psycopg2 via DBT_PSYCOPG2_NAME (restores previous behavior) (#96)
  • Fix persist_docs for materialized_view materializations. Previously, using this configuration with materialized view models would lead to an error. (#120)

Under the Hood

  • Add support for experimental record/replay testing. (#123)
  • Updating changie.yaml to add contributors and PR links (#109)

Contributors

Previous Releases

For information on prior major and minor releases, see their changelogs: