Skip to content

Releases: naver/ngrinder

ngrinder-3.5.9

26 Feb 02:41
0ab78f2
Compare
Choose a tag to compare
  • Changes
    • Fix security vulnerabilities
    • Bump base JDK version up to 11
  • Bug fix
    • #998 Fix failing to call mvn and gradle command in Windows
    • #1004 Fix script validation error in docker env

ngrinder-3.5.8

30 Dec 06:59
646252c
Compare
Choose a tag to compare
  • Changes
    • Shows error message when running without tmpdir property

ngrinder-3.5.7

26 Oct 09:17
8c6711b
Compare
Choose a tag to compare
  • Changes
    • Bump front-end dependencies up
  • Bug fix
    • #922 Fix gradle command execution on Oshi 6.1.6
    • #928 Fix revision and target hosts reset
    • #929 Prevent memory leak on HTTPRequest

ngrinder-3.5.6

07 Oct 09:51
e9ef0d8
Compare
Choose a tag to compare
  • Changes

    • Bump OSHI up to 6.1.6 to support M1 arch
    • Bump select2 version up
    • Change Jython test thread shutdown log level
    • Change nabble forum URL
    • Fix scm-manager maven repo URL
    • Remove ES-Check gradle task
  • Bug fix

    • #897 Fix the script content is lost after validation check

ngrinder-3.5.5-p1

31 May 10:21
9cdf44a
Compare
Choose a tag to compare
  • Bug fix
    • #804 Fix that perftest detail report does not rendered properly if logout

ngrinder-3.5.5

30 Apr 04:28
c729808
Compare
Choose a tag to compare
  • Changes
    • Support controller subregion
    • Support multipart request in new HTTP client
    • Add new HTTP client based script template
      • When creating a script, you can choose between the old and the new HTTP client based template.
        (You have to remove ${NGRINDER_HOME}/script_template directory to apply new script templates)
    • Use OSSRH when release to maven central
    • Change agent configurations
  • Bug fix
    • #788 Fix fail of auto-upgrade from 3.4.x to 3.5.x

ngrinder-3.5.4

19 Mar 09:34
2f706e8
Compare
Choose a tag to compare
  • Changes
    • Release new experimental HttpClient based on apache httpcomponents-core
    • Use controller DNS instead of IP to support agent-controller reconnection in cloud env
    • Support script template customization
      • Each ngrinder admin can deploy customized script template under ${NGRINDER_HOME}/script_template
    • Provide the connection reset option in test configuration page
      • If you turn it on, it tries to reuse connection as much as possible.
    • Bump Jython standard up to 2.7.2
    • Bump internal used Junit up to 4.13.1
      • nGrinder no longer depends on specific version of junit for performance test
  • Notice
  • Bug fix
    • #706 Cancel progressing state test when starting controller
    • #714 Fix validation error when using AppClassLoader in over JDK9
    • #716 Fix script validation error in windows
    • #731 Fix not working remember-me
    • #739 Fix easy clustering
    • #745 Make compatibility with IE11
    • #748 Make grinder utils work on Jython performance test
    • #773 Fix cannot search user with two characters
    • #774, #779 Fix duplicated running test on one user

ngrinder-3.5.3

27 Nov 03:23
3b4b707
Compare
Choose a tag to compare
  • Changes
    • Support gradle groovy script
      • Maven groovy script is deprecated and can't create any more but, it can still run
    • Use maven central repository to manage submodules
      • Use maven central repository instead of github repository
    • Support UTC
      • Use linux timestamp instead of string format of date time.
  • Trivial Fix
    • Make several UI improvements
    • Add identity information to perftest related log
    • Make the H2 console optionally available
    • Clean up code
  • Bug fix
    • #669 Prevent lazy initialize exception in spring security authentication object
    • #672 Make the modified file distribution handler to be loaded first
    • #681 Prevent NPE if start console is failed
    • #682 Escape response body in result console
    • #684 Fix unstoppable abnormal test

ngrinder-3.5.2

29 Sep 06:16
813cd0a
Compare
Choose a tag to compare
  • Changes
    • Support LDAP login
      • From now on you can use LDAP for user authentication.
      • See LDAP guide
    • Support webhook
      • When the specified events happen, we'll send a webhook request depends on your configuration.
      • See webhook guide
  • Trivial Fix
    • Make several UI improvements.

ngrinder-3.5.1-p1

03 Sep 08:07
8f91265
Compare
Choose a tag to compare
  • Changes
    • Add additional groovy dependencies.
      • json, xml, sql, datetime, templates.
    • Change webpack default profile.