From 26e2457eb1074a4bb6b827065eb9684ea9afd8b9 Mon Sep 17 00:00:00 2001 From: ripark Date: Tue, 26 Mar 2024 22:27:53 +0000 Subject: [PATCH] Deprecate this library, similar to what we did for v3. --- changelog.md | 3 +++ go.mod | 1 + 2 files changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 558825f3..9b58a293 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Change Log +## `v1.3.2` +- deprecate this library in favor of github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs. + ## `v1.3.1` - cleanup connection after making management request diff --git a/go.mod b/go.mod index 3b7bee81..8ad8e563 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,4 @@ +// Deprecated: use github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs instead module github.com/Azure/azure-event-hubs-go require (