Skip to content

Commit 80b5057

Browse files
[Automated] Publish dbt-adapters==1.17.0
2 parents c1e9976 + 4a5cc9c commit 80b5057

File tree

6 files changed

+29
-20
lines changed

6 files changed

+29
-20
lines changed

dbt-adapters/.changes/1.17.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## dbt-adapters 1.17.0 - September 29, 2025
2+
3+
### Features
4+
5+
- Initial framework for UDF support ([#1268](https://github.com/dbt-labs/dbt-adapters/issues/1268))
6+
7+
### Fixes
8+
9+
- Fix duplicates when hard_deletes new_record is used with custom dbt_valid_to_current ([#1240](https://github.com/dbt-labs/dbt-adapters/issues/1240))
10+
- Update function related global macros to use `default__` naming scheme ([#1356](https://github.com/dbt-labs/dbt-adapters/issues/1356))
11+
12+
### Contributors
13+
- [@jeremyyeo](https://github.com/jeremyyeo) ([#1240](https://github.com/dbt-labs/dbt-adapters/issues/1240))

dbt-adapters/.changes/unreleased/Features-20250910-131608.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/.changes/unreleased/Fixes-20250903-152102.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/.changes/unreleased/Fixes-20250926-152757.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

dbt-adapters/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
1010
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie)
1111
- For details on how to document a change, see the [contributing guide](/CONTRIBUTING.md#changelog-entry)
1212

13+
## dbt-adapters 1.17.0 - September 29, 2025
14+
15+
### Features
16+
17+
- Initial framework for UDF support ([#1268](https://github.com/dbt-labs/dbt-adapters/issues/1268))
18+
19+
### Fixes
20+
21+
- Fix duplicates when hard_deletes new_record is used with custom dbt_valid_to_current ([#1240](https://github.com/dbt-labs/dbt-adapters/issues/1240))
22+
- Update function related global macros to use `default__` naming scheme ([#1356](https://github.com/dbt-labs/dbt-adapters/issues/1356))
23+
24+
### Contributors
25+
- [@jeremyyeo](https://github.com/jeremyyeo) ([#1240](https://github.com/dbt-labs/dbt-adapters/issues/1240))
26+
27+
1328
## dbt-adapters 1.16.6 - September 03, 2025
1429

1530
### Under the Hood
@@ -20,7 +35,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
2035
### Contributors
2136
- [@jasonlin45](https://github.com/jasonlin45) ([#1308](https://github.com/dbt-labs/dbt-adapters/issues/1308))
2237

23-
2438
## dbt-adapters 1.16.5 - August 19, 2025
2539

2640
### Fixes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.16.6"
1+
version = "1.17.0"

0 commit comments

Comments
 (0)