Releases: camunda-community-hub/zeebe-client-csharp-accelerator
Releases · camunda-community-hub/zeebe-client-csharp-accelerator
Version 2.2.0
New Features
- Thanks to the fantastic work of @saggelis we now have optional support for connector secrets - you already have Environment Variables or Azure Key Vault as providers available. 🚀 🎉
What's Changed
- chore(deps): update actions/setup-dotnet action to v4.3.1 by @renovate[bot] in #66
- chore(deps): update dependency testcontainers to 4.4.0 by @renovate[bot] in #65
- chore(deps): update dependency testcontainers to 4.6.0 by @renovate[bot] in #69
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.1 by @renovate[bot] in #67
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.2 by @renovate[bot] in #71
- add connector secret functionality by @saggelis in #75
- chore(deps): update dependency azure.identity to 1.15.0 by @renovate[bot] in #76
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #74
- chore(deps): update dependency xunit.runner.visualstudio to 3.1.4 by @renovate[bot] in #72
- chore(deps): update dependency zb-client to 2.9.0 by @renovate[bot] in #64
New Contributors
Full Changelog: 2.1.13...2.2.0
Version 2.1.13
Changes:
- Upgrade to zeebe-client-csharp version 2.8.0
Version 2.1.12
New features:
- Added optional Multi-Tenancy support (thanks to @rabazit 🏅)
Version 2.1.11
Changes:
- Upgrade to zeebe-client-csharp version 2.7.0
Version 2.1.10
New features:
- Allow deploy callbacks (thanks to @JotaDobleEse)
Version 2.1.9
Changes:
- Upgrade to zeebe-client-csharp version 2.6.0, see #35
Version 2.1.8
New features:
- Added option to provide your own custom AccessTokenSupplier (thanks to @taneltinits 🏅)
Version 2.1.7
Fixes:
- #29 - improved handling of abstract worker classes
Version 2.1.6
Fixes:
- prevent rare error on dispose
Version 2.1.5
Changes:
- Upgrade to zeebe-client-csharp version 2.5.0
- Upgrade to .NET 8.0