Skip to content

Commit

Permalink
Merge pull request naver#82 from GwonGisoo/prepare-ngrinder-3.4-release
Browse files Browse the repository at this point in the history
Prepare nGrinder 3.4 release
  • Loading branch information
newpcraft committed Nov 6, 2015
2 parents de7f05a + af015ae commit b2ecdf2
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ngrinder-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.3.1</version>
<version>3.4</version>
</parent>
<artifactId>ngrinder-controller</artifactId>
<name>ngrinder-controller</name>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ngrinder</artifactId>
<groupId>org.ngrinder</groupId>
<version>3.3.1</version>
<version>3.4</version>
</parent>
<artifactId>ngrinder-core</artifactId>
<name>ngrinder-core</name>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.3.1</version>
<version>3.4</version>
</parent>
<artifactId>ngrinder-groovy</artifactId>
<name>ngrinder-groovy</name>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.3.1</version>
<version>3.4</version>
</parent>
<artifactId>ngrinder-runtime</artifactId>
<name>ngrinder-runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-sh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder-sh</artifactId>
<name>ngrinder-sh</name>
<version>3.3.1</version>
<version>3.4</version>

<packaging>jar</packaging>
<build>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.3.1</version>
<version>3.4</version>
</parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.3.1</version>
<version>3.4</version>
<packaging>pom</packaging>
<name>ngrinder</name>
<modules>
Expand Down
15 changes: 15 additions & 0 deletions release_note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
3.4 (2015.11.06)
nGrinder 3.4 is the including function statistics API and auto create script.

- New feature and changes
* Statistics API
- You can monitoring JVM, Ehcache, dbcp statistics of nGrinder web server.
- If you want use, need enable "controller.enable_statistics" in system.conf.
* Easy generate script
- You can do scripting header/cookie/parameter for send request, in a simple setting.
* nGrinder recorder(Chrome extension)
- Chrome extension program.
- If you used chrome browser, install extension in "ngrinder/ngrinder-recorder"
- Recorder do record request in browser, and auto create script.


3.3.1 (2015.06.31/Planned)
nGrinder 3.3.1 is the bug fix and minor enhancement release.

Expand Down

0 comments on commit b2ecdf2

Please sign in to comment.