Skip to content

Latest commit

 

History

History
91 lines (65 loc) · 5.35 KB

CHANGELOG.md

File metadata and controls

91 lines (65 loc) · 5.35 KB

Unreleased (TBD)

Features

  • Support dbt v1.4 (#146)

Fixes

  • Fix incremental composite keys (#144)

Contributors

dbt-mysql 1.1.0 (Feb 5, 2023)

Features

  • Support dbt v1.1 (#100)
  • More clear exception for invalid database config (#110, #111)

Documentation

  • Include supported Python versions (#115, #116)

Under the hood

  • docker compose MySQL and MariaDB database services for local testing (#9, #104)
  • New adapter testing framework (#105, #109)

Contributors

dbt-mysql 1.0.0 (March 13, 2022)

  • Support dbt v1.0 (#90)

dbt-mysql 0.21.1 (March 13, 2022)

  • Support dbt v0.21.1 (#89)

dbt-mysql 0.20.2 (March 13, 2022)

  • Support dbt v0.20.2 (#88)

dbt-mysql 0.20.1 (March 13, 2022)

  • Remove integration tests and docs for MySQL 5.6 (#74, #86)
  • Support dbt v0.20.1 (#87)

dbt-mysql 0.20.0 (March 13, 2022)

  • Support dbt v0.20.0 (#83)
  • Report status as SUCCESS instead of Unknown cursor state/status (#84)

dbt-mysql 0.19.2 (March 12, 2022)

  • Support dbt v0.19.2 (#81)

dbt-mysql 0.19.1 (March 6, 2022)

Under the hood

  • Integration tests for MySQL 5.7 (#70, #71)
  • Integration tests for MariaDB 10.5 (#72)
  • Support for MariaDB 10.5 (#32, #73)
  • Enable snapshot integration tests for MySQL 5.7 and MariaDB 10.5 (#75, #76)
  • Support dbt v0.19.1 (#80)

dbt-mysql 0.19.0.1 (February 19, 2022)

  • Optional ssl_disabled property (#67)

dbt-mysql 0.19.0.1rc1 (February 16, 2022)

Under the hood

  • Continuous integration using CircleCI (#8, #60)

Fixes

  • Execute incremental upsert queries separately (#62, #69)

dbt-mysql 0.19.0 (February 3, 2021)

  • Latest versions of dbt (0.19.0) and dbt-adapter-tests (4.0) (#53)

dbt-mysql 0.19.0rc1 (January 3, 2021)

  • Manage MySQL connections via a self-contained DB API 2.0 compliant Python driver (instead of ODBC) (#38)
  • Integration tests via (custom) dbt-adapter-tests (#45)
  • Split into two separate adapters for MySQL 5.x and 8.x (#46)

dbt-mysql 0.18.1 (December 6, 2020)

dbt-mysql 0.18.0 (December 6, 2020)

Under the hood

  • Support for MySQL 5.6, 5.7, and 8.0 (#24)
  • Manage MySQL connections via ODBC (#1)
  • Pass dbt-adapter-tests (#3)
  • Apache 2.0 license and instructions for project contributors, README, and release instructions (#2, #12, #17)
  • Add issue templates and CHANGELOG (#18)
  • Support case-sensitive identifiers (schemas, tables/views, and columns) (#26)