Skip to content

Releases: Azure/qpid-proton-j-extensions

qpid-proton-j-extensions_1.2.5

03 Apr 22:36
9d93b72
Compare
Choose a tag to compare

Release

https://central.sonatype.com/artifact/com.microsoft.azure/qpid-proton-j-extensions/1.2.5/

What's Changed

  • Update to 1.2.5-SNAPSHOT by @conniey in #50
  • Support authentication response are multiple frames by @liukun-msft in #53
  • Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #54
  • Fix images in ci.yml by @conniey in #58
  • Updating proton-j dependency to 0.34.1 by @anuchandy in #57
  • 1es template conversion by @scbedd in #59
  • Prepare for 1.2.5 release by @conniey in #60

New Contributors

  • @liukun-msft made their first contribution in #53
  • @microsoft-github-policy-service made their first contribution in #54
  • @anuchandy made their first contribution in #57
  • @scbedd made their first contribution in #59

Full Changelog: qpid-proton-j-extensions_1.2.4...qpid-proton-j-extensions_1.2.5

qpid-proton-j-extensions_1.2.2

10 Dec 08:06
5197bd7
Compare
Choose a tag to compare
Adds an automatic-module-name to MANIFEST.MF (#26)

* Increment version number. Add automatic-module-name.

* Fix checkstyle issue where LineLength should not be in TreeWalker.

* Update dependency versions.

* Fixing module name.

qpid-proton-j-extensions_1.2.1

06 Aug 05:51
9f577c5
Compare
Choose a tag to compare
Merge pull request #24 from mitchdenny/master

Fixed missing project name.

1.2.0

05 Apr 17:31
6b33e5f
Compare
Choose a tag to compare

com.microsoft.azure.proton

  • Added support for digest auth to proxy (#10)

  • Fixed an issue on the IBM JRE: partial socket reads were causing the websockets handshake to fail. (#12)

  • Updated dependencies.

https://mvnrepository.com/artifact/com.microsoft.azure/qpid-proton-j-extensions/1.2.0
http://central.maven.org/maven2/com/microsoft/azure/qpid-proton-j-extensions/1.2.0/

1.1.0

13 Sep 22:32
2d2d5d1
Compare
Choose a tag to compare

com.microsoft.azure.proton

  • This release includes proxy transport layer package, which can be used to talk amqp over websockets via a proxy server. Add an instance of com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl class as the proton transportlayer - org.apache.qpid.proton.engine.impl.TransportInternal.addTransportLayer - to get started!

  • includes a bug fix on WebSocketImpl.configure method - to honor query parameter.

https://www.mvnrepository.com/artifact/com.microsoft.azure/qpid-proton-j-extensions/1.1.0
http://repo1.maven.org/maven2/com/microsoft/azure/qpid-proton-j-extensions/1.1.0/

1.0.0

13 Aug 21:43
778caf5
Compare
Choose a tag to compare

com.microsoft.azure.proton

This package contains websockets transport extension for qpid-proton-j framework.

This is a fork of https://github.com/Azure/azure-iot-sdk-java/tree/master/deps/src/main/java/com/microsoft/azure/sdk/iot/deps/ws package; isolated into a different package - to eliminate cyclic dependency of event hubs and iot sdks.

https://www.mvnrepository.com/artifact/com.microsoft.azure/qpid-proton-j-extensions/1.0.0
http://repo1.maven.org/maven2/com/microsoft/azure/qpid-proton-j-extensions/1.0.0/