跳至主要內容

1.x

hylexus约 368 字大约 1 分钟

1.x

1.0.12-RELEASE

🐞 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 属性。

1.0.11-RELEASE

⭐ New Features

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

🐞 Bug Fixes

1.0.10-RELEASE

⭐ New Features

🐞 Bug Fixes

1.0.9-SNAPSHOT

⭐ New Features

🐞 Bug Fixes

🔨 Others

  • 文档更新

1.0.8-SNAPSHOT

⭐ New Features

🐞 Bug Fixes

  • @NestedFieldMapping bug

🔨 Others

  • 文档更新

1.0.7-SNAPSHOT

⭐ New Features

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

🐞 Bug Fixes

🔨 Others

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

1.0.5-SNAPSHOT

⭐ New Features

  • Jt808SessionManager 重构,支持自定义

🐞 Bug Fixes

  • SessionManager#removeBySessionIdAndClose 的bug

🔨 Others

  • CommandSender 文档完善

1.0.4-SNAPSHOT

⭐ New Features

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

🐞 Bug Fixes

🔨 Others

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

1.0.3-SNAPSHOT

  • MsgHandler 可选择性地交给Spring管理,以便于在 MsgHandler 中调用其他Bean
  • bug-fix: #16,#17

Bug Fixes

  • decoder: 嵌套类型丢失数据 (#b1a8eaca, closes #2)