Skip to content

4.0.0 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kelunik kelunik released this 13 Aug 23:45
v4.0.0-rc1

Note: This is a pre-release, there might be breaking changes in the final stable version.

This is the first release candidate of amphp/http-client v4. Previously this package was named amphp/artax. Development of the v3.x release series will continue in the old amphp/artax repository.

Please test this pre-release carefully and report any issues you find, so we can soon tag a stable release with support for HTTP/2.

Major Changes

  • Support for HTTP/2
  • Support for ApplicationInterceptor / NetworkInterceptor
  • Changed Request / Response to be mutable
  • Compatibility with amphp/socket v1.0.0
  • Client is now a final class instead of an interface
  • Client behavior should now be modified using interceptors and connection pool implementations