Skip to content

Commit d4b5fbb

Browse files
committed
Expose the Symbol type
1 parent fff23c3 commit d4b5fbb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

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

3+
## 1.3.0 (Unreleased)
4+
5+
### Features Added
6+
7+
* encoding.Symbol was exposed as a public type `Symbol`.
8+
39
## 1.2.0 (2024-09-30)
410

511
### Features Added

message.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,3 +510,6 @@ type Annotations = encoding.Annotations
510510

511511
// UUID is a 128 bit identifier as defined in RFC 4122.
512512
type UUID = encoding.UUID
513+
514+
// Symbol is an AMQP symbolic string.
515+
type Symbol = encoding.Symbol

0 commit comments

Comments
 (0)