This commit is contained in:
richardpark-msft 2021-08-09 11:38:20 -07:00
Родитель b1b6402dea
Коммит e806614069
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,10 @@
# Change Log
## `v0.10.9`
- fixing issue #241, where deferring a message with a sequence number could result us encoding it incorrectly
and sending it as a negative number.
## `v0.10.8`
- only retry with retryable amqp errors for sender [#201](https://github.com/Azure/azure-service-bus-go/issues/201)