Skip to content

Commit

Permalink
Prepare for release (#39983)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft committed Nov 14, 2023
1 parent 236fac8 commit 3dca006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
# Release History

## 7.17.0-beta.1 (Unreleased)

### Features Added
## 7.17.0 (2023-11-14)

### Breaking Changes

The following breaking changes were made for the experimental support of Open Telemetry:
- Change `ActivitySource` name used to report message activity from `Azure.Messaging.ServiceBus` to `Azure.Messaging.ServiceBus.Message`.
- Updated tracing attributes names to conform to OpenTelemetry semantic conventions version 1.23.0.

### Bugs Fixed

### Other Changes

## 7.16.2 (2023-10-11)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Azure Service Bus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. This client library allows for both sending and receiving messages using Azure Service Bus. For more information about Service Bus, see https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview</Description>
<Version>7.17.0-beta.1</Version>
<Version>7.17.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>7.16.2</ApiCompatVersion>
<PackageTags>Azure;Service Bus;ServiceBus;.NET;AMQP;$(PackageCommonTags)</PackageTags>
Expand Down

0 comments on commit 3dca006

Please sign in to comment.