Http Client Library 3.0.0

New version of Http Client Library is available on our market

Version 3.0.0 greatly reduces build time and file size for applications that use lib-http-client as a dependency. This is done by switching from OkHttp to native Java 11 HttpClient backend.

You may also observe shorter http connection latencies due to use of http 1.1 connection pools.

2 Likes

Very nice @rymsha !

Is it correct in that the developer APIs hadn’t changed at all (so I don’t need to update enonic-types for this)?

clientCertificate can no longer be string (or null). It is mentioned in Compatibility section of documentation.
The rest should be the same.

1 Like