File tree 2 files changed +35
-0
lines changed
2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.9.18
2
+
3
+ Summary:
4
+
5
+ - Fixed:
6
+ - [ 5ae1965b] ( https://github.com/datafuselabs/openraft/commit/5ae1965bdf45eea823d73933bd9ef158c41768f8 ) Remove ` serde ` feature detection from ` declare_raft_types! ` macro.
7
+
8
+ Detail:
9
+
10
+ ### Fixed:
11
+
12
+ - Fixed: [ 5ae1965b] ( https://github.com/datafuselabs/openraft/commit/5ae1965bdf45eea823d73933bd9ef158c41768f8 ) Remove ` serde ` feature detection from ` declare_raft_types! ` macro; by 张炎泼; 2024-11-30
13
+
14
+ The ` [cfg_attr(feature = "serde")] ` feature detection for
15
+ ` RaftTypeConfig ` implementation should not be evaluated in application
16
+ crates when the ` declare_raft_types! ` macro is called. This detection
17
+ logic should be removed from the macro and instead added to each type
18
+ that uses ` RaftTypeConfig ` .
19
+
1
20
## v0.9.17
2
21
3
22
Summary:
Original file line number Diff line number Diff line change
1
+ Summary:
2
+
3
+ - Fixed:
4
+ - [ 5ae1965b] ( https://github.com/datafuselabs/openraft/commit/5ae1965bdf45eea823d73933bd9ef158c41768f8 ) Remove ` serde ` feature detection from ` declare_raft_types! ` macro.
5
+
6
+ Detail:
7
+
8
+ ### Fixed:
9
+
10
+ - Fixed: [ 5ae1965b] ( https://github.com/datafuselabs/openraft/commit/5ae1965bdf45eea823d73933bd9ef158c41768f8 ) Remove ` serde ` feature detection from ` declare_raft_types! ` macro; by 张炎泼; 2024-11-30
11
+
12
+ The ` [cfg_attr(feature = "serde")] ` feature detection for
13
+ ` RaftTypeConfig ` implementation should not be evaluated in application
14
+ crates when the ` declare_raft_types! ` macro is called. This detection
15
+ logic should be removed from the macro and instead added to each type
16
+ that uses ` RaftTypeConfig ` .
You can’t perform that action at this time.
0 commit comments