Repository: qpid-site Updated Branches: refs/heads/asf-site 08c39e869 -> 12921fae6
Update Qpid for Java 6.1.0 release notes in accordance with changed template Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/12921fae Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/12921fae Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/12921fae Branch: refs/heads/asf-site Commit: 12921fae6f3a6495283f6079aed085031ca67237 Parents: 08c39e8 Author: Alex Rudyy <[email protected]> Authored: Thu Nov 17 14:07:07 2016 +0000 Committer: Alex Rudyy <[email protected]> Committed: Thu Nov 17 14:07:43 2016 +0000 ---------------------------------------------------------------------- .../releases/qpid-java-6.1.0/release-notes.html | 23 ++++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/12921fae/content/releases/qpid-java-6.1.0/release-notes.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-java-6.1.0/release-notes.html b/content/releases/qpid-java-6.1.0/release-notes.html index cdd6dd5..641e5de 100644 --- a/content/releases/qpid-java-6.1.0/release-notes.html +++ b/content/releases/qpid-java-6.1.0/release-notes.html @@ -119,23 +119,22 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> <p>Qpid for Java 6.1 brings with it the following headline changes</p> <ul> -<li>Management REST API is enhanced with new methods and features +<li>Support for consumer priorities</li> +<li>Leverages the TLS cipher suite ordering abilities of JDK 1.8 to offer improved TLS performance</li> +<li>New authentication/authorization features <ul> -<li>Query API is added allowing to search attributes of Broker and Virtual Host configured objects matching given filtering criteria</li> -<li>Support for Cross Origin Resource Sharing is added</li> -<li>New user preferences API is reimplemented from scratch</li> -<li>Message publishing via REST API is added</li> -<li>Message content retrieving API is improved</li> +<li>Support for OAUTH2 authentication with out of the box support for many public OAUTH2 services (including Google, Github, and Facebook)</li> +<li>Support for the utilisation of group information from Directory Services (LDAP) for access control purposes</li> </ul></li> -<li>New message consumer features are added +<li>Improvements to the Web Management Console <ul> -<li>Consumer priorities</li> -<li>Experimental support for pulling consumers</li> +<li>New Dashboard and Query UI features allow an operator to better understand a Broker's state</li> </ul></li> -<li>New features are added into Web Management Console +<li>Enhancements to the Management REST API <ul> -<li>Dashboard and Query UI</li> -<li>Improved message content preview</li> +<li>Support for Cross Origin Resource Sharing (CORS)</li> +<li>Support for message publishing via REST API</li> +<li>Query API allows developers and operators to better monitor the Broker</li> </ul></li> <li>Over 100 bug fixes and improvements</li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
