Skip to content

Solon 1.4.14

Compare
Choose a tag to compare
@noear noear released this 12 Jun 01:21
· 7948 commits to master since this release

1.4.14

  • 1.Mapping 的信号类型,由 HTTP 改为 ALL(减少对MethodType的设定)
  • 2.添加 AuthProcessorBase ,支持权限数组的配置方式
  • 3.调整主体处理成功后,则立即设为ctx.setHandled(true);方便after识别404状态
  • 4.修复 main action setHandled(true),after action 不执行的问题

1.4.13

  • 1.socketd 协议 headers 最长由 1k 增加为 4k
  • 2.增加简化的配置文件名支持,例:app.yml, app-env.yml
  • 3.opentracing-solon-plugin 增加 socketd 支持
  • 4.nami debug 日志改由 slf4j 控制(不再依赖 isFileModel() 和 isDebugModel())
  • 5.socket debug 日志改由 slf4j 控制(不再依赖 isFileModel() 和 isDebugModel())