[ANNOUNCEMENT] HttpComponents Client 5.0.1 GA Released

2020-06-15 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0.1 GA
release of HttpComponents HttpClient.

This release upgrades HttpCore to the latest version and addresses a
number of issues found since 5.0 release.

Download - 
Release notes - 

HttpComponents site - 

About HttpComponents HttpClient

The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant
protocol used on the Internet today. Web services, network-enabled
appliances and the growth of network computing continue to expand the
role of the HTTP protocol beyond user-driven web browsers, while
increasing the number of applications that require HTTP support.

Although the java.net package provides basic functionality for
accessing resources via HTTP, it doesn't provide the full flexibility
or functionality needed by many applications. HttpClient seeks to fill
this void by providing an efficient, up-to-date, and feature-rich
package implementing the client side of the most recent HTTP standards
and recommendations.

Designed for extension while providing robust support for the base HTTP
protocol, HttpClient may be of interest to anyone building HTTP-aware
client applications such as web browsers, web service clients, or
systems that leverage or extend the HTTP protocol for distributed
communication.



[ANNOUNCE] Apache Libcloud 3.1.0 release

2020-06-15 Thread Tomaz Muraus
Libcloud is a Python library that abstracts away the differences among
multiple cloud provider APIs. It allows users to manage cloud services
(servers, storage, load balancers, DNS, containers as a service) offered by
many different providers through a single, unified and easy to use API.

We are happy to announce Libcloud v3.1.0.

This release includes various improvements and bug fixes.

Changelog can be
found at <
https://libcloud.readthedocs.io/en/latest/changelog.html#changes-in-apache-libcloud-3-1-0>.


Download

The release can be downloaded from
 or installed using pip:

pip install "apache-libcloud==3.1.0"

Upgrading

If you have installed Libcloud using pip you can also use it to upgrade it:

pip install --upgrade "apache-libcloud==3.1.0"

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 <
https://libcloud.readthedocs.org/en/latest/upgrade_notes.html>

Documentation

Regular and API documentation is available at <
https://libcloud.readthedocs.org/en/latest/>

Bugs / Issues

If you find any bug or issue, please report it on our issue tracker
.

Don't forget to attach an example and / or test which reproduces your
problem.

Thanks

Thanks to everyone who contributed and made this release possible! Full
list of people who contributed to this release can be found in the
CHANGES file .