V2.1.2: maintenance release
masesdevelopers
released this
06 Oct 00:37
·
299 commits
to master
since this release
This is a maintenance release which updates:
- KNet:
- Fixed
SyncWait
ofKNetCompactedReplicator
- Fixes on Serialization/Deserialization of native types
- Fixed
- KNet.Serialization.Avro: no major changes
- KNet.Serialization.Json: no major changes
- KNet.Serialization.MessagePack: no major changes
- KNet.Serialization.Protobuf: no major changes
- KNetCLI: aligned to latest KNet
- KNetConnect: aligned to latest KNet
- KNet Templates: aligned to latest KNet
- KNet for PowerShell (aka KNetPS): aligned to latest KNet
- Docker image: aligned to latest KNet
- Documentation: aligned to latest KNet
References and Release Notes
Official Docker image
Official NuGet packages (*)
- MASES.KNet
- MASES.KNet.Serialization.Avro
- MASES.KNet.Serialization.Json
- MASES.KNet.Serialization.MessagePack
- MASES.KNet.Serialization.Protobuf
- MASES.KNet.Templates
- MASES.KNetCLI
- MASES.KNetConnect
(*) packages are also available on GitHub packages.
Official PowerShell packages
What's Changed
- Native deserializer manages both native type and Java type by @masesdevelopers in #250
- Update management of synchronization check by @masesdevelopers in #252
- Update to version 2.1.2 by @masesdevelopers in #253
Full Changelog: V2.1.1.0...V2.1.2.0