File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
sdk/messaging/azservicebus Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 0.4.2 (Unreleased )
3+ ## 1.0.0 (2022-05-16 )
44
55### Features Added
66
7- ### Breaking Changes
8-
9- ### Bugs Fixed
10-
11- ### Other Changes
7+ - First stable release of the azservicebus package.
128
139## 0.4.1 (2022-05-12)
1410
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ Use the client library `github.com/Azure/azure-sdk-for-go/sdk/messaging/azservic
77- Send messages to an Azure Service Bus Queue or Topic
88- Receive messages from an Azure Service Bus Queue or Subscription
99
10- ** NOTE** : This library is currently a preview. There may be breaking interface changes until it reaches semantic version ` v1.0.0 ` .
11-
1210Key links:
1311- [ Source code] [ source ]
1412- [ API Reference Documentation] [ godoc ]
Original file line number Diff line number Diff line change 33
44package internal
55
6- // TODO: this should move into a proper file. Need to resolve some interdependency
7- // issues between the public and internal packages first.
86// Version is the semantic version number
9- const Version = "v0.4.2 "
7+ const Version = "v1.0.0 "
You can’t perform that action at this time.
0 commit comments