Hello all, It has been a while since we released the last version in November. A bunch of changes have piled up in trunk so I decided to create a new release (0.12.0 - r1439036) which includes many new features, bug-fixes and improvements. It contains everything from trunk except the "datacenter" related changes.
Datacenter changes are partly backward incompatible and still work in progress so I have decided to exclude them from this release. They should be finished in the near future (yay!) and included in the next major release. I have manually reverted those changes (it was a pretty time consuming PITA) so I would appreciate if everyone can spend some extra time testing those changes and make sure I haven't broke anything in the drivers listed bellow. I did spend quite a lot of time testing it myself, but it's possible that I've missed something. - Rackspace compute drivers - CloudFiles storage drivers - EC2 compute drivers Release artifacts can be found at http://people.apache.org/~tomaz/libcloud/. Release highlights: - New more efficient generator based approach for iterating over paginated collections. - Old ENUM style provided constants have been replaced with a string version. This allows users to dynamically register new providers using new set_driver method. - New generator based method for iterating over containers (iterate_containers). - Support for multipart uploads in the Amazon S3 storage driver. - New load balancer driver for Amazon Load Balancing (ELB) service. Full change log can be found at https://svn.apache.org/viewvc/libcloud/tags/0.12.0/CHANGES?revision=r1439036&view=markup Please test the release and post your votes. +/- 1 [ ] Release Apache Libcloud 0.12.0 Vote closes on Sunday, February 3rd, 2013 at 12:00 PST. Thanks, Tomaz
