跳至主要內容

2.0.x

hylexus约 304 字大约 1 分钟

2.0.x

2.0.3-RELEASE

⭐ New Features

  • Jt808Session 新增如下方法:
    • setAttribute
    • getAttribute
    • getRequiredAttribute
    • removeAttribute
  • Jt808ServerExchange 新增如下方法
    • removeAttribute

🐞 Bug Fixes

jt808:
  server:
  idle-state-handler:
    # 改动原因见 https://github.com/hylexus/jt-framework/issues/66
    writer-idle-time: 0s # 由 20m 改为 0s(disabled)
    all-idle-time: 0s # 由 20m 改为 0s(disabled)

2.0.3-rc1

⭐ New Features

  • Jt808Session 新增如下方法:
    • setAttribute
    • getAttribute
    • getRequiredAttribute
    • removeAttribute
  • Jt808ServerExchange 新增如下方法
    • removeAttribute

🐞 Bug Fixes

jt808:
  server:
    idle-state-handler:
      # 改动原因见 https://github.com/hylexus/jt-framework/issues/66
      writer-idle-time: 0s # 由 20m 改为 0s(disabled)
      all-idle-time: 0s # 由 20m 改为 0s(disabled)

2.0.2-RELEASE

⭐ New Features

  • 新增 Jt808RequestLifecycleListener

📔 Documentation

  • 新增 Jt808RequestLifecycleListener 文档
  • 新增 辅助工具 文档

❤️ Contributors

2.0.2-rc2

⭐ New Features

  • 新增 Jt808MsgBuilder
  • 新增 ByteArrayFieldSerializer

🔨 Dependency Upgrades

  • Spring-Boot 版本升级到 2.5.12

❤️ Contributors

2.0.2-rc1

🐞 Bug Fixes

⭐ New Features

  • 去掉 EventBus,业务线程池使用自定义的 EventExecutorGroup
  • 废弃 jt808.msg-processor.thread-pool.xxx 配置项,使用 jt808.msg-processor.executor-group.xxx 代替

🔨 Dependency Upgrades

  • Gradle 版本升级到 6.8.1
  • Spring-Boot 版本升级到 2.5.7
  • Netty 版本升级到 4.1.75.Final

❤️ Contributors

2.0.1-RELEASE

🐞 Bug Fixes

2.0.0-RELEASE

⭐ New Features

  • 注解驱动开发(支持SpEL)
  • 支持消息分包
  • 支持多版本

📔 Documentation

新增 2.x 文档。

❤️ Contributors