File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.11.0 July 8 2021 ####
2
+ * [ Fix array of user defined structs serialization failure] ( https://github.com/akkadotnet/Hyperion/pull/235 )
3
+ * [ Remove dynamic keyword usage from array serializer] ( https://github.com/akkadotnet/Hyperion/pull/139 )
4
+ * [ Change field ordering to ordinal] ( https://github.com/akkadotnet/Hyperion/pull/236 )
5
+
6
+ ** Possible breaking changes**
7
+
8
+ The change to the object serializer field ordering might cause a deserialization failure of persisted objects
9
+ that are serialized using the Hyperion serializer.
10
+
11
+ Please report any serialization problem that occurs after an upgrade to this version at the
12
+ [ issue tracker] ( https://github.com/akkadotnet/Hyperion/issues )
13
+
1
14
### 0.10.2 June 30 2021 ####
2
15
* [ Update Akka version to 1.4.21] ( https://github.com/akkadotnet/akka.net/releases/tag/1.4.21 )
3
16
* [ Add exception rethrow to help with debugging] ( https://github.com/akkadotnet/Hyperion/pull/229 )
You can’t perform that action at this time.
0 commit comments