Skip to content

Commit

Permalink
[EventHubs] pyproto - update release date + docs (Azure#24723)
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil committed Aug 23, 2022
1 parent bb8fa12 commit 50d6ba9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- A new property `EventHubProducerClient.total_buffered_event_count` which returns the total number of events that are currently buffered and waiting to be published, across all partitions.
- A new boolean keyword argument `flush` to `EventHubProducerClient.close` which indicates whether to flush the buffer or not while closing.

## 5.8.0a4 (2022-05-11)
## 5.8.0a4 (2022-06-07)

### Features Added

Expand Down
6 changes: 2 additions & 4 deletions sdk/eventhub/azure-eventhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@ The Azure Event Hubs client library allows for publishing and consuming of Azure
- Observe interesting operations and interactions happening within your business or other ecosystem, allowing loosely coupled systems to interact without the need to bind them together.
- Receive events from one or more publishers, transform them to better meet the needs of your ecosystem, then publish the transformed events to a new stream for consumers to observe.

[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/eventhub/azure-eventhub/) | [Package (PyPi)](https://pypi.org/project/azure-eventhub/) | [API reference documentation][api_reference] | [Product documentation](https://docs.microsoft.com/azure/event-hubs/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples)
[Source code](https://github.com/Azure/azure-sdk-for-python/tree/feature/eventhub/pyproto/sdk/eventhub/azure-eventhub/) | [Package (PyPi)](https://pypi.org/project/azure-eventhub/) | [API reference documentation][api_reference] | [Product documentation](https://docs.microsoft.com/azure/event-hubs/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples)

## _Disclaimer_

_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_

_This version is our first efforts to build an Azure Event Hubs client library based on pure python implemented AMQP stack.
Features like AmqpOverWebsocket or `custom_endpoint_address` are unavailable for this version which will be added back in future previews as we work towards a stable release.
Please refer to the changelog for more details._


## Getting started

### Prerequisites
Expand All @@ -42,7 +40,7 @@ There, you can also find detailed instructions for using the Azure CLI, Azure Po
Install the Azure Event Hubs client library for Python with pip:

```
$ pip install azure-eventhub==5.8.0a3
$ pip install azure-eventhub==5.8.0a4
```

### Authenticate the client
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ There, you can also find detailed instructions for using the Azure CLI, Azure Po

1. Install the Azure Event Hubs client library for Python with [pip](https://pypi.org/project/pip/):
```bash
pip install azure-eventhub==5.8.0a3
pip install azure-eventhub==5.8.0a4
```

To run samples that utilize the Azure Active Directory for authentication, please install the `azure-identity` library:
Expand Down

0 comments on commit 50d6ba9

Please sign in to comment.