Skip to content

Commit 0073e9b

Browse files
[Automated] Merged prep-release/prod/1.7.2_11449986517 into target main during release process
2 parents 2bf3808 + d6a0047 commit 0073e9b

6 files changed

+35
-21
lines changed

.changes/1.7.2.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## dbt-adapters 1.7.2 - October 21, 2024
2+
3+
### Breaking Changes
4+
5+
- Drop support for Python 3.8 ([#332](https://github.com/dbt-labs/dbt-adapters/issues/332))
6+
7+
### Features
8+
9+
- Allows unique_key for snapshots to take a list ([#181](https://github.com/dbt-labs/dbt-adapters/issues/181))
10+
11+
### Fixes
12+
13+
- Always validate an incremental model's `incremental_strategy` ([#330](https://github.com/dbt-labs/dbt-adapters/issues/330))
14+
15+
### Contributors
16+
- [@agpapa](https://github.com/agpapa) ([#181](https://github.com/dbt-labs/dbt-adapters/issues/181))

.changes/unreleased/Breaking Changes-20241016-180629.yaml

-6
This file was deleted.

.changes/unreleased/Features-20240422-081302.yaml

-6
This file was deleted.

.changes/unreleased/Fixes-20241016-160412.yaml

-6
This file was deleted.

CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,29 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
1515

1616
## dbt-adapters 1.10.0 - September 12, 2024
1717

18-
## dbt-adapters 1.7.1 - October 15, 2024
18+
## dbt-adapters 1.7.2 - October 21, 2024
19+
20+
### Breaking Changes
21+
22+
- Drop support for Python 3.8 ([#332](https://github.com/dbt-labs/dbt-adapters/issues/332))
1923

2024
### Features
2125

22-
- Enable setting current value of dbt_valid_to ([#320](https://github.com/dbt-labs/dbt-adapters/issues/320))
26+
- Allows unique_key for snapshots to take a list ([#181](https://github.com/dbt-labs/dbt-adapters/issues/181))
27+
28+
### Fixes
29+
30+
- Always validate an incremental model's `incremental_strategy` ([#330](https://github.com/dbt-labs/dbt-adapters/issues/330))
2331

32+
### Contributors
33+
- [@agpapa](https://github.com/agpapa) ([#181](https://github.com/dbt-labs/dbt-adapters/issues/181))
34+
35+
36+
## dbt-adapters 1.7.1 - October 15, 2024
2437

38+
### Features
39+
40+
- Enable setting current value of dbt_valid_to ([#320](https://github.com/dbt-labs/dbt-adapters/issues/320))
2541

2642
## dbt-adapters 1.7.0 - September 19, 2024
2743

dbt/adapters/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.7.1"
1+
version = "1.7.2"

0 commit comments

Comments
 (0)