V2.3.0: added support for .NET 8 and other updates
·
240 commits
to master
since this release
This release:
- KNet:
- Adds support for .NET 8
- Upgrades JNet to version 2.1.0
- Adds new public information to
KNetCompactedReplicator
KNetCompactedReplicator
now distinguish between an item Added or Updated
- KNet.Serialization.Avro: no changes
- KNet.Serialization.Json: no changes
- KNet.Serialization.MessagePack: no changes
- KNet.Serialization.Protobuf: no 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
- Added
CurrentPartitionLags
,CurrentConsumersSyncState
,ProducerMetrics
andConsumerMetrics
toKNetCompactedReplicator
by @masesdevelopers in #273 - Distinguish between Add or Update by @masesdevelopers in #275
- Removed KNetTemplates.sln by @masesdevelopers in #277
- Bump org.apache.maven.plugins:maven-source-plugin from 2.2.1 to 3.3.0 in /src/java/knet by @dependabot in #279
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.11.0 in /src/java/knet by @dependabot in #280
- Bump org.apache.maven.plugins:maven-gpg-plugin from 1.5 to 3.1.0 in /src/java/knet by @dependabot in #281
- Bump junit:junit from 4.13.1 to 4.13.2 in /src/java/knet by @dependabot in #282
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.7 to 1.6.13 in /src/java/knet by @dependabot in #283
- Bump nuget/setup-nuget from 1.1.1 to 1.2.0 by @dependabot in #284
- Bump docker/login-action from 2 to 3 by @dependabot in #285
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #286
- Bump org.codehaus.gmaven:gmaven-plugin from 1.4 to 1.5 in /src/java/knet by @dependabot in #287
- Bump docker/build-push-action from 3 to 5 by @dependabot in #288
- Bump org.apache.maven.plugins:maven-dependency-plugin from 2.9 to 3.6.1 in /src/java/knet by @dependabot in #289
- Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.9 in /src/java/knet by @dependabot in #290
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 2.9.1 to 3.6.0 in /src/java/knet by @dependabot in #292
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #291
- Bump actions/checkout from 3 to 4 by @dependabot in #294
- Bump masesgroup/retrieve-changed-files from 2 to 3 by @dependabot in #293
- Create first PR to avoid direct push by @masesdevelopers in #296
- Changes by GitHub action by @github-actions in #297
- Automatic add more info on documentation PR by @masesdevelopers in #298
- Changes by GitHub action by @github-actions in #299
- web-site alignment by @masesdevelopers in #302
- Changes by GitHub action by @github-actions in #303
- Bump Google.Protobuf from 3.24.4 to 3.25.0 in /src/net by @dependabot in #304
- Folder rename from java to jvm by @masesdevelopers in #306
- Added references to the repository by @masesdevelopers in #307
- Changes by GitHub action by @github-actions in #308
- Removed reference in the menu by @masesdevelopers in #309
- Changes by GitHub action by @github-actions in #310
- Update footer by @masesdevelopers in #311
- Changes by GitHub action by @github-actions in #312
- Moved DockerfileKNet.linux and DockerfileKNetConnect.linux under container subfolder of src by @masesdevelopers in #314
- #301 (comment): added some information by @masesdevelopers in #315
- Changes by GitHub action by @github-actions in #316
- Added support for .NET 8 by @masesdevelopers in #319
- Update to version 2.3.0 by @masesdevelopers in #320
- Changes by GitHub action by @github-actions in #321
- Changes by GitHub action by @github-actions in #322
New Contributors
- @dependabot made their first contribution in #279
- @github-actions made their first contribution in #297
Full Changelog: V2.2.0.0...V2.3.0.0