Skip to content

2.0.0

Compare
Choose a tag to compare
@sebastianburckhardt sebastianburckhardt released this 03 Oct 16:06
· 4 commits to main since this release
4f17e74

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.

Other Changes

The remaining changes are minor improvements related to build, test, and troubleshooting procedures, as well as package updates to the latest versions.

Full Changelog: 1.5.4...2.0.0