File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
code-quality-reports/src/main/resources/revapi
sdk/webpubsub/azure-messaging-webpubsub-client Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 725725 "code" : " java.method.removed" ,
726726 "old" : " method com.azure.resourcemanager.storage.models.StorageAccountCheckNameAvailabilityParameters com.azure.resourcemanager.storage.models.StorageAccountCheckNameAvailabilityParameters::withType(java.lang.String)" ,
727727 "justification" : " The property is a constant, which should not be changed."
728+ },
729+ {
730+ "ignore" : true ,
731+ "code" : " java.field.addedStaticField" ,
732+ "new" : " field com.azure.messaging.webpubsub.models.WebPubSubClientProtocol.SOCKETIO" ,
733+ "justification" : " Additional protocols are supported by Web PubSub."
728734 }
729735 ]
730736 }
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ com.azure:azure-messaging-servicebus;7.17.8;7.18.0-beta.2
160160com.azure:azure-messaging-servicebus-stress;1.0.0-beta.1;1.0.0-beta.1
161161com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
162162com.azure:azure-messaging-webpubsub;1.3.3;1.3.4
163- com.azure:azure-messaging-webpubsub-client;1.0.9;1.0.10
163+ com.azure:azure-messaging-webpubsub-client;1.0.9;1.1.0
164164com.azure:azure-mixedreality-authentication;1.2.30;1.3.0-beta.1
165165com.azure:azure-mixedreality-remoterendering;1.1.35;1.2.0-beta.1
166166com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.32;1.0.0-beta.33
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.0.10 (2025-02-21)
3+ ## 1.1.0 (2025-02-21)
44
55### Features Added
66
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Various documentation is available to help you get started
3636<dependency >
3737 <groupId >com.azure</groupId >
3838 <artifactId >azure-messaging-webpubsub-client</artifactId >
39- <version >1.0.10 </version >
39+ <version >1.1.0 </version >
4040</dependency >
4141```
4242[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 1313
1414 <groupId >com.azure</groupId >
1515 <artifactId >azure-messaging-webpubsub-client</artifactId >
16- <version >1.0.10 </version > <!-- {x-version-update;com.azure:azure-messaging-webpubsub-client;current} -->
16+ <version >1.1.0 </version > <!-- {x-version-update;com.azure:azure-messaging-webpubsub-client;current} -->
1717
1818 <name >Microsoft Azure client library for Azure Web PubSub Client</name >
1919 <description >This package contains the Microsoft Azure Web PubSub Client library.</description >
You can’t perform that action at this time.
0 commit comments