Skip to content

Commit ab5af0b

Browse files
[Automated] Generate changelog for 1.10.0b1
1 parent 2bd11a0 commit ab5af0b

File tree

8 files changed

+58
-3
lines changed

8 files changed

+58
-3
lines changed

dbt-postgres/.changes/1.10.0-b1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## dbt-postgres 1.10.0-b1 - October 07, 2025
2+
3+
### Features
4+
5+
- Initial UDF support for postgres ([#1268](https://github.com/dbt-labs/dbt-adapters/issues/1268))
6+
7+
### Fixes
8+
9+
- `datetime.datetime.utcnow()` is deprecated as of Python 3.12 ([#980](https://github.com/dbt-labs/dbt-adapters/issues/980))
10+
- Optimize extremely slow query that uses a high amount of temporary disk space to find relations ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
11+
12+
### Under the Hood
13+
14+
- Migrate to a monorepo in dbt-adapters ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
15+
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
16+
17+
### Dependencies
18+
19+
- Move minimum dbt-core to \`1.8.0rc1\` in order to allow for pre-releases of dbt-core ([#1373](https://github.com/dbt-labs/dbt-adapters/pull/1373))
20+
21+
### Contributors
22+
- [@michalc](https://github.com/michalc) ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
23+
- [@mikealfare](https://github.com/mikealfare) ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
24+
- [@peterallenwebb](https://github.com/peterallenwebb) ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))

dbt-postgres/CHANGELOG.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,40 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
32

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3+
- This file provides a full account of all changes to `dbt-postgres`
4+
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
6-
and is generated by [Changie](https://github.com/miniscruff/changie).
6+
and is generated by [Changie](https://github.com/miniscruff/changie)
7+
- Changes are listed under the (pre-)release in which they first appear
8+
- Subsequent releases include changes from previous releases
9+
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version
10+
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie)
11+
- For details on how to document a change, see the [contributing guide](/CONTRIBUTING.md#changelog-entry)
12+
13+
## dbt-postgres 1.10.0-b1 - October 07, 2025
14+
15+
### Features
16+
17+
- Initial UDF support for postgres ([#1268](https://github.com/dbt-labs/dbt-adapters/issues/1268))
18+
19+
### Fixes
20+
21+
- `datetime.datetime.utcnow()` is deprecated as of Python 3.12 ([#980](https://github.com/dbt-labs/dbt-adapters/issues/980))
22+
- Optimize extremely slow query that uses a high amount of temporary disk space to find relations ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
23+
24+
### Under the Hood
25+
26+
- Migrate to a monorepo in dbt-adapters ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
27+
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
28+
29+
### Dependencies
30+
31+
- Move minimum dbt-core to \`1.8.0rc1\` in order to allow for pre-releases of dbt-core ([#1373](https://github.com/dbt-labs/dbt-adapters/pull/1373))
32+
33+
### Contributors
34+
- [@michalc](https://github.com/michalc) ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
35+
- [@mikealfare](https://github.com/mikealfare) ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
36+
- [@peterallenwebb](https://github.com/peterallenwebb) ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
37+
738

839
## dbt-postgres 1.9.0 - December 09, 2024
940

0 commit comments

Comments
 (0)