Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps com.mikuac:shiro from 2.3.5 to 2.4.0.

Release notes

Sourced from com.mikuac:shiro's releases.

Shiro v2.4.0

新增

在 MsgUtils 中添加了对图片字节数组的支持 #294

修复

解决 MultiValueMap 操作导致的 UnsupportedOperationException #297

Shiro v2.3.9

新增

扩展合并转发方法,支持自定义消息(仅在协议端为 napcat 进行测试) #291 @​sa-yi

修复

修复了一个依赖传递的问题 #291 @​sa-yi

Shiro v2.3.8

新增

支持自动下载外部插件依赖。#285 @​sa-yi

Shiro v2.3.7

修复

修复了某些事件注解使用多次的情况下,只有一个注解有值的问题。#280

新增

支持加载外部 jar 插件。#283 @​sa-yi 详见 README

Shiro v2.3.6

新增

1、在协议端使用 napcat 并开启 debug 模式时,raw 字段将会出现。其中包含 msgSeq 字段,允许在群聊内的多个 Bot 之间实现均衡负载。 #278 @​sa-yi

  • 同一个群聊 内,不同的 Bot 收到 相同的消息 时,其 msgSeq 值是一致的。
  • 基于 msgSeq 这一特性,可以设计 负载均衡策略,确保多个 Bot 在处理消息时不发生重复响应或冲突。
  • 通过 event.getRaw().getMsgSeq(); 获取 msgSeq 值,并据此进行 任务分配去重处理

2、为 GetMsgResp 添加 message_type 字段 #274 @​LuoRenMu

Commits
  • ced21c7 🔖 RELEASE v2.4.0
  • c2e1e0a 🎨 Refactor api call failed log output
  • e202835 🐛 Resolve UnsupportedOperationException caused by MultiValueMap operation...
  • 6a01591 ⬆️ Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2
  • f2cd94c ⬆️ Bump com.alibaba.fastjson2:fastjson2 from 2.0.56 to 2.0.57
  • 8064742 ✨ Added a byte array type image construction method to the msg build...
  • 0add955 🐛 Fix docs community link
  • cd57b28 📝 Update community part
  • 31c6424 🔖 RELEASE v2.3.9
  • 8b9f6f0 ✨ Extend bot.sendForwardMsg #291
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.mikuac:shiro](https://github.com/MisakaTAT/Shiro) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/MisakaTAT/Shiro/releases)
- [Commits](MisakaTAT/Shiro@v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: com.mikuac:shiro
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant