Skip to content

Commit

Permalink
webpubsub, prepare release 1.1.0 (#27449)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Mar 9, 2022
1 parent e519fff commit 5b43a98
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ com.azure:azure-messaging-eventhubs-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus;7.6.0;7.7.0-beta.1
com.azure:azure-messaging-servicebus-track1-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-webpubsub;1.0.2;1.1.0-beta.1
com.azure:azure-messaging-webpubsub;1.0.2;1.1.0
com.azure:azure-mixedreality-authentication;1.1.5;1.2.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.4;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.5;1.0.0-beta.6
Expand Down
9 changes: 5 additions & 4 deletions sdk/webpubsub/azure-messaging-webpubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0 (2022-03-08)

### Features Added

- Added interfaces from `com.azure.core.client.traits` to `WebPubSubServiceClientBuilder`.
- Added `retryOptions` to `WebPubSubServiceClientBuilder`.

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.25.0` to `1.26.0`.
- Upgraded `azure-core-http-netty` from `1.11.7` to `1.11.8`.

## 1.0.2 (2022-02-08)

Expand Down
2 changes: 1 addition & 1 deletion sdk/webpubsub/azure-messaging-webpubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/webpubsub/azure-messaging-webpubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->

<name>Microsoft Azure client library for Azure Web Pub Sub Service</name>
<description>This package contains the Microsoft Azure Web Pub Sub library.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/webpubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 5b43a98

Please sign in to comment.