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

推荐订阅源

腾讯CDC
Schneier on Security
Schneier on Security
B
Blog RSS Feed
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
A
About on SuperTechFans
Recorded Future
Recorded Future
Recent Announcements
Recent Announcements
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
The GitHub Blog
The GitHub Blog
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MyScale Blog
MyScale Blog
V2EX - 技术
V2EX - 技术
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
V
Visual Studio Blog
Martin Fowler
Martin Fowler
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
The Exploit Database - CXSecurity.com
F
Full Disclosure
Scott Helme
Scott Helme
H
Heimdal Security Blog
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
Cyberwarzone
Cyberwarzone
Application and Cybersecurity Blog
Application and Cybersecurity Blog
V
Vulnerabilities – Threatpost
Blog — PlanetScale
Blog — PlanetScale
Security Latest
Security Latest
WordPress大学
WordPress大学
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Troy Hunt's Blog
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
Jina AI
Jina AI
S
Securelist
小众软件
小众软件
Simon Willison's Weblog
Simon Willison's Weblog
J
Java Code Geeks
AWS News Blog
AWS News Blog
N
News and Events Feed by Topic
博客园 - 三生石上(FineUI控件)
量子位

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

新特性