Releases: chaosblade-io/chaosblade-exec-jvm
Releases · chaosblade-io/chaosblade-exec-jvm
v0.1.0
This version provides a lot of java chaos experiment's features, such as cpu full load in jvm, dynamic script parsing(support java and groovy script), httpclient plugin, limits of request count and request percent about chaos effected and so on.
Features/Enhancements
- Add support for cpu full load in jvm process(#40 )
- Add support for limits of request count and request percent about chaos effected(#46 )
- Add support for dynamic script parsing(#38 )
- Add support for the Apache HttpClient component(#5 )
Bug Fixes
- Fix "jvm return value" command do not support space or other invalid url char in value string(chaosblade #97)
- Fix the class name method name is required for java chaos experiments(chaosblade #80)
- Fix java.lang.NoSuchMethodException: null(chaosblade #83)
- Fix unsupported major.minor version 52.0\n exit status 255 on (chaosblade #77)
Thanks for the contributors: @dreamquster @guohz-git @sjha2048 @wangkechun @tangyuhan0816
v0.0.3
Features/Enhancements
- Add jvm oom experiment contains heap, noheap and direct buffer area. (#18 )
- Add dubbo thread pool full experiment. (#22 )
- Add druid connection pool full experiment. (#24 )
Bug Fixes
- Fix unbind moduleEventWatcher when deleting jvm plugin. (#9 )
- Fix code error about determining actionSpec value. (#12 )
- Fix throwing self-defined exception occur error. (#19 )
Thanks for the contributors: @RinaisSuper @yangsr