Apache Libcloud 3.0.0 drops Python 2 support and adds new features

Share
  • April 21, 2020

Apache Libcloud 3.0.0 has been released. The Python library for talking to different cloud provider APIs was originally developed and open sourced by Cloudkick in 2009, and joined the Apache Incubator that same year. Two years later, it became an Apache Top-Level Project (TLP).

SEE ALSO: Apache ShardingSphere is the latest Apache Top-Level Project

Let’s see what changes the latest version has on board.

What’s new in Apache Libcloud 3.0.0

The main change in the current version is that it drops support for Python 2.7 and Python 3 versions below 3.5. The Libcloud v2.8.x series, which continues to provide support for the older Python versions, is still available. This series though will only receive bug fixes going forward.

But that’s not the only change in Apache Libcloud 3.0.0, as some features have been upgraded as well. For example, type annotations for the base storage API, the base DNS API and the base container API have been added. For Google Storage, a bug in the code was fixed to ensure that the driver now supports service account HMAC credentials.

SEE ALSO: How to install and configure Apache2

See the full changelog and the release post for more info.

The post Apache Libcloud 3.0.0 drops Python 2 support and adds new features appeared first on JAXenter.

Source : JAXenter