Skip to content

ngrinder-3.4.2

Compare
Choose a tag to compare
@donggyu04 donggyu04 released this 30 Aug 12:40
· 1147 commits to develop since this release

3.4.2 (2018.08.30)

This is the last version in 3.4.X.
nGrinder supports only JDK1.7 and JDK1.8. JDK1.9 or above will be supported from 3.5.

  • New feature and changes

    • Speed up the page navigation when there are many users who have the followers.
      • Use LAZY patching in JPA
      • Use Hibernate 2nd Level Cache not to query user
      • Use id for perftest ordering instead of modified_date to avoid full db search
    • Add light security mode
      • Allows multicast / tcp connection to unspecified address compared normal security mode.
      • Can be configured by adding controller.security.level=light in system.conf
    • Provide the way to turn off security mode in agent config
      • Allow the some agent to ignore security mode restriction
      • Can be configured by adding agent.enable_security=false in agent.conf
    • Make agent list shown even for not admin user.
      • Lists public and own agents in the agent management menu even for non admin users.
  • Bug Fix

    • #274 Use internal in monitor and report plugin
    • #278 fix bug when har file has no params
    • #294 Fix bandWidth calculation
    • #295 Fix csv separator inside SingleConsole
    • #297 Remove context path from AjaxObj url
    • #299 Modify NGrinderSecurityManager read access
    • #303 Fix failed controller test case
    • #308 Fix test failure
    • #318 Fix invalid reference bug in login.ftl
    • #323 Fix invalid rampup section layout
    • #335 Make GTest only instrument method in ngrinder context
  • Improvement

    • #291 Speed up page navigation
    • #293 Add setting security level in system configuration
    • #317 Show agent list to non admin user
    • #330 Provide the way to turn off security mode in agent config