azure-service-bus-go/changelog.md

36 строки
1.1 KiB
Markdown
Исходник Обычный вид История

2018-07-06 23:54:23 +03:00
# Change Log
2018-12-05 02:38:38 +03:00
## `head`
## `v0.6.0`
- add namespace TLS configuration option
- update to Azure SDK v28 and AutoRest 12
2019-03-13 01:50:31 +03:00
2019-04-26 21:03:51 +03:00
## `v0.5.1`
- update the Azure Resource Manager dependency to the latest to help protect people not using a dependency
management tool such as `dep` or `vgo`.
## `v0.5.0`
- add support for websockets
2019-04-17 01:35:48 +03:00
## `v0.4.1`
- fix issue with sender when SB returns a different receiver disposition [#119](https://github.com/Azure/azure-service-bus-go/issues/119)
## `v0.4.0`
2019-04-17 01:35:48 +03:00
- Update to AMQP 0.11.0 which introduces strict settlement mode
([#111](https://github.com/Azure/azure-service-bus-go/issues/111))
2019-03-13 01:50:31 +03:00
## `v0.3.0`
- Add disposition batching
- Add NotFound errors for mgmt API
- Fix go routine leak when listening for messages upon context close
2019-03-13 06:40:59 +03:00
- Add batch sends for Topics
2019-03-13 01:50:31 +03:00
## `v0.2.0`
2018-12-05 02:38:38 +03:00
- Refactor disposition handler so that errors can be handled in handlers
- Add dead letter queues for entities
- Fix connection leaks when using multiple calls to Receive
- Ensure senders wait for message disposition before returning
2018-07-06 23:54:23 +03:00
## `v0.1.0`
- initial tag for Service Bus which includes Queues, Topics and Subscriptions using AMQP