Skip to content

v0.0.1-beta.3

Latest
Compare
Choose a tag to compare
@hylexus hylexus released this 20 Oct 09:29
· 3 commits to main since this release

⭐ New Features

新增两个子模块:

  • xtream-codec-server-reactive: 和具体协议格式无关的 纯异步、非阻塞 的服务端
  • xtream-codec-ext-jt-808-server-spring-boot-starter: 基于 xtream-codec-server-reactive 实现的 JT/T 808 服务端扩展

⚠️ Breaking Changes

  • LICENSEMulanPSL2 改为 Apache License 2.0。改动原因如下:
    1. 项目里复制并修改了很多 spring 的源码
    2. spring 是使用 Apache License 2.0 开源的
    3. MulanPSL2 能兼容 Apache License 2.0,但反过来不行
  • FiledDataType.nested 重命名为 FiledDataType.struct
  • @Preset.JtStyle.BCD 重命名为 @Preset.JtStyle.Bcd