Skip to content

releases-v1.1.0

Latest
Compare
Choose a tag to compare
@xiwunongyue xiwunongyue released this 24 Apr 09:46
· 272 commits to open since this release

优化:

  1. 优化了发压底层数据结构,由一元数组修改为二元数组,节省资源消耗
  2. 优化了json提取器
  3. 优化了无断言时,默认状态为成功
    新增
  4. http接口参数中新增了cookie
  5. 全局变量/场景设置中新增了:全局cookie、全局header
  6. 性能任务中新增debug模式入口,可以提前开启debug日志模式
  7. https接口新增单向认证和双向认证(需要上传验证文件)