Repository: jclouds-site Updated Branches: refs/heads/rn-191 5b5a13a8e -> 6574ebb0e
Add blobstore notes Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/6574ebb0 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/6574ebb0 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/6574ebb0 Branch: refs/heads/rn-191 Commit: 6574ebb0ea0e8bba3dbb4ed7e9cb400c5e148d17 Parents: 5b5a13a Author: Andrew Gaul <[email protected]> Authored: Thu Aug 6 14:51:59 2015 -0700 Committer: Andrew Gaul <[email protected]> Committed: Thu Aug 6 14:52:49 2015 -0700 ---------------------------------------------------------------------- releasenotes/1.9.1.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/6574ebb0/releasenotes/1.9.1.md ---------------------------------------------------------------------- diff --git a/releasenotes/1.9.1.md b/releasenotes/1.9.1.md index eaaa581..0c1a95f 100644 --- a/releasenotes/1.9.1.md +++ b/releasenotes/1.9.1.md @@ -36,21 +36,23 @@ To get started with jclouds, please see the [jclouds installation guide](/start/ ## <a id="blobstore-improvements"></a>BlobStore improvements -TODO +* Copy blob support (server-side copy on Azure, S3, GCS, and Swift, emulated on other providers) +* Many improvements to Google Cloud Storage ## <a id="api"></a>API Changes -TODO +* Replaced Rackspace Cloudfiles provider with modern openstack-swift code ## <a id="issues"></a>Known Issues -TODO +* Google Cloud Storage cannot upload InputStream payloads ## <a id="credits"></a>Credits jclouds would like to thank everyone who contributed time and effort in order to make this release happen: * Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release. +* Daniel Broudy for many improvements to Google Compute and Google Cloud Storage * Francesco Chicchiriccò for his advice in the development of the Azure compute provider and for heliping running the live tests. * Shrinand Javadekar for running the live tests for several Blob Store providers. * Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit).
