File tree 4 files changed +11
-6
lines changed
sdk/webpubsub/azure-messaging-webpubsubservice
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0 (2021-11-09 )
3
+ ## 1.0.0 (2021-11-10 )
4
4
5
5
### Breaking changes
6
6
Original file line number Diff line number Diff line change @@ -7,14 +7,18 @@ You can use this library in your app server side to manage the WebSocket client
7
7
![ overflow] ( https://user-images.githubusercontent.com/668244/140014067-25a00959-04dc-47e8-ac25-6957bd0a71ce.png )
8
8
9
9
Use this library to:
10
- - Send messages to hubs and groups.
10
+ - Send messages to hubs and groups.
11
11
- Send messages to particular users and connections.
12
12
- Organize users and connections into groups.
13
13
- Close connections
14
14
- Grant, revoke, and check permissions for an existing connection
15
15
16
16
[ 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 ]
17
17
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
+
18
22
## Getting started
19
23
20
24
### Prerequisites
Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ urlFragment: azure-messaging-webpubsubservice-samples
10
10
11
11
# Azure Web PubSub service client library for Python Samples
12
12
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.
14
14
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.
16
16
17
17
## 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)
19
20
* You need an [ Azure subscription] [ azure_sub ] , and a [ Azure WebPubSub service instance] [ webpubsubservice_docs ] to use this package.
20
21
21
22
## Setup
Original file line number Diff line number Diff line change 41
41
42
42
url = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/webpubsub/azure-messaging-webpubsubservice" ,
43
43
classifiers = [
44
- "Development Status :: 4 - Beta " ,
44
+ "Development Status :: 5 - Production/Stable " ,
45
45
"Programming Language :: Python" ,
46
46
"Programming Language :: Python :: 2" ,
47
47
"Programming Language :: Python :: 2.7" ,
You can’t perform that action at this time.
0 commit comments