Skip to content

Latest commit

 

History

History
100 lines (46 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

100 lines (46 loc) · 4.13 KB

Changelog

1.5.1 (2024-09-04)

Bug Fixes

  • 🐛 Fix potential concurrency issue in EventQueue's (#35) (924b4f7)
  • 🐛 Heartbeat scheduled task repeats during reconnection (#38) (840398c)

1.5.0 (2024-08-24)

Features

  • ✨ improve some features of the card module (1adcc61)

1.4.0 (2024-08-06)

Features

  • ✨ add asset create action && add post custom header (#29) (6a65e7d)

1.3.3 (2024-07-22)

Bug Fixes

1.3.2 (2024-07-17)

Bug Fixes

  • 🐛 fix websocket connection problem (476d776), closes #25
  • 🐛 get gateway continous (82a39aa)

1.3.1 (2024-07-11)

Bug Fixes

  • 🐛 fix bot panic when network has broken (2113c13)

1.3.0 (2024-07-10)

Features

  • 🎉增加Post请求 (12e6d66)
  • ✨ 更新消息发送与更新消息功能 (20608a6)
  • card: 🔘 增加按钮点击事件类型 (ccd1d96)

Bug Fixes

  • 🐛 修复http_helper.go和message.go中的问题,优化代码逻辑 (f14ec0c)
  • message: 🐛 修复消息更新函数的返回结果处理 (933bce9)

1.2.2 (2024-07-08)

Performance Improvements

  • ⚡ use jsoniter at whole project (04d28d2)

1.2.1 (2024-06-01)

Bug Fixes

  • 🐛 some card fields set omitempty (a7bb94c)

1.2.0 (2024-05-31)

Features

  • ✨ support card message action (31b4f80)

1.1.1 (2024-05-31)

Bug Fixes

  • 🐛 message req type use struct (9f7b8a6)

1.1.0 (2024-05-31)

Features

Bug Fixes

  • 🐛 event type use struct instead (bc42300)