惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
T
The Blog of Author Tim Ferriss
博客园 - 叶小钗
N
Netflix TechBlog - Medium
腾讯CDC
C
Check Point Blog
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
S
SegmentFault 最新的问题
F
Fortinet All Blogs
美团技术团队
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 司徒正美
F
Full Disclosure
Recorded Future
Recorded Future
D
DataBreaches.Net
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
J
Java Code Geeks
I
InfoQ
Y
Y Combinator Blog
A
About on SuperTechFans
AI
AI
爱范儿
爱范儿
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Forbes - Security
Forbes - Security
W
WeLiveSecurity
M
MIT News - Artificial intelligence
雷峰网
雷峰网
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
Schneier on Security
Schneier on Security
The GitHub Blog
The GitHub Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
Latest news
Latest news
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
D
Docker
Recent Commits to openclaw:main
Recent Commits to openclaw:main
量子位
V2EX - 技术
V2EX - 技术
Project Zero
Project Zero

Tags from mirai

Release 2.16.0-RC · mamoe/mirai Release 2.15.0 · mamoe/mirai Release 2.15.0-M1 · mamoe/mirai Release 2.14.0 · mamoe/mirai Release 2.13.4 · mamoe/mirai Release 2.14.0-RC · mamoe/mirai Release 2.13.3 · mamoe/mirai Release 2.13.2 · mamoe/mirai Release 2.16.0 · mamoe/mirai
Release 2.15.0-RC · mamoe/mirai
Him188 · 2023-06-21 · via Tags from mirai

mirai-core

不兼容变更

  • 删除 native 编译目标 (#2698)
  • 弃用 DeviceInfo 构造器及 serializer, 以 DeviceInfoBuilderDeviceInfo.serializeToString 替代 (#2674)
  • MessageSyncEventMessageSourcetargetId 由机器人 ID 变为实际的消息发送对象 (#2122, #2513)

新特性

  • 更新登录协议 (#2613, #2592)

  • 现在可以在 BotAuthorization.authorize 时通过 BotAuthInfo 获取导致重新登录的原因 (#2664)

  • 优化插件 classpath 策略 (#2666)

    文档

    • 添加选项以允许插件不搜索其他插件的 classpath
    • 添加选项以允许插件阻止其他未依赖此插件的插件进行引用
  • AudioToSilkService 现在稳定 (#2658)

  • 支持使用 JSON 保存与读取 PluginDataPluginConfig (#2498 by @NoMathExpectation)

  • 支持获取和管理群精华消息 (Group.essences) (#837, #2293, #2314 by @cssxsh)

  • 以 Android Library 形式发布 Android 编译目标 (#2635, #2699 by @MrXiaoM)

优化和修复

  • 修复扫码登录的已知问题 (无法进入登录验证等) (#2623, #2645, #2633 with @cssxsh)

  • 修复刷新令牌后令牌不保存的问题 (#2590, #2584)

    这是一个很长时间的错误, 应该只在完全重启 mirai 或更新 bot 后才会影响

  • 修复 java.lang.IllegalStateException: wLoginSigInfoField is not yet initialized (#1603, #2449, #2450 by @sandtechnology)

  • 修复获取群活跃数据失败的问题 (#2609, #2610 by @cssxsh)

  • 修复部分合并转发消息仅被作为APP消息接收的问题 (#2618, #2675)

  • 修复 MessageSource 定位相关逻辑: (#2510, #2513)

    • 发送消息时实际发送的消息会忽略通过 MessagePreSendEvent 所进行的修改 (#2525)
    • 安卓客户端发送的 Quote 中 message source id 有误 (#2495)
    • OnlineMessageSourceFromGroupImpl 的 fromId 有误 (#2277)
  • 修复获取群精华消息报错 (#2668, #2672 by @cssxsh)

  • 修复群公告协议 (#2619 by @cssxsh)

  • 修复 OnlineAnnouncement.members 只能获取 50 个人的问题 (#2531, #2530 by @cssxsh)

  • 修复发送消息时实际发送的消息会忽略通过 MessagePreSendEvent 所进行的修改的问题 (#2525 by @NoMathExpectation)

  • 优化文档 (#2639 by @cssxsh)

  • 完善了用户文档部分的内容 (#2541 by @MikkoAyaka)

  • 在文档注释手表协议不支持戳一戳事件 (#2572 by @7aGiven)

  • 在消息日志中去除特殊控制符

  • 添加 QRCodeLoginListener.onCompleted() 用于资源释放

mirai-core-mock

mirai-console

优化和修复

  • 修复事件文档中 AutoLoginEventStartupEvent 的描述 (#2692 by @BakaFT)

IDEA

新特性