Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit cb1ca62

Browse files
Updating changelog for fixes for upcoming v0.10.15 release.
Adding in changelog for #241 fix and backfilling the previous releases changelog entries.
2 parents b1b6402 + a027c74 commit cb1ca62

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Change Log
22

3+
## `v0.10.15`
4+
5+
- fix issue where deferring a message could result us encoding it incorrectly and sending the sequence
6+
number as a negative number. #241
7+
8+
## `v0.10.14`
9+
10+
- fix issue where (Topic|Subscription|Queue)Manager.List() would only return a single page of entities. #234
11+
12+
## `v0.10.13`
13+
14+
- fix panic when specifying a nil session ID #232
15+
16+
## `v0.10.12`
17+
18+
- add associate-link-name property to RenewLocks function. #225
19+
20+
## `v0.10.11`
21+
22+
- use amqp HandleMessage Func #207
23+
24+
## `v0.10.10`
25+
26+
- consolidate auth auto-refresh #205
27+
- add recovery mechanism to rpcClient #206
28+
29+
## `v0.10.9`
30+
31+
- tell users they can't go higher than 5 minutes #202
32+
333
## `v0.10.8`
434
- only retry with retryable amqp errors for sender [#201](https://github.com/Azure/azure-service-bus-go/issues/201)
535

0 commit comments

Comments
 (0)