Repository: qpid-site Updated Branches: refs/heads/asf-site 7a90fd793 -> 08c39e869
Tweak the 6.1.0 release notes to draw attention to other major changes Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/08c39e86 Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/08c39e86 Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/08c39e86 Branch: refs/heads/asf-site Commit: 08c39e86928a387af101619e83d134c47f079029 Parents: 7a90fd7 Author: Keith Wall <[email protected]> Authored: Thu Nov 17 14:05:10 2016 +0000 Committer: Keith Wall <[email protected]> Committed: Thu Nov 17 14:05:10 2016 +0000 ---------------------------------------------------------------------- input/releases/qpid-java-6.1.0/release-notes.md | 23 ++++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/08c39e86/input/releases/qpid-java-6.1.0/release-notes.md ---------------------------------------------------------------------- diff --git a/input/releases/qpid-java-6.1.0/release-notes.md b/input/releases/qpid-java-6.1.0/release-notes.md index 1b3fa88..3d3fcca 100644 --- a/input/releases/qpid-java-6.1.0/release-notes.md +++ b/input/releases/qpid-java-6.1.0/release-notes.md @@ -21,18 +21,17 @@ Qpid for Java 6.1 brings with it the following headline changes -* Management REST API is enhanced with new methods and features - * Query API is added allowing to search attributes of Broker and Virtual Host configured objects matching given filtering criteria - * Support for Cross Origin Resource Sharing is added - * New user preferences API is reimplemented from scratch - * Message publishing via REST API is added - * Message content retrieving API is improved -* New message consumer features are added - * Consumer priorities - * Experimental support for pulling consumers -* New features are added into Web Management Console - * Dashboard and Query UI - * Improved message content preview +* Support for consumer priorities +* Leverages the TLS cipher suite ordering abilities of JDK 1.8 to offer improved TLS performance +* New authentication/authorization features + * Support for OAUTH2 authentication with out of the box support for many public OAUTH2 services (including Google, Github, and Facebook) + * Support for the utilisation of group information from Directory Services (LDAP) for access control purposes +* Improvements to the Web Management Console + * New Dashboard and Query UI features allow an operator to better understand a Broker's state +* Enhancements to the Management REST API + * Support for Cross Origin Resource Sharing (CORS) + * Support for message publishing via REST API + * Query API allows developers and operators to better monitor the Broker * Over 100 bug fixes and improvements For more information about this release, including download links and --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
