You can read the official announcement at Apache jclouds 1.8.0 released. You can read the details of the specific JIRA issues addressed in this release at the JIRA Release Notes.
To get jclouds, please see the jclouds installation guide.
InputSupplier
to ByteSource
.InputSupplier
, including Strings2.toString
. Callers should instead use ByteSource
, ByteStreams2.toByteArrayAndClose
, or Strings2.toStringAndClose
. These changes ensure compatibility with future Guava releases.BlobStore
introduces a deleteContainerIfEmpty
method which more accurately matches the semantics of some providers. Some providers like Azure have better performance with the existing delete
method.resumeNodesMatching
, suspendNodesMatching
and rebootNodesMatching
of the ComputeService
now return the affected nodes.RegionScopedBlobStoreContext
deprecates configuredRegions()
, blobStoreInRegion(String regionId)
, signerInRegion(String regionId)
, and asyncBlobStoreInRegion(String regionId)
.region
attribute to be specified explicitly. This attribute is now used to select the appropriate endpoint. If the region is not explicitly set, an arbitrary endpoint will be selected, which may differ from the endpoint chosen when using previous versions of jclouds. See the provider guide for an example of how to specify the region.jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
Please see the discussion thread and the vote thread for test results for 1.8.0.