Skip to content

2.0

Compare
Choose a tag to compare
@Baraujo25 Baraujo25 released this 23 Dec 22:37
· 13 commits to master since this release

In this major release, have updated the jetty dependencies and deprecated some of the previous components. This version includes the following features:

  • Support for GET, POST, PUT, PATCH, DELETE and OPTIONS methods
  • Support for proxy usage
  • Support for Header Manager, Auth Manager, Cookie Manager, and Cache Manager
  • Support for follow redirect and automatically redirect
  • Support for send files
  • Support for GZIP responses
  • Support for retrieve embedded resources
  • General improvements like error management, reuse connections, timeouts handling

Warnings

  • This version is compatible with java 11 or greater
  • Test plans created with previous versions of the plugin are not supported, a feature to migrate from old test plans to the new version was implemented.