You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Tomaž Muraus <to...@apache.org> on 2011/10/19 13:55:07 UTC

[dev] [ANN] Libcloud 0.6.0-beta1

Hello all,

Libcloud team is pleased to announce the release of Libcloud 0.6.0-beta1.

This release includes many improvements and new drivers, but the most
important thing is a brand new DNS API.

DNS API allows users to manage DNS service provided by many different
providers. This release includes a driver for Linode DNS (
http://www.linode.com/features.cfm) and Zerigo DNS (http://www.zerigo.com/).
In the future we also plan to expand it (hopefully with your help) and add
new drivers for providers such as Amazon, Rackspace and others.

DNS API is also the reason this is a beta and not a final release. We would
like it to get some more real world usage and testing before releasing a
final verison.

Other notable changes, bug-fixes and improvements

General

-  SSL certificate validation is now enabled by default. If no CA
certificate files are found on startup, an exception is thrown.

Compute

- new driver for Ninefold.com
- support for OpenStack 1.1 API and many other improvements in the OpenStack
driver

Storage

- new driver for Google storage (http://code.google.com/apis/storage/)
- new driver for Ninefold.com storage (http://ninefold.com/cloud-storage/)

For a full list of changes, please check the CHANGES file <
https://svn.apache.org/viewvc/libcloud/tags/0.6.0-beta1/CHANGES?revision=1186097&view=markup
>.

Download

Libcloud 0.6.0-beta1 can be downloaded from
http://libcloud.apache.org/downloads.html. Because this is a beta release,
it's not available on PyPi.

It is possible that the file hasn't been synced to all the mirrors yet so if
this is the case, please use the main apache mirror -
http://www.apache.org/dist/libcloud

Upgrade notes

A page which describes backward incompatible or semi-incompatible changes
and how to preserve the old behavior when this is possible can be found at
http://libcloud.apache.org/upgrade-notes-0-6.html.

Documentation

API documentation can be found at
http://libcloud.apache.org/apidocs/0.6.0-beta1/.

Bugs / Issues

If you find any bug or issue, please report it on our issue tracker <
https://issues.apache.org/jira/browse/LIBCLOUD>. Don't forget to attach an
example and / or test which reproduces your problem.

Thanks,
Tomaz