[ANNOUNCEMENT] HttpComponents HttpCore 4.0-beta1 Released

2008-01-24 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.0-beta1. This release can be considered a major milestone, as it marks the end of API instability in HttpCore. As of this release the API compatibility between minor releases in 4.x codeline will be

[ANNOUNCEMENT] HttpComponents HttpCore 4.0.1 (GA) Released

2009-06-22 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.0.1. This is a patch release addressing a number of issues discovered since the 4.0 release. Users of NIO module are advised to upgrade. Download - http://hc.apache.org/downloads.cgi Release

[ANNOUNCEMENT] HttpComponents HttpClient 4.0 (GA) release

2009-08-13 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce the first stable (GA) release of Apache HttpClient 4.0 HttpClient 4.0 represents a complete, ground-up redesign and almost a complete rewrite of the HttpClient 3.x codeline. This release finally addresses several design flaws that existed since

[ANNOUNCEMENT] HttpComponents HttpClient 4.0.1 (GA) Released

2009-12-11 Thread Oleg Kalnichevski
HttpClient 4.0.1 is a bug fix release that addresses a number of issues discovered since the previous stable release. None of the fixed bugs is considered critical. Most notably this release eliminates eliminates dependency on JCIP annotations. This release is also expected to improve

[ANNOUNCEMENT] HttpComponents HttpCore 4.1-beta1 Released

2010-04-03 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.1-beta1. This release finalizes the API introduced in the 4.1 development branch. It also fixes a number of bugs discovered since the previous release and delivers a number of performance

[ANNOUNCEMENT] HttpComponents HttpCore 4.1-beta2 Released

2010-08-31 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.1-beta2. This version fixes a number of non-critical bugs found since the previous release. The 4.1 code line is expected to supersede 4.0 as recommended for use in production with the next release.

[ANNOUNCEMENT] HttpComponents HttpClient 4.0.2 (GA) Released

2010-09-09 Thread Oleg Kalnichevski
HttpClient 4.0.2 is a maintenance release that fixes a number of bugs discovered since the previous stable release. This is likely to be the last release from the 4.0.x branch. Upstream projects are encouraged to upgrade. --- Download - http://hc.apache.org/downloads.cgi Release

[ANNOUNCEMENT] HttpComponents HttpClient 4.0.3 (GA) Released

2010-09-19 Thread Oleg Kalnichevski
HttpClient 4.0.3 is an emergency release fixing a critical regression in the SSL connection management code. HttpClient 4.0.2 release included an improved support for multihome hosts, which unfortunately had a bug causing the default SSL hostname verification logic to fail. An attempt to establish

[ANNOUNCEMENT] HttpComponents HttpCore 4.1 (GA) Released

2010-11-19 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.1. This is the first stable (GA) release of HttpCore 4.1. This release provides a compatibility mode with JREs that have a naive (broken) implementation of SelectionKey API and also improves

[ANNOUNCEMENT] HttpComponents HttpClient 4.1-beta1 Released

2010-11-21 Thread Oleg Kalnichevski
HttpClient 4.1-beta1 finalizes the 4.1 API and brings a number of major improvements to the HTTP caching module. This release also adds full support for NTLMv1, NTLMv2, and NTLM2 Session authentication. The NTLM protocol code was kindly contributed by the Lucene Connector Framework project.

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-alpha1 Released

2011-01-18 Thread Oleg Kalnichevski
This is the first public release of Apache HttpAsyncClient. HttpAsyncClient is a library for asynchronous client-side HTTP communication built on top of HttpCore NIO and HttpClient components. HttpAsyncClient is NOT meant to replace or supersede Apache HttpClient. It is a complementary library to

[ANNOUNCEMENT] HttpComponents HttpClient 4.1 (GA) release

2011-01-24 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.1 (GA) release of Apache HttpClient. HttpClient 4.1 builds upon the stable foundation laid by HttpClient 4.0 and adds several functional improvements and popular features: * Response caching conditionally compliant with HTTP/1.1 specification

[ANNOUNCEMENT] HttpComponents HttpCore 4.1.1 (GA) Released

2011-05-20 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.1.1 (GA). This is a patch release that fixes a number of non-critical issues found since release 4.1. This release also marks the end of support for Java 1.3. As of release 4.2 HttpCore will require

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-alpha2 Released

2011-05-24 Thread Oleg Kalnichevski
Apache HttpComponents project is pleased to announce the second ALPHA release of HttpAsyncClient 4.0. This version comes with a number of important improvements and enhancements. As of this version HttpAsyncClient fully supports HTTP state management (cookies) and HTTP authentication (basic,

[ANNOUNCEMENT] HttpComponents HttpCore 4.1.3 (GA) Released

2011-07-31 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.1.3 (GA). This release fixes a critical regression introduced in version 4.1.2. Under special circumstances non-blocking SSL sessions may fail to terminate correctly if the opposite end shuts down

[ANNOUNCEMENT] HttpComponents HttpClient 4.1.2 (GA) release

2011-08-07 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.1.2 (GA) release of Apache HttpClient. This is a bug fix release that addresses a number of non-critical issues reported since release 4.1.1. For details please see the release notes. --- Download -

[ANNOUNCEMENT] HttpComponents HttpCore 4.2-alpha1 Released

2011-08-19 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.2-alpha1. The most notable feature included in this release is support for connection pools of blocking and non-blocking HTTP connections. Connection pool components are based on mature code migrated

[ANNOUNCEMENT] HttpComponents HttpCore 4.1.4 (GA) Released

2011-12-23 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.1.4 (GA). This is a patch release that fixes a number of bugs found since 4.1.3. It is also likely to be the last release in the 4.1.x branch. All users of HttpCore are advised to upgrade. Download

[ANNOUNCEMENT] HttpComponents HttpCore 4.2-beta1 Released

2012-02-01 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce the release of HttpComponents HttpCore 4.2-beta1. This release ships with an improved asynchronous protocol handling API and new non-blocking client and server HTTP protocol handler implementations. New API is expected to be more flexible

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-alpha3 Released

2012-02-22 Thread Oleg Kalnichevski
Apache HttpComponents project is pleased to announce the first BETA release of HttpAsyncClient 4.0. This release completes the application programming interface and the feature set of HttpAsyncClient and upgrades to the latest versions of core and client components (HttpCore 4.2-beta1 and

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-beta1 Released (corrected)

2012-02-22 Thread Oleg Kalnichevski
Apache HttpComponents project is pleased to announce the first BETA release of HttpAsyncClient 4.0. This release completes the application programming interface and the feature set of HttpAsyncClient and upgrades to the latest versions of core and client components (HttpCore 4.2-beta1 and

[ANNOUNCEMENT] HttpComponents HttpClient 4.2.1 GA release

2012-07-05 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.2.1 GA release of Apache HttpClient. This is a bug fix release that addresses a number of issues reported since release 4.2. Users of HttpClient 4.2 are advised to upgrade. --- Download - http://hc.apache.org/downloads.cgi

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-beta2 Released

2012-08-08 Thread Oleg Kalnichevski
Apache HttpComponents project is pleased to announce the second BETA release of HttpAsyncClient 4.0. This release fixes a number of non-critical issues found since release 4.0-beta1 and introduces basic support for HTTP/1.1 response caching. Please note that caching for streaming HTTP exchanges is

[ANNOUNCEMENT] HttpComponents HttpClient 4.2.2 GA release

2012-10-25 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.2.2 GA release of Apache HttpClient. This is a bug fix release that addresses number of issues reported since release 4.2.1. Users of HttpClient 4.2 are advised to upgrade. --- Download - http://hc.apache.org/downloads.cgi

[ANNOUNCEMENT] HttpComponents HttpCore 4.2.3 GA Released

2012-12-02 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce release 4.2.3 (GA) of HttpComponents HttpCore. This is a maintenance release that fixes a number of bugs found since 4.2.2 including a major bug in the NIO module that can cause an infinite loop in SSL sessions under special circumstances

[ANNOUNCEMENT] HttpComponents HttpCore 4.3-alpha1 Released

2012-12-02 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce release 4.3-alpha1 of HttpComponents HttpCore. This is the first release from the 4.3.x release branch. The main theme of the 4.3 release series is streamlining of component configuration and deprecation of the old configuration API based on

[ANNOUNCEMENT] HttpComponents HttpClient 4.2.3 GA release

2013-01-15 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.2.3 GA release of Apache HttpClient. This is a bug fix release that addresses a number of issues reported since release 4.2.2. This release also includes a thoroughly reworked NTLM authentication engine which should result in a better

[ANNOUNCEMENT] HttpComponents HttpClient 4.3-alpha1 release

2013-01-21 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce the first ALPHA release of HttpClient 4.3. The 4.3 branch enhances HttpClient in several key areas and includes several notable features and improvements: * Support for Java 7 try-with-resources for resource management (connection release.) *

[ANNOUNCEMENT] HttpComponents HttpCore 4.3-beta1 Released

2013-03-25 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce release 4.3-beta1 of HttpComponents HttpCore. This is the first BETA release from the 4.3 release branch. The main theme of the 4.3 release series is streamlining of component configuration and deprecation of the old configuration API based

[ANNOUNCEMENT] HttpComponents HttpCore 4.2.4 GA Released

2013-03-25 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce release 4.2.4 (GA) of HttpComponents HttpCore. This is a maintenance release that fixes a number of bugs found in NIO components since 4.2.3. We advise users of HttpCore NIO of all versions to upgrade. Download -

[ANNOUNCEMENT] HttpComponents HttpClient 4.2.4 GA release

2013-04-12 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.2.4 GA release of Apache HttpClient. This is a bug fix release that addresses a number of issues reported since release 4.2.3. Users of HttpClient 4.x are advised to upgrade. --- Download - http://hc.apache.org/downloads.cgi

[ANNOUNCEMENT] HttpComponents HttpClient 4.3-beta1 release

2013-04-12 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce the first BETA release of HttpClient 4.3. The 4.3 branch enhances HttpClient in several key areas and includes several notable features and improvements: * Support for Java 7 try-with-resources for resource management (connection release.) *

[ANNOUNCEMENT] HttpComponents HttpClient 4.2.5 GA release

2013-04-24 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.2.5 GA release of Apache HttpClient. This is a bug fix release that addresses a number of issues reported since release 4.2.4 including a major bug that can lead to re-use of persistent connections in a inconsistent state. All users of

[ANNOUNCEMENT] HttpComponents HttpCore 4.3-beta2 Released

2013-05-08 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce release 4.3-beta2 of HttpComponents HttpCore. This release addresses performance issues in the non-blocking connection pool implementation and also includes a number of performance improvements in the low level NIO based transport

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-beta4 Released

2013-05-16 Thread Oleg Kalnichevski
Apache HttpComponents project is pleased to announce the fourth BETA release of HttpAsyncClient 4.0. This release delivers significant performance improvements in request execution, especially for short HTTP messages, and also re-aligns programming interfaces used by the library with HttpCore 4.3

[ANNOUNCEMENT] HttpComponents HttpClient 4.3-beta2 release

2013-06-13 Thread Oleg Kalnichevski
This is the second BETA release of HttpClient 4.3. The most notable features and improvements in the 4.3 branch are: * Support for Java 7 try-with-resources for resource management (connection release.) * Added fluent Builder classes for HttpEntity, HttpRequest, HttpClient and SSLContext

[ANNOUNCEMENT] HttpComponents HttpCore 4.3 GA Released

2013-08-05 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce release 4.3 of HttpComponents HttpCore. This is the first stable (GA) release of HttpCore 4.3. The most notable features in the 4.3 branch are: * Deprecation of preference and configuration API based on HttpParams interface in favor of

[ANNOUNCEMENT] HttpComponents HttpCore 4.2.5 GA Released

2013-08-05 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce release 4.2.5 (GA) of HttpComponents HttpCore. This is a maintenance release that fixes a number of bugs found in NIO components since 4.2.4. Users of earlier versions of HttpCore 4.2 are advised to upgrade. This is likely to be the last

[ANNOUNCEMENT] HttpComponents HttpClient 4.3 GA release

2013-09-12 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce the first stable (GA) release of HttpClient 4.3. The 4.3 branch enhances HttpClient in several key areas and includes several notable features and improvements: * Support for Java 7 try-with-resources for resource management (connection release.)

[ANNOUNCEMENT] HttpComponents HttpClient 4.3.1 GA release (corrected)

2013-10-08 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce 4.3.1 GA release of Apache HttpClient. This is a bug fix release that addresses a number issues reported since release 4.3 including a major regression in the area of SSL security. Due to this regression HttpClient instances created without an

[ANNOUNCEMENT] HttpComponents Core 4.3.1 GA released

2013-12-27 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.3.1 GA release of HttpComponents Core. This is a maintenance release that fixes a number of bugs and regressions found since 4.3, mostly in the NIO transport components. All users of HttpCore 4.3 are advised to upgrade. Download -

[ANNOUNCEMENT] HttpComponents Core 4.3.2 GA released

2014-02-17 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.3.2 GA release of HttpComponents Core. This is a maintenance release that fixes a number of bugs and regressions found since 4.3.1, mostly in the NIO transport components. All users of HttpCore 4.3 are advised to upgrade. Download -

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0.1 GA Released

2014-02-24 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.0.1 GA release of HttpComponents HttpAsyncClient. This maintenance release fixes a number of bugs including incorrect OSGi bundle metadata found since release 4.0. This release also upgrades HttpCore and HttpClient dependencies to the

[ANNOUNCEMENT] HttpComponents Client for Android 4.3.3 Released

2014-03-20 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce a port of HttpComponents HttpClient 4.3.3 GA to Google Android. Apache HttpClient for Android can be deployed on Google Android in parallel to the outdated version shipped with platform while remaining partially API compatible with Apache

[ANNOUNCEMENT] HttpComponents Client 4.3.4 GA Released

2014-06-06 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.3.4 GA release of HttpComponents HttpClient. HttpClient 4.3.4 (GA) is a maintenance release that improves performance in high concurrency scenarios. This version replaces dynamic proxies with custom proxy classes and eliminates thread

[ANNOUNCEMENT] HttpComponents Client 4.4-alpha1 Released

2014-06-30 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4-alpha1 release of HttpComponents HttpClient. Notable features and enhancements included in the 4.4 series are: * More efficient stale connection checking: indiscriminate connection checking which results in approximately 20 to 50 ms

[ANNOUNCEMENT] HttpComponents Client 4.3.5 GA Released

2014-08-10 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.3.5 GA release of HttpComponents HttpClient. HttpClient 4.3.5 (GA) is a bug fix release that addresses several issues reported since release 4.3.4. Users of all versions of HttpClient are advised to upgrade. Download -

[ANNOUNCEMENT] HttpComponents Client for Android 4.3.5 Released

2014-08-15 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce a port of HttpComponents HttpClient 4.3.5 GA to Google Android. Apache HttpClient for Android can be deployed on Google Android in parallel to the outdated version shipped with platform while remaining partially API compatible with Apache

[ANNOUNCEMENT] HttpComponents Core 4.4-beta1 released

2014-09-24 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4-beta1 release of HttpComponents Core. This is the first BETA release from 4.4 release series. Notable features included in the 4.4 series are: * Support for pipelined request processing on the server side * Support for pipelined

[ANNOUNCEMENT] HttpComponents Core 4.3.3 GA released

2014-10-23 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.3.3 GA release of HttpComponents Core. This is a maintenance release that fixes a number of bugs found since 4.3.2, mostly in the NIO transport components. All users of HttpCore 4.3 are advised to upgrade. Download -

[ANNOUNCEMENT] HttpComponents Core 4.4 GA released

2014-12-22 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4 GA release of HttpComponents Core. Notable features included in the 4.4 series are: * Support for pipelined request processing on the server side * Support for pipelined request execution on the client side * Simplified

[ANNOUNCEMENT] HttpComponents Client 4.4 GA Released

2015-02-05 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4 GA release of HttpComponents HttpClient. Notable features and enhancements included in 4.4 series are: * Support for the latest HTTP state management specification (RFC 6265). Please note that the old cookie policy is still used by

[ANNOUNCEMENT] HttpComponents Core 4.4.1 GA released

2015-03-20 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.1 GA release of HttpComponents Core. This is a maintenance release that fixes a number of minor bugs found since 4.4. Please note that as of 4.4 HttpCore requires Java 1.6 or newer. Download - http://hc.apache.org/downloads.cgi

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.1 GA Released

2015-04-23 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.1 GA release of HttpComponents HttpAsyncClient. This is the first stable (GA) release of HttpAsyncClient 4.1. Notable features and enhancements included in 4.1 series are: * Support for pipelined request execution * Support for the

[ANNOUNCEMENT] HttpComponents Client 4.5 GA Released

2015-06-05 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5 GA release of HttpComponents HttpClient. HttpClient 4.5 (GA) is a minor feature release that includes several incremental enhancements to the existing functionality such as support for private domains in the Mozilla Public Suffix List.

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.1.1 GA Released

2015-11-09 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.1.1 GA release of HttpComponents HttpAsyncClient. This is a maintenance release that fixes a number of issues discovered since 4.1 and upgrades HttpCore and HttpClient dependencies. --- Download -

[ANNOUNCEMENT] HttpComponents Core 4.4.4 GA released

2015-11-05 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.4 GA release of HttpComponents Core. This is a maintenance release that fixes a number of issues discovered since 4.4.3. Please note that as of 4.4 HttpCore requires Java 1.6 or newer. Download -

[ANNOUNCEMENT] HttpComponents Core 4.4.3 GA released

2015-09-11 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.3 GA release of HttpComponents Core. This maintenance release fixes a bug in non-blocking HTTP request pipelining code discovered since 4.3.1 Please note that as of 4.4 HttpCore requires Java 1.6 or newer. Download -

[ANNOUNCEMENT] HttpComponents Core 5.0 alpha1 released

2016-01-04 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-alpha1 release of HttpComponents Core. This is a major release that renders HttpCore API incompatible with the stable 4.x branch and upgrades HTTP/1.1 protocol conformance to the requirements and recommendations of the latest protocol

[ANNOUNCEMENT] HttpComponents Client 5.0 Alpha1 Released

2016-01-28 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0 Alpha1 release of HttpComponents HttpClient. This is a major release that renders HttpClient API incompatible with the stable 4.x branch and upgrades HTTP/1.1 protocol conformance to the requirements and recommendations of the latest

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.1.3 GA Released

2017-02-10 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.1.3 GA release of HttpComponents HttpAsyncClient. This is a maintenance release that fixes a number of minor issues discovered since 4.1.2 and upgrades HttpCore and HttpClient dependencies. --- Download - 

[ANNOUNCEMENT] HttpComponents Core 4.4.6 GA released

2017-01-12 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.6 GA release of HttpComponents Core.  This is a maintenance release that fixes a number of issues discovered since 4.4.5. Please note that as of 4.4 HttpCore requires Java 1.6 or newer. Download -

[ANNOUNCEMENT] HttpComponents Client 5.0 alpha2 released

2017-05-11 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-alpha2 release of HttpComponents Client.  This is a major release that introduces support for HTTP/2 protocol and event driven messaging APIs consistent for all supported HTTP protocol versions. HttpClient ships with two client

[ANNOUNCEMENT] HttpComponents Core 5.0 alpha3 released

2017-05-02 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-alpha3 release of HttpComponents Core.  This is a major release that renders HttpCore API incompatible with the stable 4.x branch and upgrades HTTP/1.1 and HTTP/2 protocol conformance to the requirements and recommendations of the

[ANNOUNCEMENT] HttpComponents Core 4.4.7 Released

2017-09-14 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.7 GA release of HttpComponents Core. This is a maintenance release that fixes a number of issues discovered since 4.4.6. Please note that as of 4.4 HttpCore requires Java 1.6 or newer. IMPORTANT: Users of HttpCore 4.x GA releases are

[ANNOUNCEMENT] HttpComponents Core 5.0 alpha4 released

2017-09-04 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-alpha4 release of HttpComponents Core.  This is a major release that renders HttpCore API incompatible with the stable 4.x branch and upgrades HTTP/1.1 and HTTP/2 protocol conformance to the requirements and recommendations of the

[ANNOUNCEMENT] HttpComponents Client 5.0 alpha3 released

2017-11-27 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-alpha3 release of HttpComponents Client.  This is a major release that introduces support for the HTTP/2 protocol and event driven messaging APIs consistent for all supported HTTP protocol versions. HttpClient ships with several client

[ANNOUNCEMENT] HttpComponents Client 4.5.4 GA Released

2017-12-04 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.4 GA release of HttpComponents HttpClient. HttpClient 4.5.4 is a maintenance release that fixes a number of minor bugs reported since 4.5.3. Download - Release notes -

[ANNOUNCEMENT] HttpComponents Core 5.0 beta1 released

2017-11-06 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta1 release of HttpComponents Core.  This is a major release that renders HttpCore API incompatible with the stable 4.x branch and upgrades HTTP/1.1 and HTTP/2 protocol conformance to the requirements and recommendations of the latest

[ANNOUNCEMENT] HttpComponents Core 4.4.10 Released

2018-07-03 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.10 GA release of HttpComponents Core. This is a maintenance release that adds Automatic-Module-Name to the manifest for compatibility with Java 9 Platform Module System and fixes a number of issues discovered since 4.4.9 Please note

[ANNOUNCEMENT] HttpComponents Client 5.0 beta1 released

2018-01-18 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta1 release of HttpComponents Client.  This is the first BETA release of HttpClient 5.0. The 5.0 release serices introduces support for the HTTP/2 protocol and event driven messaging APIs consistent for all supported HTTP protocol

[ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.1.4 GA Released

2018-07-23 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.1.4 GA release of HttpComponents HttpAsyncClient. This is a maintenance release that adds Automatic-Module-Name to the manifest for compatibility with Java 9 Platform Module System and fixes a number of issues discovered since 4.1.3

[ANNOUNCEMENT] HttpComponents Core 5.0 beta3 released

2018-08-29 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta3 release of HttpComponents Core.  This BETA release fixes a number of defects found since the previous release, adds several incremental improvements and improves javadoc documentation. IMPORTANT: As of next release we intent to

[ANNOUNCEMENT] HttpComponents Client 4.5.6 GA Released

2018-07-09 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.6 GA release of HttpComponents HttpClient. This is a maintenance release that adds Automatic-Module-Name to the manifest for compatibility with Java 9 Platform Module System and fixes a number of issues discovered since 4.5.5 Download

[ANNOUNCEMENT] HttpComponents Client 4.5.5 GA Released

2018-01-22 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.5 GA release of HttpComponents HttpClient. This is a maintenance release that fixes a regression introduced by the previous release causing a NPE in SystemDefaultCredentialsProvider. Download -

[ANNOUNCEMENT] HttpComponents Core 5.0 beta5 released

2018-10-23 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta5 release of HttpComponents Core. This BETA release adds support for Reactive Streams API [ http://www.reactive-streams.org/] and fixes compatibility issues with Java 11 new TLS engine as well as a number of defects found since the

[ANNOUNCEMENT] HttpComponents Client 5.0 beta2 released

2018-10-29 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta2 release of HttpComponents Client. This BETA release resolves compatibility issues with Java 11 new TLS engine as well as a number of defects found since the previous release. Notable new features in this release:

[ANNOUNCEMENT] HttpComponents Core 4.4.11 Released

2019-01-22 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.11 GA release of HttpComponents Core. This is a maintenance release that corrects a number of defects in non blocking SSL session code that caused compatibility issues with TLSv1.3 protocol implementation shipped with Java 11. Please

[ANNOUNCEMENT] HttpComponents Client 5.0 beta3 released

2018-12-17 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta3 release of HttpComponents Client. This BETA release adds support for advanced TLS functions (such as ALPN protocol negotiation) on Java 1.7 and Java 1.8 through Conscrypt TLS library and picks up the latest fixes and performance

[ANNOUNCEMENT] HttpComponents Core 5.0 beta6 released

2018-12-07 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta6 release of HttpComponents Core. This BETA release adds support for advanced TLS functions (such as ALPN protocol negotiation) on Java 1.7 and Java 1.8 through Conscrypt TLS library, and fixes a number of defects found since the

[ANNOUNCEMENT] HttpComponents Client 4.5.7 GA Released

2019-01-24 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.7 GA release of HttpComponents HttpClient. This is a maintenance release that corrects Automatic-Module-Name definitions added in the previous release and fixes a number of minor defects discovered since 4.5.6. Download -

[ANNOUNCEMENT] HttpComponents Client 4.5.8 GA Released

2019-04-01 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.8 GA release of HttpComponents HttpClient. This is a maintenance release that makes request URI normalization configurable on per request basis and also ports several improvements in URI handling from HttpCore master. Download -

[ANNOUNCEMENT] HttpComponents Client 5.0 beta4 released

2019-04-08 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta4 release of HttpComponents Client. This BETA release picks up the latest fixes and performance improvements from HttpCore and addresses a number of issues found since the previous BETA release. Notable new features in this

[ANNOUNCEMENT] HttpComponents Core 5.0 beta7 released

2019-03-04 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta7 release of HttpComponents Core. This BETA release adds support for SOCKS version 5, improves support for TLS handshake timeout configuration, improves URI builder, and fixes various defects. Notable changes and features included

[ANNOUNCEMENT] HttpComponents Client 4.5.9 GA Released

2019-06-12 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.9 GA release of HttpComponents HttpClient. This is a maintenance release that fixes a number defects discovered since 4.5.8. Download - Release notes -

[ANNOUNCEMENT] HttpComponents Core 5.0 beta8 (GA candidate) released

2019-07-15 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta8 (GA candidate) release of HttpComponents Core. This BETA fixes a number of defects found since the last release and adds several convenience factory and builder classes, mainly for TLS configuration and HTTP message construction.

[ANNOUNCEMENT] HttpComponents Client 4.5.10 GA Released

2019-09-10 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.10 GA release of HttpComponents HttpClient. This is a maintenance release that fixes a number defects discovered since 4.5.9. Download - Release notes - <

[ANNOUNCEMENT] HttpComponents Core 4.4.12 Released

2019-09-05 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.12 GA release of HttpComponents Core. This is a maintenance release that corrects a number of defects discovered since release 4.4.11. Please note that as of 4.4 HttpCore requires Java 1.6 or newer. IMPORTANT: Users of HttpCore 4.x GA

[ANNOUNCEMENT] HttpComponents Client 5.0 beta5 (GA candidate) released

2019-07-22 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta5 release of HttpComponents Client. This BETA release picks up the latest fixes and performance improvements from HttpCore and addresses a number of issues found since the previous BETA release. IMPORTANT: This release is expected

[ANNOUNCEMENT] HttpComponents Core 5.0 beta10 (GA candidate) released

2019-11-01 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta10 (GA candidate) release of HttpComponents Core. A. This BETA fixes a bug in the HTTP/2 setting handshake implementation and a performance regression in the HTTP/1.1 protocol handler. IMPORTANT: This release is expected

[ANNOUNCEMENT] HttpComponents Core 5.0 beta9 (GA candidate) released

2019-10-07 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta9 (GA candidate) release of HttpComponents Core. This BETA fixes a number of defects found since the last release, improves behavior of the lax (concurrent) connection pools (special thanks to Linton Miller), simplifies and

[ANNOUNCEMENT] HttpComponents Client 5.0 beta6 (GA candidate) released

2019-10-10 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta6 release of HttpComponents Client. This BETA release picks up the latest fixes and performance improvements from HttpCore and addresses a number of issues found since the previous BETA release. IMPORTANT: This release is expected

[ANNOUNCEMENT] HttpComponents Client 5.0 GA released

2020-02-24 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0 GA release of HttpComponents Client. This is the first stable (GA) release of HttpClient 5.0. Notable changes and features included in the 5.0 series are: * Support for the HTTP/2 protocol and conformance to requirements and

[ANNOUNCEMENT] HttpComponents Client 5.0 beta7 (GA candidate) released

2020-01-27 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta7 release of HttpComponents Client. This BETA release upgrades HttpCore to the latest version and addresses a number of issues found since the previous BETA release. Notable changes and features in the 5.0 series:

[ANNOUNCEMENT] HttpComponents Core 5.0 GA Released

2020-02-19 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0 GA release of HttpComponents Core. This is the first stable (GA) release of HttpCore 5.0. Notable changes and features included in the 5.0 series: * Support for HTTP/2 protocol and conformance to requirements and recommendations of

[ANNOUNCEMENT] HttpComponents Core 5.0 beta11 (GA candidate) released

2020-01-08 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta11 (GA candidate) release of HttpComponents Core. This BETA improves handling of illegal or invalid requests on the server side and fixes a number of defects in HTTP/2 protocol code found since the last release. IMPORTANT: This

[ANNOUNCEMENT] HttpComponents Client 4.5.11 GA Released

2020-01-20 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.11 GA release of HttpComponents HttpClient. This is a maintenance release that fixes a number defects discovered since 4.5.10 and upgrades HttpCore dependency to version 4.4.13. Download - Release

[ANNOUNCEMENT] HttpComponents Core 4.4.13 Released

2020-01-14 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.13 GA release of HttpComponents Core. This is a maintenance release that corrects a number of defects discovered since release 4.4.12. Please note that as of 4.4 HttpCore requires Java 1.6 or newer. Download -

[ANNOUNCEMENT] HttpComponents Client 4.5.12 GA Released

2020-03-09 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.12 GA release of HttpComponents HttpClient. This is a maintenance release that fixes a regression introduced by the previous release that caused rejection of certificates with non- standard domains. Download -

[ANNOUNCEMENT] HttpComponents Core 5.0.2 GA released

2020-09-14 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0.2 GA release of HttpComponents Core. This release reverts changes to early response handling logic introduced in 5.0.1 and fixes a number of minor defects. Improvement of the early response handling by the classic client protocol

  1   2   >