2.0.0
Major Changes
We are finally removing our dependency on the deprecated Microsoft.Azure.EventHubs.*
4.x.x packages and now instead use the Azure.Messaging.EventHubs.*
5.x.x packages. Since we are introducing a new package dependency, this is potentially a compile-time breaking change, so we are releasing this as a major version change. However, the change is not breaking from an "operational" perspective: none of the APIs changed, and neither did the storage format. So it is safe to switch to this latest version (or back to the old version) at any time.
- Update to latest event hubs client SDK by @sebastianburckhardt in #385
Other Changes
The remaining changes are minor improvements related to build, test, and troubleshooting procedures, as well as package updates to the latest versions.
- Add readme and official build codeql by @davidmrdavid in #413
- Add codeQL GH action by @davidmrdavid in #414
- Debug hangs in CI by @sebastianburckhardt in #423
- increase major version (2.0.0) and update packages by @sebastianburckhardt in #425
- Add a configuration parameter for specifying the task hub parameters file by @sebastianburckhardt in #424
Full Changelog: 1.5.4...2.0.0