Skip to content

v4.0 Overview

Andrey Kurilov edited this page May 28, 2018 · 19 revisions

Location

TBD

Release Notes

New Features and Enhancements

Functional

  1. New Architecture

The controller bottleneck is eleminated when using the distributed mode. Any load step is been executed independently on a remote node. A "master" node executes the specified scenario only. The new architecture preconditions also the future resume functionality.

  1. Automated Installer

New Mongoose is delivered as a single jar instead of tarball. This jar installs all the required files automatically if needed in the user home directory. Also, the installer detects the extensions and installs them too.

  1. Extensible Configuration

Some extension require the specific configuration options. To support the specific configuration options the extensible configuration was implemented. The new external library is used for this purpose. The configuration is assembled dynamically, including the sub-configurations provided by the extensions resolved in the runtime.

Non-functional

Fixed Bugs

Documentation

Clone this wiki locally