2018-07-06 23:54:23 +03:00
|
|
|
# Change Log
|
|
|
|
|
2018-12-05 02:38:38 +03:00
|
|
|
## `head`
|
2019-05-01 19:35:08 +03:00
|
|
|
|
|
|
|
## `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`.
|
|
|
|
|
2019-04-25 19:32:06 +03:00
|
|
|
## `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)
|
|
|
|
|
2019-03-25 17:48:06 +03:00
|
|
|
## `v0.4.0`
|
2019-04-17 01:35:48 +03:00
|
|
|
- Update to AMQP 0.11.0 which introduces strict settlement mode
|
2019-03-25 17:48:06 +03:00
|
|
|
([#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
|