Skip to content

Releases: hylexus/jt-framework

v1.0.12.RELEASE

06 Jun 13:37
Compare
Choose a tag to compare

🐞 Bug Fixes

⭐ New Features

新增配置项:

  • jt808.server.idle-state-handler : 对应 io.netty.handler.timeout.IdleStateHandler 的 三个属性:readerIdleTimewriterIdleTimeallIdelTime。 默认值都是 20m;
  • jt808.protocol.max-frame-length : 对应 io.netty.handler.codec.DelimiterBasedFrameDecodermaxFrameLength 属性。

v1.0.11.RELEASE

06 Jun 13:36
Compare
Choose a tag to compare

⭐ New Features

新增 io.github.hylexus.jt.msg.builder.jt808.Jt808MsgBuilder

🐞 Bug Fixes

v1.0.10.RELEASE

20 Sep 13:40
6616db8
Compare
Choose a tag to compare

⭐ New Features

  • #28
    • @Jt808RequestMsgConverter
    • @Jt808RequestMsgHandler

🐞 Bug Fixes

v1.0.9.RELEASE

23 Aug 04:53
Compare
Choose a tag to compare

⭐ New Features

  • @NestedFieldMapping 支持List类型 (#25)

🐞 Bug Fixes

🔨 Others

  • 文档更新

v1.0.8.RELEASE

06 Aug 10:33
Compare
Choose a tag to compare

⭐ New Features

🐞 Bug Fixes

  • @NestedFieldMapping bug

🔨 Others

  • 文档更新

v1.0.7.RELEASE

06 Aug 10:33
Compare
Choose a tag to compare

⭐ New Features

  • 修改自定义配置的方式
    • 旧版的Jt808ServerConfigure 容易引发Bean的循环依赖
    • 从1.0.7-RELEASE开始,使用 Jt808ServerConfigurationSupport 来自定义配置
  • Maven依赖的 scoperuntime 改为 compile,涉及到的依赖如下:
    • Netty
    • oaks-lib

🐞 Bug Fixes

  • #18
  • BytesEncoder转义bug

🔨 Others

  • Jt808Session#setChannel
  • BytesEncoder支持校验码逻辑自定义

v1.0.6.RELEASE

23 Jun 10:02
Compare
Choose a tag to compare

⭐ New Features

  • MsgHandler 可选择性地交给Spring管理,以便于在 MsgHandler 中调用其他的由Spring管理的Bean
  • Jt808SessionManager 重构,支持自定义

🐞 Bug Fixes

  • #16
    • 默认读写空闲时间改为20分钟
    • 修复示例代码中消息消息的返回值类型
  • #17
    • 边界情况下默认转义逻辑bug
  • SessionManager#removeBySessionIdAndClose 的bug

🔨 Others

  • 优化 Session#currentFlowId
  • 新增 SessionManager#findBySessionId
  • CommandSender 文档完善

v1.0.4.RELEASE

20 Jun 07:24
Compare
Choose a tag to compare

⭐ New Features

  • MsgHandler 可选择性地交给Spring管理,以便于在 MsgHandler 中调用其他的由Spring管理的Bean

🐞 Bug Fixes

  • #16
    • 默认读写空闲时间改为20分钟
    • 修复示例代码中消息消息的返回值类型
  • #17
    • 边界情况下默认转义逻辑bug

🔨 其他

  • 优化 Session#currentFlowId
  • 新增 SessionManager#findBySessionId