Skip to content

Releases: nsxdevx/nsxbot

v0.3.1

21 Jun 14:05

Choose a tag to compare

Changelog

Bug fixes

  • f79f801: fix: 统一使用EchoTimeOut常量替代硬编码超时时间,方法名规范为Get (@atopos31)

Others

  • 79e82b9: docs: 更新README.md,添加项目阶段和API稳定性提示 (@atopos31)

v0.3.0

17 Jun 23:07

Choose a tag to compare

Changelog

Bug fixes

  • 7dbc592: fix: 修正多个地方的拼写错误,统一MessageChain类型 (@atopos31)

v0.2.3

05 Jun 02:15

Choose a tag to compare

Changelog

Features

  • 099cb47: feat: 添加FliterType和All方法以支持按类型过滤和获取所有消息 (@atopos31)

v0.2.2

31 May 04:06

Choose a tag to compare

Changelog

Bug fixes

v0.2.1

30 May 10:07

Choose a tag to compare

Changelog

Bug fixes

Others

  • c970250: docs: 添加对Sation和NewConversation函数的注释,增强代码可读性 (@atopos31)

v0.2.0

29 May 15:03

Choose a tag to compare

Changelog

Bug fixes

  • 1d6fe8c: fix: 修复MeaasgeChain方法名大小写,确保一致性 (@atopos31)

Refactor

  • 5507ee9: refactor: 重构事件处理和消息结构,统一事件类型和消息发送逻辑 (@atopos31)

Others

v0.1.5

01 May 09:02

Choose a tag to compare

Changelog

Bug fixes

  • 3dfffac: fix: 修复AddEmitter方法中的锁定逻辑,确保连接回调在解锁后执行 (@atopos31)
  • 0aa0f32: fix: 格式化SetGroupSpecialTitle函数 (@atopos31)

v0.1.4

01 May 08:48

Choose a tag to compare

Changelog

Features

  • e5d91c3: feat: 在EmitterHttp的Raw方法中添加Authorization头以支持Bearer令牌 (@atopos31)

Bug fixes

  • eac2ade: fix: SetGroupSpecialTitle添加UserId和SpecialTitle字段 (@atopos31)

v0.1.3

29 Apr 17:01

Choose a tag to compare

Changelog

Features

  • 3479fb9: feat: 增强WSEmittersMux,添加连接回调和关闭处理逻辑 (@atopos31)

v0.1.2

29 Apr 10:09

Choose a tag to compare

Changelog

Features

  • bdd499a: feat: 添加Record类型及相关方法以支持消息记录功能 (@atopos31)

Bug fixes

  • 6794abd: fix: 改进WSClient和WServer中AddEmitter的逻辑,优化性能 (@atopos31)
  • fb4206f: fix: 更新Image类型的注释,修正noTls参数的使用说明 (@atopos31)