Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct CHANGELOG.md #264

Merged
merged 17 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changes/0.1.0/Docs-20240109-131629.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Docs-20240109-131736.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Docs-20240109-131858.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Docs-20240109-131917.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Features-20240212-123544.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Fixes-20240215-141545.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Fixes-20240216-135420.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Under the Hood-20240109-131958.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Under the Hood-20240112-230236.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Under the Hood-20240123-121220.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/0.1.0/Under the Hood-20240220-164223.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .changes/1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
## dbt-adapters 1.0.0 - April 01, 2024

### Features

* Update RelationConfig to capture all fields used by adapters

### Fixes

* Add field wrapper to BaseRelation members that were missing it.
* Add "description" and "meta" fields to RelationConfig protocol
* Ignore adapter-level support warnings for 'custom' constraints
* Make all adapter zone tests importable by removing "Test" prefix

### Docs

* Configure `changie`
* Setup ADR tracking framework
* Create issue templates
* Create PR template

### Under the Hood

* Lazy load agate to improve dbt-core performance
* add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS
* Configure `dependabot`
* Implement unit testing in CI
* Allow version to be specified in either __version__.py or __about__.py
* Remove __init__.py file from dbt.tests

### Security

Expand Down
5 changes: 5 additions & 0 deletions .changes/1.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
### Features

* Improvement of the compile error message in the get_fixture-sql.sql when the relation or the model not exist
* Cross-database `date` macro

### Fixes

* Update Clone test to reflect core change removing `deferred` attribute from nodes

### Under the Hood

Expand Down
9 changes: 0 additions & 9 deletions .changes/1.8.0.md

This file was deleted.

1 change: 0 additions & 1 deletion .changes/1.9.0.md

This file was deleted.

1 change: 0 additions & 1 deletion .changes/1.9.1.md

This file was deleted.

1 change: 0 additions & 1 deletion .changes/1.9.2.md

This file was deleted.

38 changes: 22 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-adapters 1.9.2 - July 09, 2024

## dbt-adapters 1.9.1 - June 20, 2024

## dbt-adapters 1.9.0 - June 18, 2024

## dbt-adapters 1.8.0 - May 09, 2024

### Features

* Cross-database `date` macro

### Fixes

* Update Clone test to reflect core change removing `deferred` attribute from nodes

## dbt-adapters 1.3.3 - July 09, 2024

### Fixes
Expand Down Expand Up @@ -51,6 +35,11 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
### Features

* Improvement of the compile error message in the get_fixture-sql.sql when the relation or the model not exist
* Cross-database `date` macro

### Fixes

* Update Clone test to reflect core change removing `deferred` attribute from nodes

### Under the Hood

Expand Down Expand Up @@ -95,15 +84,32 @@ and is generated by [Changie](https://github.com/miniscruff/changie).

## dbt-adapters 1.0.0 - April 01, 2024

### Features

* Update RelationConfig to capture all fields used by adapters

### Fixes

* Add field wrapper to BaseRelation members that were missing it.
* Add "description" and "meta" fields to RelationConfig protocol
* Ignore adapter-level support warnings for 'custom' constraints
* Make all adapter zone tests importable by removing "Test" prefix

### Docs

* Configure `changie`
* Setup ADR tracking framework
* Create issue templates
* Create PR template

### Under the Hood

* Lazy load agate to improve dbt-core performance
* add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS
* Configure `dependabot`
* Implement unit testing in CI
* Allow version to be specified in either __version__.py or __about__.py
* Remove __init__.py file from dbt.tests

### Security

Expand Down
Loading