|
1 | 1 | ---
|
2 | 2 | title: Azure Web PubSub service client library for Java
|
3 | 3 | keywords: Azure, java, SDK, API, azure-messaging-webpubsub, webpubsub
|
4 |
| -ms.date: 06/21/2025 |
| 4 | +ms.date: 07/08/2025 |
5 | 5 | ms.topic: reference
|
6 | 6 | ms.devlang: java
|
7 | 7 | ms.service: webpubsub
|
8 | 8 | ---
|
9 |
| -# Azure Web PubSub service client library for Java - version 1.4.2 |
| 9 | +# Azure Web PubSub service client library for Java - version 1.5.0 |
10 | 10 |
|
11 | 11 |
|
12 | 12 | [Azure Web PubSub service](https://aka.ms/awps/doc) is an Azure-managed service that helps developers easily build web applications with real-time features and publish-subscribe pattern. Any scenario that requires real-time publish-subscribe messaging between server and clients or among clients can use Azure Web PubSub service. Traditional real-time features that often require polling from server or submitting HTTP requests can also use Azure Web PubSub service.
|
@@ -38,7 +38,7 @@ Details about the terms used here are described in [Key concepts](#key-concepts)
|
38 | 38 | #### Include the BOM file
|
39 | 39 |
|
40 | 40 | Please include the azure-sdk-bom to your project to take dependency on the General Availability (GA) version of the library. In the following snippet, replace the {bom_version_to_target} placeholder with the version number.
|
41 |
| -To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.4.2/sdk/boms/azure-sdk-bom/README.md). |
| 41 | +To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.5.0/sdk/boms/azure-sdk-bom/README.md). |
42 | 42 |
|
43 | 43 | ```xml
|
44 | 44 | <dependencyManagement>
|
@@ -74,7 +74,7 @@ add the direct dependency to your project as follows.
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>com.azure</groupId>
|
76 | 76 | <artifactId>azure-messaging-webpubsub</artifactId>
|
77 |
| - <version>1.4.2</version> |
| 77 | + <version>1.5.0</version> |
78 | 78 | </dependency>
|
79 | 79 | ```
|
80 | 80 |
|
@@ -212,10 +212,10 @@ comments.
|
212 | 212 |
|
213 | 213 | [azure_subscription]: https://azure.microsoft.com/free
|
214 | 214 | [jdk_link]: https://learn.microsoft.com/java/azure/jdk/?view=azure-java-stable
|
215 |
| -[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub_1.4.2/sdk/webpubsub/azure-messaging-webpubsub/src |
| 215 | +[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-messaging-webpubsub_1.5.0/sdk/webpubsub/azure-messaging-webpubsub/src |
216 | 216 | [product_documentation]: https://aka.ms/awps/doc
|
217 |
| -[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.4.2/sdk/webpubsub/azure-messaging-webpubsub/src/samples/README.md |
218 |
| -[log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.4.2/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java |
| 217 | +[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.5.0/sdk/webpubsub/azure-messaging-webpubsub/src/samples/README.md |
| 218 | +[log_levels]: https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-webpubsub_1.5.0/sdk/core/azure-core/src/main/java/com/azure/core/util/logging/ClientLogger.java |
219 | 219 | [performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
|
220 | 220 | [cla]: https://cla.microsoft.com
|
221 | 221 | [coc]: https://opensource.microsoft.com/codeofconduct/
|
|
0 commit comments