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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,15 @@ Increasing the minimal supported Rust version will always be coupled at least wi
12
12
13
13
## Unreleased
14
14
15
+
## [2.3.3] 2025-10-24
16
+
17
+
### Fixed
18
+
19
+
* Fix displaying binds in instrumentations for `#[derive(MultiConnection)]`
20
+
* Support artifact attestation for binaries build for releases
21
+
* Stop using absolute paths in generated diesel.toml
22
+
* Explicitly qualify `Ok` in code generated by derives to avoid naming conflicts
23
+
15
24
## [2.3.2] 2025-09-19
16
25
17
26
### Fixed
@@ -225,7 +234,7 @@ in a way that makes the pools suitable for use in parallel tests.
225
234
226
235
## Fixed
227
236
228
-
* Fixed another potential breaking chaneg around queries containing `DISTINCT ON` and `ORDER BY` clauses consisting of custom sql expressions (e.g. `.nullable()`)
237
+
* Fixed another potential breaking change around queries containing `DISTINCT ON` and `ORDER BY` clauses consisting of custom sql expressions (e.g. `.nullable()`)
229
238
* Fixed an issue where `#[derive(Selectable)]` and `#[diesel(check_for_backend)]` generates invalid rust code if the struct contains lifetimes/generic types
230
239
231
240
## [2.1.1] 2023-08-25
@@ -2282,3 +2291,4 @@ queries or set `PIPES_AS_CONCAT` manually.
0 commit comments