From ef6c1335fc51e73354807f272fd75b033848edb7 Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Mon, 23 Jan 2012 14:54:44 -0600 Subject: Release Notes for E3 Change-Id: I4b3dd0275defccb57c16f5aa5e57531b6a51bcce --- doc/source/releases.rst | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/doc/source/releases.rst b/doc/source/releases.rst index a73d39a3..a4b698d7 100644 --- a/doc/source/releases.rst +++ b/doc/source/releases.rst @@ -3,12 +3,28 @@ Release notes ============= -E3 (in progress - coming January 26, 2012) +E3 (January 26, 2012) ========================================== -* Portable identifiers: modifiable, string ID in database backend * Contract compliance: version response and ATOM, 300 multiple choice +* Global endpoints returned for unscoped calls +* adminUrl only shown to admin clients +* Endpoints have unique ID +* Auth-N/Auth-Z for S3 API (OS-KSS3 extension) +* Default tenant scope optionally returned when authenticating +* Vary header returned for caching proxies -See https://launchpad.net/keystone/+milestone/essex-3 +* Portable identifiers: modifiable, string identifiers in database backend +* Much improved keystone-manage command (see --help and docs) +* OS-KSVALIDATE extension to support not passing tokens in URL +* OS-KSEC2 and OS-KSS3 extensions respond on /tokens +* HP-IDM extension to filter roles to a given service ID +* Additional caching options in middleware (memcache and swift cache) + +* Enhanced configuration management (in line with other OpenStack projects) +* Additional logging +* Enhanced tracer tool (-t or --trace-calls) + +See comprehensive list here https://launchpad.net/keystone/+milestone/essex-3 E2 (December 15, 2011) -- cgit