Skip to content

1.2.9

Compare
Choose a tag to compare
@yvgopal yvgopal released this 19 Dec 01:41
· 58 commits to master since this release
15f112d

Bugs fixed in this release.

  1. Fixed man-in-the-middle vulnerability by verifying host name of the certificate presented by Azure service bus.
  2. Support for all AMQP message body types. Message body can now be either binary data or AMQP value type or AMQP sequence type. This is mainly to inter-operate with other AMQP clients talking to Azure service bus. Here inter-operating means receiving messages sent by other AMQP clients.
  3. Fixed a re-connection issue that was causing random send timeouts when a client consistently sends one message every 15 minutes.
  4. Fixed a memory leak that occurs in some rare cases.

Maven package can be found at
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22