This repository was archived by the owner on Jan 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
10
+ ## [ 2.5.0] ( https://github.com/danni-cool/wechatbot-webhook/compare/v2.4.2...v2.5.0 ) (2024-01-05)
11
+
12
+
13
+ ### Features
14
+
15
+ * 🎸 增加log4js作为日志文件输出 ([ 17a84f8] ( https://github.com/danni-cool/wechatbot-webhook/commit/17a84f8aeab132979fc931e878b9a9381b8aff18 ) )
16
+ * 🎸 增加健康检测接口/healthz替换/loginCheck, close:[ #99 ] ( https://github.com/danni-cool/wechatbot-webhook/issues/99 ) ([ 55fb2ee] ( https://github.com/danni-cool/wechatbot-webhook/commit/55fb2ee2a3bbc343b29e5a2384f74ed84a24d000 ) )
17
+ * 🎸 增加推消息的群发模式 ([ d1e23fd] ( https://github.com/danni-cool/wechatbot-webhook/commit/d1e23fdae5769aeec28102655e672a601a3463fb ) )
18
+ * 🎸 推消息api支持单请求发多条消息 ([ 20b5983] ( https://github.com/danni-cool/wechatbot-webhook/commit/20b598373df74499a6ccfd336b5d8d5c867e0b64 ) )
19
+
20
+
21
+ ### Refactor
22
+
23
+ * 💡 http 服务使用hono替换express ([ 0444b22] ( https://github.com/danni-cool/wechatbot-webhook/commit/0444b22df0b362b7251f186a8252a76dc92d1d28 ) )
24
+
25
+
26
+ ### Performance Improvements
27
+
28
+ * ⚡️ 增加log日志输出稳定性 ([ 161c235] ( https://github.com/danni-cool/wechatbot-webhook/commit/161c235f79c4f7b01f22ce8df7efd3a1767fe418 ) )
29
+ * ⚡️ 推消息api增加未登录校验 ([ 6ef54e3] ( https://github.com/danni-cool/wechatbot-webhook/commit/6ef54e3915d22686df8971eb1a80a897df40504f ) )
30
+
10
31
## [ 2.4.1] ( https://github.com/danni-cool/docker-wechatbot-webhook/compare/v2.4.0...v2.4.1 ) (2023-12-24)
11
32
12
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wechatbot-webhook" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 2.5.0 " ,
4
4
"description" : " 给微信里加个 webhook 机器人,支持docker部署" ,
5
5
"keywords" : [
6
6
" wechat" ,
You can’t perform that action at this time.
0 commit comments