Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.14 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.8.0-b5 - April 29, 2024

Features

  • Debug log when type_code fails to convert to a data_type

Fixes

  • remove materialized views from renambeable relation and remove a quote
  • Replace usage of Set with List to fix issue with index updates intermittently happening out of order

dbt-postgres 1.8.0-b2 - April 03, 2024

Under the Hood

  • Add unit test for transaction semantics.

Dependencies

  • add "no-binary" install option
  • Add dbt-core as a dependency to preserve backwards compatibility for installation

Security

  • Pin black>=24.3 in pyproject.toml

dbt-postgres 1.0.8-b3 - April 16, 2024

Fixes

  • Determine psycopg2 based on platform_system (Linux or other), remove usage of DBT_PSYCOPG2_NAME environment variable

Under the Hood

  • Update dependabot configuration to cover GHA