|  | 
| 1 | 1 | # Changelog | 
| 2 |  | -All notable changes to this project will be documented in this file. | 
| 3 | 2 | 
 | 
| 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/), | 
| 5 | 5 | 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 | + | 
| 7 | 38 | 
 | 
| 8 | 39 | ## dbt-postgres 1.9.0 - December 09, 2024 | 
| 9 | 40 | 
 | 
|  | 
0 commit comments