You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by Evgeny Kotkov <ko...@apache.org> on 2023/05/31 19:06:48 UTC

[ANNOUNCE] Apache Serf 1.3.10 released

We are pleased to announce the release of Apache Serf 1.3.10.

Apache Serf is a high performance C-based HTTP client library featuring
multiplexed, asynchronous connections, SSL/TLS, full HTTP pipelining,
various authentication modes (Basic, Digest, Kerberos/NTLM) and
zero-copy processing.

The new release is available for download at:
  https://serf.apache.org/download

Changes in version 1.3.10:
  - Support for OpenSSL 3
  - Fix issue #171: Win32: Running tests fails with "no OPENSSL_Applink" error
  - Fix issue #194: Win32: Linking error when building against OpenSSL 1.1+
  - Fix issue #198: OpenSSL BIO control method incorrectly handles
    unknown requests
  - Fix issue #202: SSL tests are not passing with OpenSSL 3
  - Fix error handling when reading the outgoing request body
  - Fix handling of invalid chunk lengths in the dechunk bucket
  - Fix an endless loop in the deflate bucket with truncated input
  - Fix BIO control handlers to support BIO_CTRL_EOF
  - Fix a CRT mismatch issue caused by using certain OpenSSL functions
  - Build changes to support VS2017, VS2019 and VS2022
  - Build changes to support Python 3

The SHA-512 checksums are available at:
  https://www.apache.org/dist/serf/serf-1.3.10.tar.bz2.sha512
  https://www.apache.org/dist/serf/serf-1.3.10.zip.sha512

PGP Signatures are available at:
  https://www.apache.org/dist/serf/serf-1.3.10.tar.bz2.asc
  https://www.apache.org/dist/serf/serf-1.3.10.zip.asc

You can find the list of changes between 1.3.10 and earlier versions at:
  https://svn.apache.org/repos/asf/serf/tags/1.3.10/CHANGES

Questions, comments, and bug reports to dev@serf.apache.org.

Thanks,
- The Apache Serf Team