Skip to content

Commit dc0adcb

Browse files
committed
Update docs metadata
1 parent ed95f77 commit dc0adcb

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs-ref-services/latest/messaging-webpubsub-readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Web PubSub service client library for Java
33
keywords: Azure, java, SDK, API, azure-messaging-webpubsub, webpubsub
4-
ms.date: 06/21/2025
4+
ms.date: 07/08/2025
55
ms.topic: reference
66
ms.devlang: java
77
ms.service: webpubsub
88
---
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
1010

1111

1212
[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)
3838
#### Include the BOM file
3939

4040
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).
4242

4343
```xml
4444
<dependencyManagement>
@@ -74,7 +74,7 @@ add the direct dependency to your project as follows.
7474
<dependency>
7575
<groupId>com.azure</groupId>
7676
<artifactId>azure-messaging-webpubsub</artifactId>
77-
<version>1.4.2</version>
77+
<version>1.5.0</version>
7878
</dependency>
7979
```
8080

@@ -212,10 +212,10 @@ comments.
212212

213213
[azure_subscription]: https://azure.microsoft.com/free
214214
[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
216216
[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
219219
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
220220
[cla]: https://cla.microsoft.com
221221
[coc]: https://opensource.microsoft.com/codeofconduct/

metadata/latest/azure-messaging-webpubsub.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-messaging-webpubsub",
3-
"Version": "1.4.2",
3+
"Version": "1.5.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/webpubsub/azure-messaging-webpubsub",
66
"ServiceDirectory": "webpubsub",
@@ -10,17 +10,17 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-messaging-webpubsub",
13-
"ReleaseStatus": "2025-06-19",
13+
"ReleaseStatus": "2025-07-07",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": null,
1616
"ArtifactDetails": {
17+
"releaseInBatch": "${{ parameters.release_azuremessagingwebpubsub }}",
18+
"name": "azure-messaging-webpubsub",
19+
"safeName": "azuremessagingwebpubsub",
20+
"groupId": "com.azure",
1721
"triggeringPaths": [
1822
"/sdk/webpubsub/ci.yml"
19-
],
20-
"groupId": "com.azure",
21-
"safeName": "azuremessagingwebpubsub",
22-
"name": "azure-messaging-webpubsub",
23-
"releaseInBatch": "${{ parameters.release_azuremessagingwebpubsub }}"
23+
]
2424
},
2525
"CIParameters": {
2626
"CIMatrixConfigs": []

0 commit comments

Comments
 (0)