Skip to content

Commit

Permalink
Putting a proper deprecation notice on this.
Browse files Browse the repository at this point in the history
  • Loading branch information
ripark committed Mar 26, 2024
1 parent 4014b0a commit fa8a55a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 1,7 @@
# Change Log

## `head`
## `v2.0.5`
- deprecate this library in favor of github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs.

## `v2.0.4`
- add comment on the `PartitionID` field in `SystemProperties` to clarify that it will always return a nil value [#131](https://github.com/Azure/azure-event-hubs-go/issues/131)
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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/v2

go 1.13
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 4,8 @@
[![Build Status](https://travis-ci.org/Azure/azure-event-hubs-go.svg?branch=master)](https://travis-ci.org/Azure/azure-event-hubs-go)
[![Coverage Status](https://coveralls.io/repos/github/Azure/azure-event-hubs-go/badge.svg?branch=master)](https://coveralls.io/github/Azure/azure-event-hubs-go?branch=master)

**Please note, a newer package is available: [azeventhubs](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/README.md) as of [2023-05-09].**

Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and
stream them into multiple applications. This lets you process and analyze the massive amounts of data produced by your
connected devices and applications. Once Event Hubs has collected the data, you can retrieve, transform and store it by
Expand Down

0 comments on commit fa8a55a

Please sign in to comment.