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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,15 @@ Increasing the minimal supported Rust version will always be coupled at least wi
10
10
11
11
## Unreleased
12
12
13
-
## [2.2.8] 2025-03-03
13
+
## [2.2.9] 2025-04-04
14
+
### Fixed
14
15
16
+
* Fix an issue where `diesel migration generate --diff-schema` incorrectly uses the primary key of table B as the referenced column rather than the primary key of table A when B has a foreign key pointing to table A.
17
+
* Bump maximal supported libsqlite3-sys version to 0.32.0 and add explicit feature entries for the `uuid` and `serde_json` feature.
18
+
* Fixed an issue where diesel generated unnamed prepared statements would fail with an `unanmed prepared statement not found` error with pgbouncer.
19
+
* Fix an issue with converting `ipnet::Ipnet` values with an subnet to SQL values
20
+
21
+
## [2.2.8] 2025-03-03
15
22
### Fixed
16
23
17
24
* Allow `#[diesel(check_for_backend(_))]` to check fields with `#[diesel(embed)]` annotations
@@ -2190,3 +2197,4 @@ queries or set `PIPES_AS_CONCAT` manually.
0 commit comments