V2.7.6: updates to JNet 2.5.6, fix KNetCompactedReplicator and KNetSerialization
masesdevelopers
released this
29 Jul 01:12
·
67 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.6
- Fix issue on
KNetCompactedReplicator
during synchronization - Updates
KNetSerialization
to anticipate preparation of some fields
- 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: 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
- Tests: Uses always latest JDK
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
- Use latest JDK for tests by @masesdevelopers in #530
- Download NuGet artifacts from another reposity to get latest version when requested by @masesdevelopers in #533
- Update KNetSerialization to anticipate preparation of some fields by @masesdevelopers in #534
- Fix steps conditions by @masesdevelopers in #535
- Fix condition raising System.InvalidOperationException on
KNetCompactedReplicator
by @masesdevelopers in #537 - Aligned generation of artifacts removing usefulness JARs by @masesdevelopers in #540
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.4 in /src/jvm/knet by @dependabot in #542
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 in /src/jvm/knet by @dependabot in #545
- Bump MessagePack from 2.5.168 to 2.5.171 in /src/net by @dependabot in #538
- Update to JNet 2.5.6 by @masesdevelopers in #546
- Update to version 2.7.6 by @masesdevelopers in #547
- Changes by GitHub action by @github-actions in #548
- Changes by GitHub action by @github-actions in #549
Full Changelog: V2.7.5.0...V2.7.6.0