Skip to content

1.1.0 - Release Highlights

Deprecation notices

HTTP manager

The deprecated getFile(String path) and getFile(String path, ContentType... acceptTypes) methods on IHttpClient have been removed as the HTTP manager has been upgraded to use the Apache httpclient 5 library.

Action required: If you haven't done so already, replace any calls to getFile(String path) and getFile(String path, ContentType... acceptTypes) with getFileStream(String path) and getFileStream(String path, ContentType... acceptTypes) in your test code.