V2.7.4: maintenance release
masesdevelopers
released this
27 Jun 17:40
·
94 commits
to master
since this release
Note
This version is published in advance, before #427 will be closed, to make public available latest updates coming from JNet 2.5.5
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.5
- KNet.Serialization.Avro: Adds check on length in deserialization of byte arrays
- KNet.Serialization.Json: Adds check on length in deserialization of byte arrays
- KNet.Serialization.MessagePack: Adds check on length in deserialization of byte arrays
- KNet.Serialization.Protobuf: Adds check on length in deserialization of byte arrays
- KNetCLI: no major changes
- KNetConnect: no major changes
- KNet Templates: no major changes
- KNet for PowerShell (aka KNetPS): no major changes
- Docker image: no major changes
- Documentation: no major changes
References and Release Notes
Official Container images
Note
knetconnect image collapsed to knet
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
- Bump docker/build-push-action from 5 to 6 by @dependabot in #508
- #480 (comment): added MacOS target by @masesdevelopers in #507
- Added check on length in deserialization of byte arrays by @masesdevelopers in #511
- Execute tests for MacOS and Windows using local instances of ZooKeeper and Apache Kafka by @masesdevelopers in #509
- Distinguish cache between run and attempts to avoid wrong cancellation of previous jobs by @masesdevelopers in #512
- Remove cache without warning and activate docker.yaml on tags by @masesdevelopers in #513
- Fix #513 by @masesdevelopers in #515
- Update to JNet 2.5.5 by @masesdevelopers in #516
- Changes by GitHub action by @github-actions in #518
- Update to version 2.7.4 by @masesdevelopers in #517
Full Changelog: V2.7.3.0...V2.7.4.0