Skip to content

Commit 1f8da47

Browse files
authored
[WebPubSubClient] clean warning log (Azure#37541)
* clean warning log * Update CHANGELOG.md
1 parent 9114d29 commit 1f8da47

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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

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

3+
## 1.1.1 (2024-XX-XX)
4+
5+
### Other Changes
6+
7+
- Clean useless warnings in log
8+
39
## 1.1.0 (2024-04-24)
410

511
### Features Added

sdk/webpubsub/azure-messaging-webpubsubclient/azure/messaging/webpubsubclient/_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def on_close(
910910
self._ack_map.clear()
911911

912912
if self._is_stopping:
913-
_LOGGER.warning("The client is stopping state. Stop recovery.")
913+
_LOGGER.info("The client is stopping state. Stop recovery.")
914914
self._handle_connection_close_and_no_recovery(ws_instance.reconnect_tried_times)
915915
return
916916

sdk/webpubsub/azure-messaging-webpubsubclient/azure/messaging/webpubsubclient/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Licensed under the MIT License. See License.txt in the project root for license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.1.0"
7+
VERSION = "1.1.1"

0 commit comments

Comments
 (0)