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
The v2.8.0 release accidentally broke compatibility by upgrading
`erased_serde` to v0.3 to v0.4, which is used in the public slog API.
This release fixes that issue.
The v2.8.0 release has been yanked due to this compatibility issue.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [Unreleased]
8
8
9
-
-**[Fix]** Restore compatibility with `erased-serde` version `0.3`.
9
+
## 2.8.1 - 2025-10-05
10
+
This fixes an accidental breaking change in the v2.8.0 release,
11
+
where the public API was changed from `erased_serde v0.4` to `erased_serde v0.3`.
12
+
This should not affect normal users of the API but could break drains supporting `nested-values`.
13
+
14
+
I (@Techcable) apologize for this breakage and have yanked the 2.8.0 release due to this issue. I will try to setup [`cargo-semver-checks`] in the CI to avoid this in the future.
0 commit comments