Skip to content

plugins-destination-duckdb-v5.0.0

Choose a tag to compare

@cq-bot cq-bot released this 16 Oct 11:06
1f1ec2b

5.0.0 (2023-10-16)

⚠ BREAKING CHANGES

  • Upgrade to DuckDB v0.9.1. Because this changes the underlying storage layer of DuckDB, it is considered a breaking change. Previous versions of the CloudQuery DuckDB plugin used DuckDB version v0.8.x. The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa. The storage will be stabilized when version 1.0 releases. For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB. See the storage page for more information: https://duckdb.org/internals/storage

Bug Fixes

  • deps: Update github.com/cloudquery/arrow/go/v14 digest to d401686 (#14459) (7ce40f8)
  • deps: Update github.com/cloudquery/arrow/go/v14 digest to dbcb149 (#14537) (68686f4)
  • deps: Update module github.com/cloudquery/cloudquery-api-go to v1.2.6 (#14475) (83fe7ca)
  • deps: Update module github.com/cloudquery/cloudquery-api-go to v1.2.8 (#14503) (4056593)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.2 (#14378) (a2e0c46)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.3 (#14436) (d529e2d)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.4 (#14489) (9bb45dc)
  • deps: Update module github.com/cloudquery/plugin-sdk/v4 to v4.12.5 (#14516) (2d905bf)
  • deps: Update module golang.org/x/net to v0.17.0 [SECURITY] (#14500) (9e603d5)
  • Upgrade to DuckDB v0.9.1. Because this changes the underlying storage layer of DuckDB, it is considered a breaking change. Previous versions of the CloudQuery DuckDB plugin used DuckDB version v0.8.x. The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa. The storage will be stabilized when version 1.0 releases. For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB. See the storage page for more information: https://duckdb.org/internals/storage (109aa9b)