From 137c32a259b23fcfc8c2de328030afdf2432eb50 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Thu, 8 Jul 2021 23:14:30 +0700 Subject: [PATCH 1/2] Update RELEASE_NOTES.md for 0.11.0 release --- RELEASE_NOTES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 74c1928a..eaa795db 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,15 @@ +### 0.11.0 July 8 2021 #### +* [Fix array of user defined structs serialization failure](https://github.com/akkadotnet/Hyperion/pull/235) +* [Remove dynamic keyword usage from array serializer](https://github.com/akkadotnet/Hyperion/pull/139) +* [Change field ordering to ordinal](https://github.com/akkadotnet/Hyperion/pull/236) + +#### Possible breaking changes +The change to the object serializer field ordering might cause a deserialization failure of persisted objects +that are serialized using the Hyperion serializer. + +Please report any serialization problem that occurs after an upgrade to this version at the +[issue tracker](https://github.com/akkadotnet/Hyperion/issues) + ### 0.10.2 June 30 2021 #### * [Update Akka version to 1.4.21](https://github.com/akkadotnet/akka.net/releases/tag/1.4.21) * [Add exception rethrow to help with debugging](https://github.com/akkadotnet/Hyperion/pull/229) From 2156c5a6c6eb56a4fce5a8db6c7b2b734a481490 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Thu, 8 Jul 2021 23:22:53 +0700 Subject: [PATCH 2/2] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index eaa795db..ad72f0a4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -3,7 +3,8 @@ * [Remove dynamic keyword usage from array serializer](https://github.com/akkadotnet/Hyperion/pull/139) * [Change field ordering to ordinal](https://github.com/akkadotnet/Hyperion/pull/236) -#### Possible breaking changes +**Possible breaking changes** + The change to the object serializer field ordering might cause a deserialization failure of persisted objects that are serialized using the Hyperion serializer.