Skip to content

Releases: Azure/azure-service-bus-java

1.1.2

04 Mar 18:26
15f4ed6
Compare
Choose a tag to compare

Java Client for Azure Service Bus 1.1.2. Includes some bug fixes This release is on top of version 1.1.1. It doesn't include Active Directory Authentication support.

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

1.1.1

22 Jan 21:05
f182602
Compare
Choose a tag to compare

Java Client for Azure Service Bus 1.1.1. Includes a memory leak fix. This release is on top of version 1.1.0. It doesn't include Active Directory Authentication support.

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

1.2.3-PREVIEW

22 Jan 21:05
2932f2d
Compare
Choose a tag to compare
1.2.3-PREVIEW Pre-release
Pre-release

Java Client for Azure Service Bus 1.2.3-PREVIEW. Includes a memory leak fix. It is a preview release which includes support for Azure Active Directory authentication.

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

1.2.2-PREVIEW

10 Jan 23:22
91c45b4
Compare
Choose a tag to compare
1.2.2-PREVIEW Pre-release
Pre-release

Java Client for Azure Service Bus 1.2.2-PREVIEW. Added support for Azure active directory token providers.

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

1.1.0

03 Oct 22:13
Compare
Choose a tag to compare

Java Client for Azure Service Bus 1.1.0. Fixes and performance improvements.

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

For any reason if maven doesn't download 1.1.0 as the latest version, please update it to refer to 1.1.0 explicitly in your pom.xml.

1.0.0

11 Aug 22:32
Compare
Choose a tag to compare

Java Client for Azure Service Bus GA.

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

For any reason if maven doesn't download 1.0.0 as the latest version, please update it to refer to 1.0.0 explicitly in your pom.xml.

1.0.0-RC-1

04 Aug 20:33
Compare
Choose a tag to compare
1.0.0-RC-1 Pre-release
Pre-release

First release candidate before we go GA.
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
For some reason RC-1 is not treated as the latest by Maven. If you are referring to the latest available azure service bus package in your pom.xml, please update it to refer to RC-1 explicitly.

1.0.0-PREVIEW-3

16 Jun 23:54
Compare
Choose a tag to compare
1.0.0-PREVIEW-3 Pre-release
Pre-release

ServiceBus java client uses SLF4J logging. Applications using the client can use an implementation of SLF4J for the logging framework used by the applications.

Here is the corresponding Maven package:
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22

1.0.0-PREVIEW-2

05 Jun 23:31
Compare
Choose a tag to compare
1.0.0-PREVIEW-2 Pre-release
Pre-release

Bug fixes for issues #43, #47, #52
For more details regarding the issues/pull requests in the latest release, see: https://github.com/Azure/azure-service-bus-java/milestone/3

Here is the corresponding Maven package:
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22

1.0.0-PREVIEW-1

03 May 22:56
Compare
Choose a tag to compare
1.0.0-PREVIEW-1 Pre-release
Pre-release

com.microsoft.azure.servicebus

The following is a list of resolved issues / pull requests for this release:

  • SessionHandler throws TimeoutException when there are no messages to read in a queue (#41)
  • Claims based authentication (#48)
  • Previously ignored timeout on AcceptSession (76c4e9f)
  • Exposed MessageSender & MessageReceiver (1f626a5)
    • This allows for more advanced functionality which is not provided in the Queue/Topic/Subscription clients, such as peek.

For more details regarding the issues/pull requests in the latest release, see: https://github.com/Azure/azure-service-bus-java/milestone/2

Here is the corresponding Maven package:
https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22