[ANNOUNCE] Apache APISIX Dashboard 2.4 has been released

2021-02-13 Thread Zhiyuan Ju
Hi folks,

The Apache APISIX community is glad to announce that Apache APISIX
Dashboard 2.4 has
been released.

Apache APISIX is a cloud-native microservices API gateway, delivering the
ultimate performance, security, open-source and scalable platform for all
your APIs and microservices.

Apache APISIX is based on Nginx and Etcd, it has dynamic routing and
plug-in hot loading, which is especially suitable for API management under
the micro-service system.

Download Link: https://apisix.apache.org/downloads/

Release Note: 
https://github.com/apache/apisix-dashboard/blob/v2.4/CHANGELOG.md#240

Apache APISIX Resources:
- Issues: https://github.com/apache/apisix/issues
- Mailing List: d...@apisix.apache.org


[ANNOUNCE] Apache Qpid Dispatch 1.15.0 released

2021-02-13 Thread Ganesh Murthy
The Apache Qpid (http://qpid.apache.org) community is pleased to
announce the immediate availability of Apache Qpid Dispatch 1.15.0

Qpid Dispatch is a router for the Advanced Message Queuing Protocol 1.0
(AMQP 1.0, ISO/IEC 19464, http://www.amqp.org). It provides a flexible
and scalable interconnect between AMQP endpoints, whether they be clients,
brokers, or other AMQP-enabled services.

The release is available now from our website:
http://qpid.apache.org/download.html

Release notes can be found at:
http://qpid.apache.org/releases/qpid-dispatch-1.15.0/release-notes.html

Thanks to all involved.


[ANNOUNCEMENT] HttpComponents Client 5.1-beta1 Released

2021-02-13 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.1-beta1
release of HttpComponents HttpClient.

This is the first BETA release in the 5.1 release series that includes
a number of new features as well performance optimizations in the
classic HTTP transport.

Notable changes and features included in the 5.1 series:

* Conditional conformance with RFC 3986 (Uniform Resource Identifier
(URI): Generic Syntax).

* Improved support for out of sequence response message handing by the
the classic (blocking) HTTP transport.


Download - 
Release notes - <
https://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-5.0.x.txt
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.