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

推荐订阅源

D
Docker
AI
AI
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
博客园 - 【当耐特】
V
Visual Studio Blog
博客园 - Franky
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
I
Intezer
C
Cybersecurity and Infrastructure Security Agency CISA
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
S
SegmentFault 最新的问题
腾讯CDC
T
Threat Research - Cisco Blogs
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Webroot Blog
Webroot Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
小众软件
小众软件
C
Cyber Attacks, Cyber Crime and Cyber Security
Hacker News: Ask HN
Hacker News: Ask HN
T
Tor Project blog
WordPress大学
WordPress大学
雷峰网
雷峰网
J
Java Code Geeks
GbyAI
GbyAI
Recorded Future
Recorded Future
F
Full Disclosure
Cisco Talos Blog
Cisco Talos Blog
S
Secure Thoughts
I
InfoQ
量子位
Forbes - Security
Forbes - Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
Threatpost
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Security Blog
Microsoft Security Blog
Attack and Defense Labs
Attack and Defense Labs
爱范儿
爱范儿
N
News and Events Feed by Topic
V
Vulnerabilities – Threatpost
L
LINUX DO - 最新话题
A
Arctic Wolf
S
Security Affairs

Release notes 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 Release notes 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

新特性