V2.1.3: maintenance release
masesdevelopers
released this
11 Oct 02:38
·
285 commits
to master
since this release
This is a maintenance release which updates:
- KNet:
- Fixed some possible conditions raising
Java.Lang.NullPointerException
- Updates on
KNetCompactedReplicator
- Fixed some possible conditions raising
- 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
- Update description of JVM identification and Special initialization conditions by @masesdevelopers in #256
- Extra fix for
Java.Lang.NullPointerException
by @masesdevelopers in #257 - Fix
ObjectDisposedException
, management of Thread Join inDispose
and blocked execution of public methods if the instance was not started by @masesdevelopers in #259 - Fix other possible
Java.Lang.NullPointerException
and startup synchronization by @masesdevelopers in #260 - Update to version 2.1.3 by @masesdevelopers in #261
Full Changelog: V2.1.2.0...V2.1.3.0