Skip to content

Commit

Permalink
created 1.5.0rc1 changelog (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Apr 14, 2023
1 parent 376168c commit 87c3584
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 40 deletions.
16 changes: 0 additions & 16 deletions .changes/1.5.0-b1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/1.5.0-b2.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changes/1.5.0-b3.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changes/1.5.0-b4.md

This file was deleted.

27 changes: 27 additions & 0 deletions .changes/1.5.0-rc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## dbt-redshift 1.5.0-rc1 - April 13, 2023

### Features

- Support for data types constraints in Redshift ([#227](https://github.com/dbt-labs/dbt-redshift/issues/227), [#342](https://github.com/dbt-labs/dbt-redshift/issues/342))
- Stand-alone Python module for RedshiftColumn ([#290](https://github.com/dbt-labs/dbt-redshift/issues/290))
- Enforce contracts on models materialized as tables and views ([#319](https://github.com/dbt-labs/dbt-redshift/issues/319), [#340](https://github.com/dbt-labs/dbt-redshift/issues/340))
- Use contracted column order in create_table_as ([#356](https://github.com/dbt-labs/dbt-redshift/issues/356))
- Modify adapter to work with unified constraint fields ([#341](https://github.com/dbt-labs/dbt-redshift/issues/341))
- Add support for model-level constraints ([#343](https://github.com/dbt-labs/dbt-redshift/issues/343))

### Fixes

- Added methods to `RedshiftAdapter` that were inadvertantly dropped when migrating from `PostgresAdapter` to `SQLAdapter` ([#365](https://github.com/dbt-labs/dbt-redshift/issues/365))
- Fix two adapter logging bugs arising from using the redshift cursor object ([#373](https://github.com/dbt-labs/dbt-redshift/issues/373))
- Repair accidental change to dev-requirements ([#403](https://github.com/dbt-labs/dbt-redshift/issues/403))

### Under the Hood

- Replace psycopg2 connector with Redshift python connector when connecting to Redshift ([#219](https://github.com/dbt-labs/dbt-redshift/issues/219))
- remove tox call to integration tests ([#257](https://github.com/dbt-labs/dbt-redshift/issues/257))
- Convert Backup Table tests ([#293](https://github.com/dbt-labs/dbt-redshift/issues/293))
- Treat contract config as a python object ([#330](https://github.com/dbt-labs/dbt-redshift/issues/330), [#382](https://github.com/dbt-labs/dbt-redshift/issues/382))

### Contributors
- [@dave-connors-3](https://github.com/dave-connors-3) ([#227](https://github.com/dbt-labs/dbt-redshift/issues/227), [#342](https://github.com/dbt-labs/dbt-redshift/issues/342))
- [@sathiish-kumar](https://github.com/sathiish-kumar) ([#219](https://github.com/dbt-labs/dbt-redshift/issues/219))
File renamed without changes.
File renamed without changes.

0 comments on commit 87c3584

Please sign in to comment.