We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff23c3 commit d4b5fbbCopy full SHA for d4b5fbb
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Release History
2
3
+## 1.3.0 (Unreleased)
4
+
5
+### Features Added
6
7
+* encoding.Symbol was exposed as a public type `Symbol`.
8
9
## 1.2.0 (2024-09-30)
10
11
### Features Added
message.go
@@ -510,3 +510,6 @@ type Annotations = encoding.Annotations
510
511
// UUID is a 128 bit identifier as defined in RFC 4122.
512
type UUID = encoding.UUID
513
514
+// Symbol is an AMQP symbolic string.
515
+type Symbol = encoding.Symbol
0 commit comments