Skip to content

V2.7.3: solves issues in KNetCLI and KNetPS, enhances Docker image

Compare
Choose a tag to compare
@masesdevelopers masesdevelopers released this 24 Jun 01:28
· 114 commits to master since this release
799169f

Note

This version is published in advance, before #427 will be closed, to make public available latest updates coming from JNet 2.5.4

Caution

Changes from JNet needed changes on KNet Connect SDK, however it is not tested waiting for #427: do not use this KNet Connect SDK version

This release mainly changes:

  • KNet:
    • updates to JNet 2.5.4
    • Solves some issues with command-line
  • 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: Fix issue of some unrecognized commands
  • KNetConnect: no major changes
  • KNet Templates: no major changes
  • KNet for PowerShell (aka KNetPS): Fix issue of some unrecognized commands
  • Docker image:
    • Removed KNetConnect image, moved in KNet image
    • KNet image manages both client and server:
      • can work as CLI
      • can run ZooKeeper
      • can run Apache Kafka broker
      • can run Apache Kafka in KRaft mode
      • can run KNet and Apache Connect instances
  • Documentation: updates docker information

References and Release Notes

Official Container images

Note

knetconnect image collapsed to knet

Official NuGet packages (*)

(*) packages are also available on GitHub packages.

Official PowerShell packages

What's Changed

Full Changelog: V2.7.2.0...V2.7.3.0