Releases: Azure/azure-service-bus-java
1.1.2
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
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
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
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
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
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
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
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
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
com.microsoft.azure.servicebus
The following is a list of resolved issues / pull requests for this release:
SessionHandler
throwsTimeoutException
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