Skip to content

Commit a9aeb7a

Browse files
authored
[WebPubSubClient] Prepare release for beta.3 (Azure#25503)
### Packages impacted by this PR @azure/web-pubsub-client ### Issues associated with this PR Azure#24901 ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent f2a8a39 commit a9aeb7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Release History
22

3-
## 1.0.0-beta.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.0-beta.3 (2023-04-10)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Fix the bug that `isDuplicated` is always `true`
128

139
## 1.0.0-beta.2 (2023-02-06)
1410

1511
### Breaking Changes
12+
1613
- To keep the naming consistency, change interface name `OnRestoreGroupFailedArgs` to `OnRejoinGroupFailedArgs`, and change config name `WebPubSubClientOptions.autoRestoreGroups` to `WebPubSubClientOptions.autoRejoinGroups`
1714

1815
### Bugs Fixed
16+
1917
- Fix AutoRejoinGroups doesn't work issue
2018

2119
## 1.0.0-beta.1 (2023-01-13)
20+
2221
### Features Added
22+
2323
- Initial beta release

0 commit comments

Comments
 (0)