Skip to content

v4.0 Overview

Andrey Kurilov edited this page Oct 31, 2017 · 19 revisions

Location

TODO

Release Notes

New Features and Enhancements

Functional

  1. Extensions Mechanism

    The new simple way to use a custom scripting engine or storage driver implementation. Just put the extension jar file(s) into the ext directory of Mongoose and it's ready to use.

  2. JSR-223 Compliant Scenario Engine

    Powerful scripting capability using any language supporting JSR-223 standard. Javascript, Python, Groovy example scenarios are included.

  3. Miscellaneous

    1. Moved all content example files and all scenario files under the common example directory.

    2. Changed the default new items name length to 12 characters in order to make the new item name characters distribution uniform (in the space of the default radix of 36: [0-9a-z]). Previously all new item names began with character "0" either "1" what was not uniform enough.

Fixed Bugs

TODO

  • (1002) SSL/TLS performance improvement

TODO

Clone this wiki locally