Skip to content

Commit 46670b3

Browse files
authored
[webpubsub] prepare for release (#21707)
1 parent ffa9b92 commit 46670b3

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

sdk/webpubsub/azure-messaging-webpubsubservice/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0 (2021-11-09)
3+
## 1.0.0 (2021-11-10)
44

55
### Breaking changes
66

sdk/webpubsub/azure-messaging-webpubsubservice/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ You can use this library in your app server side to manage the WebSocket client
77
![overflow](https://user-images.githubusercontent.com/668244/140014067-25a00959-04dc-47e8-ac25-6957bd0a71ce.png)
88

99
Use this library to:
10-
- Send messages to hubs and groups.
10+
- Send messages to hubs and groups.
1111
- Send messages to particular users and connections.
1212
- Organize users and connections into groups.
1313
- Close connections
1414
- Grant, revoke, and check permissions for an existing connection
1515

1616
[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/webpubsub/azure-messaging-webpubsubservice) | [Package (Pypi)][package] | [API reference documentation](https://aka.ms/awps/sdk/python) | [Product documentation][webpubsubservice_docs]
1717

18+
## _Disclaimer_
19+
20+
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
21+
1822
## Getting started
1923

2024
### Prerequisites

sdk/webpubsub/azure-messaging-webpubsubservice/samples/Readme.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ urlFragment: azure-messaging-webpubsubservice-samples
1010

1111
# Azure Web PubSub service client library for Python Samples
1212

13-
These are code samples that show common scenario operations with the Azure Storage Blob client library.
13+
These are code samples that show common scenario operations with the Azure WebPubSub client library.
1414
The async versions of the samples (the python sample files appended with `_async`) show asynchronous operations,
15-
and require Python 3.5 or later.
15+
and require Python 3.6 or later.
1616

1717
## Prerequisites
18-
* Python 2.7, or 3.5 or later is required to use this package (3.5 or later if using asyncio)
18+
19+
* Python 2.7, or 3.6 or later is required to use this package (3.5 or later if using asyncio)
1920
* You need an [Azure subscription][azure_sub], and a [Azure WebPubSub service instance][webpubsubservice_docs] to use this package.
2021

2122
## Setup

sdk/webpubsub/azure-messaging-webpubsubservice/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
author_email="[email protected]",
4242
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/webpubsub/azure-messaging-webpubsubservice",
4343
classifiers=[
44-
"Development Status :: 4 - Beta",
44+
"Development Status :: 5 - Production/Stable",
4545
"Programming Language :: Python",
4646
"Programming Language :: Python :: 2",
4747
"Programming Language :: Python :: 2.7",

0 commit comments

Comments
 (0)