File tree 3 files changed +8
-2
lines changed
sdk/webpubsub/azure-messaging-webpubsubclient
azure/messaging/webpubsubclient
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 1.1.1 (2024-XX-XX)
4
+
5
+ ### Other Changes
6
+
7
+ - Clean useless warnings in log
8
+
3
9
## 1.1.0 (2024-04-24)
4
10
5
11
### Features Added
Original file line number Diff line number Diff line change @@ -910,7 +910,7 @@ def on_close(
910
910
self ._ack_map .clear ()
911
911
912
912
if self ._is_stopping :
913
- _LOGGER .warning ("The client is stopping state. Stop recovery." )
913
+ _LOGGER .info ("The client is stopping state. Stop recovery." )
914
914
self ._handle_connection_close_and_no_recovery (ws_instance .reconnect_tried_times )
915
915
return
916
916
Original file line number Diff line number Diff line change 4
4
# Licensed under the MIT License. See License.txt in the project root for license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "1.1.0 "
7
+ VERSION = "1.1.1 "
You can’t perform that action at this time.
0 commit comments