Releases: thubbo/jmeter-plugins-for-apache-dubbo
Releases · thubbo/jmeter-plugins-for-apache-dubbo
V1.3.3
What is new:
- Change the license to apache license 2.0
- Change the comment to English
- Upgrade: Using V1.3.3, you need to upgrade the jmx script file produced by the old version. How to modify it? Use a text editor to open the jmx script file, replacing all:
cn.tsoft.framework.testing
with io.github.ningyu
新版改进:
- 更改许可证为apache2.0
- 代码注释更改为英文
- 升级:使用V1.3.3需要升级老版本制作出来的jmx脚本文件,如何修改?使用文本编辑器打开jmx脚本文件,替换全部的:
cn.tsoft.framework.testing
为io.github.ningyu
V1.3.2
What is new:
- Remove the Chinese description on the GUI
- Increase the ConsistentHash LoadBalance configuration
新版改进:
- 去掉界面上所有中文
- 增加ConsistentHash LoadBalance配置
V1.3.1
What is new:
- modify registry protocol configuration, modify dubbo@direct connect -> none@direct connect
- Increase RPC protocol configuration: dubbo, rmi, hessian, webservice, memcached, redis
新版改进:
- 调整注册中心协议配置,修改 dubbo@直连 -> none@直连
- 增加RPC协议配置:dubbo、rmi、hessian、webservice、memcached、redis
GUI截图

V1.3.0
功能优化
- 剔除jmeter classpath下需要依赖引用dubbo服务端的api-jar,优化后使用方式没有任何变化,参数传值方式也没变
V1.2.7
功能优化
- 优化GUI输入数据校验,例如:输入空格校验等。
- 优化GUI使用体验,解决问题 #3,例如:表格失去焦点自动退出编辑模式
V1.2.6
功能优化
1.增加dubbo参数支持:connections、loadbalance、async
2.优化ReferenceConfigCache的使用,为了让页面上所有参数修改后立即生效,使用自定义cacheKeyGenerator构建ReferenceConfig对象,保证页面参数不变情况下使用同一个cache对象,如果参数发生变化立即重新生成ReferenceConfig对象并且put到cache中。