You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,24 @@ All notable changes to this project are documented in this file. The format is b
4
4
5
5
Pre-1.0 note: while `pg_durable` is in major version `0`, minor releases may include breaking changes.
6
6
7
-
## [0.2.7] - Unreleased
7
+
## [0.2.7] - 2026-08-31
8
8
9
9
### Added
10
10
11
11
-**`pg_durable.host` (#360):** a postmaster GUC that selects the PostgreSQL host used by every connection pg_durable creates. When empty or unset, `PGHOST` is used, falling back to `127.0.0.1`.
12
12
13
+
### Changed
14
+
15
+
-**Dependencies:** bumped `uuid` to 1.26.0 (#355, #366), `postgres-protocol` to 0.6.12 (#357), and `tokio-postgres` to 0.7.18 (#358).
16
+
13
17
### Fixed
14
18
15
-
-**Worker connection role names:** catalog role names are now passed verbatim when opening workflow connections, preventing quote-wrapped names from being reinterpreted as a different role.
16
-
-**Restricted HTTP transport (#342):** restricted allow-list builds now require HTTPS so credentials and request bodies cannot be sent over plaintext HTTP; development-only `http-allow-all` builds continue to permit HTTP.
19
+
-**Worker connection role names (#364):** catalog role names are now passed verbatim when opening workflow connections, preventing quote-wrapped names from being reinterpreted as a different role.
20
+
-**Restricted HTTP transport (#342, #363):** restricted allow-list builds now require HTTPS so credentials and request bodies cannot be sent over plaintext HTTP; development-only `http-allow-all` builds continue to permit HTTP.
17
21
18
22
### Security
19
23
20
-
-**HTTP allow-list URL parsing:** request URLs are now parsed once and the same canonical URL is used for validation and transport, preventing parser differences from approving a different host than the request targets.
24
+
-**HTTP allow-list URL parsing (#365):** request URLs are now parsed once and the same canonical URL is used for validation and transport, preventing parser differences from approving a different host than the request targets.
0 commit comments