Skip to content

Commit

Permalink
fix typo in release note
Browse files Browse the repository at this point in the history
(cherry picked from commit 3add415)
  • Loading branch information
junoyoon committed May 25, 2016
1 parent c56513d commit 3c39d3c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions RELEASE-NOTE.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
3.4 (2016.05.24)
================


> We have not been publically released nGrinder for last 2 years. It's true that we thought previous nGrinder was enough for our internal use.
As time goes by, surrounding circumstances(for example Java version or Docker) was been changing.. So we decided to continously enhance nGrinder.


- New feature and changes
- New features and changes
* Support Java 1.8
- nGrinder now support Java 1.8. Controller supports java 1.7 or above and Agent supports java 1.6 or above.
- nGrinder now supports Java 1.8. Controller supports java 1.7 or above and Agent supports java 1.6 or above.
* Provide elaborated script generator
- Since nGrinder 3.0, we provided the script generation wizard that helps you easily create a default script.
- However, it only created simple script for GET method case and pepole frequently asked to us how to use the other methods and how to use cookies and headers in the script.
- In nGrinder 3.4, you can choose one of methods such as GET, POST and set HTTP headers and cookies even form data on the wizard dialog, then it will create useful example codes for you.
* Provide brand new nGrinder script recorder
- A few years ago, we had released a script recorder based on JXBrowser. However it was not easy to run it due to several reasons.
- Now, we have developed brand-new script recorder from the beginning using the Chrome extension technology. If you are using Chrome browser, you have only to install nGrinder Script Recorder package.
- Since nGrinder 3.0, we provided the script generation wizard that helps users easily create a default script.
- However, it only created simple scripts for GET method case and people frequently asked to us how to use the other methods, how to use cookies and headers in the script.
- In nGrinder 3.4, you can choose one of methods such as GET, POST and set HTTP headers and cookies in script creation form, then it will create useful example codes for you.
* Provide a brand new nGrinder script recorder
- A few years ago, we had released the script recorder based on JXBrowser. However it was not easy to run it due to several reasons.
- Now, we have developed a brand-new script recorder from the scratch using the Chrome extension technology. If you are using Chrome browser, you can install nGrinder Script Recorder package.
- See https://github.com/naver/ngrinder/wiki/nGrinder-Recorder-Guide
* Provide dockerized nGrinder supporting easy clustering
* Provide the dockerized nGrinder
- Now, dockerize is becoming as one of fashions now. You can easily run dockerized nGrinder.
- See https://hub.docker.com/r/ngrinder/controller/
* Introduce new plugin architecture based on the PF4J
- Previously we have used Atlassian Plugin Framework(APF) for plugin architecture. We found out it was too overwhelmed way for ngrinder features and found there are no developers using it.
- Previously we have used Atlassian Plugin Framework(APF) for plugins. However we found out it was too overwhelmed way to ngrinder extension and also found there are not much developers familiar with it.
- So we dropped APF and adopt PF4J instead. See https://github.com/naver/ngrinder/wiki/How-to-develop-plugin for details.
* Add intro.js for easy understanding.
- You can find the very small button "Tip" on every pages. Click it and see what it is.


- Bug
* #136 Support CJK for folder and script name
* #111 GrinderUtils.getThreadUniqId() is not working in IntelliJ context
Expand Down

0 comments on commit 3c39d3c

Please sign in to comment.