Skip to content

ModernHttpClient 2.1.0

Compare
Choose a tag to compare
@anaisbetts anaisbetts released this 11 Sep 22:18
· 101 commits to master since this release

What's New

OkHttp 2.0 Async (#67)

ModernHttpClient 2.0 now uses the new, fully asynchronous OkHttp 2.0 API. This means that requests will no longer create additional threads and affect app performance.

Server Certificate Validation (#79, #81)

ModernHttpClient now allows you to customize TLS certificate validation via the ServicePointManager class, including accepting self-signed or invalid certificates. This feature is disabled by default, enable it by passing true into the NativeMessageHandler constructor. A huge thanks to @sebfia for the primary work on this!

Other Fixes