Skip to content

Commit f288f55

Browse files
Prepare for release (#34677)
1 parent f29b99b commit f288f55

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

sdk/core/Azure.Core.Amqp/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
# Release History
22

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.3.0 (2023-03-02)
4+
5+
### Acknowledgments
6+
Thank you to our developer community members who helped to make the Azure.Core.Amqp client library better with their contributions to this release:
7+
8+
- Daniel Marbach _([GitHub](https://github.com/danielmarbach))_
49

510
### Features Added
11+
- Added `ToBytes` and `FromBytes` methods to `AmqpAnnotatedMessage` to allow for serialization and deserialization of the message.
612

713
### Breaking Changes
814

9-
### Bugs Fixed
15+
- The nullability annotations were updated for the following properties of `AmqpAnnotatedMessage` to allow null values to be set in the dictionary, to comply with the [AMQP specification](https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format):
16+
- `ApplicationProperties`
17+
- `DeliveryAnnotations`
18+
- `MessageAnnotations`
19+
- `Footer`
1020

1121
### Other Changes
1222

13-
- Make `AmqpAddress` and `AmqpMessageId` readonly structs
23+
- Make `AmqpAddress` and `AmqpMessageId` readonly structs. _(A community contribution, courtesy of [danielmarbach](https://github.com/danielmarbach))_
1424

1525
## 1.2.0 (2021-07-06)
1626

sdk/core/Azure.Core.Amqp/src/Azure.Core.Amqp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This library contains AMQP model types used by Azure libraries.</Description>
44
<AssemblyTitle>Microsoft Azure AMQP</AssemblyTitle>
5-
<Version>1.3.0-beta.1</Version>
5+
<Version>1.3.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.2.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure AMQP</PackageTags>

0 commit comments

Comments
 (0)