Skip to content

2.0.0

Compare
Choose a tag to compare
@ChrisKujawa ChrisKujawa released this 19 Jul 22:19
· 391 commits to main since this release
d49c5a2

Release 2.0.0

Breaking changes:

This package has been migrated to .net 7.0, since .net core and standard were deprecated. Furthermore, it allowed to migrate to grpc-dotnet, which is the official successor of the previously used Grpc.core package.

Another breaking change was the migration to the new deployment resource command, which allows now to deploy DMN additionally to BPMN. The interface and the return types have slightly changed.

Features:

GRPC protocol as generated against Zeebe v8.2.8, which allows implementing further features,
like evaluation of a decision via command.


This release is based on the Zeebe 8.2.8 release (https://github.com/zeebe-io/zeebe).

What's Changed

  • chore(deps): bump zb-client from 1.2.1 to 1.3.0 by @dependabot in #487
  • chore(deps): bump TestContainers from 2.3.0 to 2.4.0 by @dependabot in #489
  • chore(deps): bump Google.Protobuf from 3.21.12 to 3.22.0 by @dependabot in #492
  • chore(deps): bump NLog from 5.1.1 to 5.1.2 by @dependabot in #490
  • chore(deps): bump NLog.Extensions.Logging from 5.2.1 to 5.2.2 by @dependabot in #491
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #493
  • chore(deps): bump StyleCop.Analyzers from 1.1.1-rc.108 to 1.1.118 by @dependabot in #494
  • chore(deps): bump Grpc.Tools from 2.51.0 to 2.52.0 by @dependabot in #497
  • chore(deps): bump NUnit3TestAdapter from 4.3.1 to 4.4.2 by @dependabot in #496
  • chore(deps): bump Newtonsoft.Json from 13.0.2 to 13.0.3 by @dependabot in #499
  • chore(deps): bump Google.Protobuf from 3.22.0 to 3.22.1 by @dependabot in #500
  • chore(deps): bump NLog from 5.1.2 to 5.1.3 by @dependabot in #505
  • chore(deps): bump NLog.Extensions.Logging from 5.2.2 to 5.2.3 by @dependabot in #506
  • chore(deps): bump Grpc.Auth from 2.51.0 to 2.52.0 by @dependabot in #501
  • chore(deps): bump TestContainers from 2.4.0 to 3.0.0 by @dependabot in #498
  • chore(deps): bump Grpc.Tools from 2.52.0 to 2.53.0 by @dependabot in #504
  • chore(deps): bump Grpc.Tools from 2.53.0 to 2.54.0 by @dependabot in #508
  • chore(deps): bump Google.Protobuf from 3.22.1 to 3.22.3 by @dependabot in #509
  • chore(deps): bump NLog from 5.1.3 to 5.1.4 by @dependabot in #511
  • chore(deps): bump Grpc.Auth from 2.52.0 to 2.53.0 by @dependabot in #512
  • chore(deps): bump Google.Protobuf from 3.22.3 to 3.22.4 by @dependabot in #513
  • chore(deps): bump Google.Protobuf from 3.22.4 to 3.23.0 by @dependabot in #515
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 by @dependabot in #516
  • chore(deps): bump Google.Protobuf from 3.23.0 to 3.23.1 by @dependabot in #518
  • chore(deps): bump NLog from 5.1.4 to 5.1.5 by @dependabot in #521
  • chore(deps): bump NLog.Extensions.Logging from 5.2.3 to 5.2.5 by @dependabot in #523
  • chore(deps): bump Google.Protobuf from 3.23.1 to 3.23.2 by @dependabot in #522
  • chore(deps): bump NLog from 5.1.5 to 5.2.0 by @dependabot in #524
  • chore(deps): bump NUnit3TestAdapter from 4.4.2 to 4.5.0 by @dependabot in #525
  • chore(deps): bump NLog.Extensions.Logging from 5.2.5 to 5.3.0 by @dependabot in #526
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 by @dependabot in #528
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 by @dependabot in #529
  • chore(deps): bump Microsoft.Extensions.Logging.Abstractions from 7.0.0 to 7.0.1 by @dependabot in #530
  • chore(deps): bump Google.Protobuf from 3.23.2 to 3.23.3 by @dependabot in #531
  • chore(deps): bump Grpc.Auth from 2.53.0 to 2.54.0 by @dependabot in #532
  • chore(deps): bump Grpc.Tools from 2.54.0 to 2.55.1 by @dependabot in #533
  • chore(deps): bump Grpc.Tools from 2.55.1 to 2.56.0 by @dependabot in #534
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 by @dependabot in #535
  • chore(deps): bump NLog from 5.2.0 to 5.2.1 by @dependabot in #538
  • chore(deps): bump NLog.Extensions.Logging from 5.3.0 to 5.3.1 by @dependabot in #537
  • chore(deps): bump Grpc.Auth from 2.54.0 to 2.55.0 by @dependabot in #539
  • chore(deps): bump NLog from 5.2.1 to 5.2.2 by @dependabot in #540
  • chore(deps): bump NLog.Extensions.Logging from 5.3.1 to 5.3.2 by @dependabot in #541
  • chore(deps): bump Google.Protobuf from 3.23.3 to 3.23.4 by @dependabot in #542
  • Migrate to .net 7.0 by @Zelldon in #543
  • Gen to Zeebe grpc protocol v8.2.8 by @Zelldon in #544
  • Migrate to grpc.net.client by @Zelldon in #545
  • Migrate to deploy resource by @Zelldon in #546
  • Add evaluate decision feature by @Zelldon in #548
  • Release/2.0.0 by @Zelldon in #549

Full Changelog: 1.3...2.0.0