Releases: onlyann/ServiceStack.AzureServiceBus
Releases · onlyann/ServiceStack.AzureServiceBus
v0.1.10
v0.1.8
- Add
GetMessageFilter
,PublishMessageFilter
,RequestFilter
andResponseFilter
- Target .net 4.5 instead of 4.6.2
- Speedup startup/teardown of the MQ Server
- Limit queue update by performing a diff when queue already exists
- Expose some operations as async
v0.1.4
- Fix issue where
Nack
was not sending error details when dead lettering QueueName
now reflects the actual queue names- Fix issue where using
SendAllOneWay
would result in an exception Ack
now works for queues other than the In queue- Add
CreateQueueFilter
to be able to customise queue creation options.