Skip to content

release v0.10.5

Compare
Choose a tag to compare
@fzdwx fzdwx released this 23 May 03:22
· 127 commits to main since this release
76a93aa

pr: #12 by @fzdwx

feat:

  1. #11 基本可用,在burst项目中已经开始实践
  2. server 新增一个listen方法,表示随机选择一个本机一个可用的端口不监听(0也是同样的效果)
  3. httpServerRequest新增remoteAddress(获取客户端地址),isWebsocket(判断当前请求是否已经升级韦websocket了)
  4. ...

fix:

  1. socket实现的send方法会默认发送websocket的数据帧,这个应该由webSocket来自己发送。socket只用发送byte数据就ok了。

maven:

sky-http-springboot-starter

<dependency>
  <groupId>io.github.fzdwx</groupId>
  <artifactId>sky-http-springboot-starter</artifactId>
  <version>0.10.5</version>
</dependency>

sky-infrastructure

<dependency>
  <groupId>io.github.fzdwx</groupId>
  <artifactId>sky-infrastructure</artifactId>
  <version>0.10.5</version>
</dependency>