Skip to content

V2.1.3: maintenance release

Compare
Choose a tag to compare
@masesdevelopers 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
  • 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 (*)

(*) 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 in Dispose 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