Skip to content

Solon v3.0.4.1

Compare
Choose a tag to compare
@noear noear released this 11 Dec 15:19
· 103 commits to main since this release

兼容说明(从 v2 升级的同学,需详看)

具体更新

  • 添加 solon Router:matchMainAndStatus 接口,并将 attr 处理移到外部
  • 添加 solon Props:addAll 方法
  • 添加 solon-security-validation 值类型支持检测,通过检测异常替代之前的类型校验失败
  • 优化 solon ServerEndpoint 注解支持属性模板
  • 优化 solon BeanWrap 增加重复代理的检测,避免特殊情况出现重复代理
  • 优化 solon RunUtils 线程池支持重复关闭与恢复,并与 SolonApp 停止事件绑定
  • 修复 solon.boot.smarthttp 在某些环境下会出 arraycopy 异常的问题
  • smarthttp 升为 2.4