Next release including
* Asymmetric serializer, which is useful for communication, anonymous types, etc.
* ObjectPacker, ObjectUnpacker which enables serializer to/from MessagePackObject.
* Bug fixes.
No detailed plan, but the proposals are considerable to future release.
Planned features:
* Polymorphism related improvements:
* Officially publish `PolymorphicSchema` APIs.
* Allow attributes on type itself for convenience.
* Add runtime type verification for runtime type polymorphism (if feasible).
* .NET Core next release support
* `ValueTuple`
* `ValueTask` (if reasonable)
* Xamarin's .NET Standard 1.6 support
* Asymmetric serializer generation (serialize-only and deserialize-only, but it causes some incompatibility)
* `Unpacker.Create(MessagePackObject` - object unpacker to enable deserialization from `MessagePackObject`