You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2015/03/26 21:08:37 UTC

jclouds-site git commit: Blobstore updates for 1.9.0

Repository: jclouds-site
Updated Branches:
  refs/heads/1.9.0-rn 14b729f47 -> f019c5a5e


Blobstore updates for 1.9.0

Also move some features into API changes.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/f019c5a5
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/f019c5a5
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/f019c5a5

Branch: refs/heads/1.9.0-rn
Commit: f019c5a5ead499a11e8ecf40d648872e81a30c86
Parents: 14b729f
Author: Andrew Gaul <ga...@apache.org>
Authored: Thu Mar 26 13:08:05 2015 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Thu Mar 26 13:08:05 2015 -0700

----------------------------------------------------------------------
 releasenotes/1.9.0.md | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/f019c5a5/releasenotes/1.9.0.md
----------------------------------------------------------------------
diff --git a/releasenotes/1.9.0.md b/releasenotes/1.9.0.md
index d4a1d89..ef889b8 100644
--- a/releasenotes/1.9.0.md
+++ b/releasenotes/1.9.0.md
@@ -21,30 +21,42 @@ To get jclouds, please see the [jclouds installation guide](/start/install/).
 
 ## <a id="highlights"></a>Highlights
 
-* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
-* Configured the Animel Sniffer plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.
+* Configured the Animal Sniffer plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.
 * Added AWS Frankfurt region
-* Added AWS signature v4
+* Added AWS signature v4 (excluding S3)
 * Added C4 instance types to AWS EC2
-* Removed all async interfaces from all apis and providers
 * Refactored the OkHttp driver to use the native API
 * Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.
 * Initial support for Azure Compute
-* Added authentication tot he Docker provider
+* Added authentication to the Docker provider
 * Added the ProfitBricks API
 * Added the Shipyard API
 * Added San José and Honolulu regions to CloudSigma
 * Improved Google Compute Engine Compute support
-* Chef has been promoted tot he main repo and updated to support Chef 12
+* Chef has been promoted to the main repo and updated to support Chef 12
 * Improved Google Compute Engine to use AutoValue
+* Support portable setting and getting container and object ACLs (public-read and private)
+* Support portable multi-object delete
+* Improved multi-part upload compatibility with InputStream Payload
+* Add support for user metadata with filesystem provider
+* Add multi-part upload support for generic S3
 
 
 ## <a id="api"></a>API Changes
 
+* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
+* Removed all async interfaces from all apis and providers
+* Do not provide AWS endpoint for generic S3
+* Require Azure API 2012-02-12 to allow support after [August 2015](http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx)
+* Require Java 7 to use filesystem provider (enables user metadata support)
+
 TODO
 
 ## <a id="issues"></a>Known Issues
 
+* Amazon S3 does not support signature v4 or Frankfurt
+* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue](https://bugs.openjdk.java.net/browse/JDK-8030048)
+
 TODO
 
 ## <a id="credits"></a>Credits