Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump solon.version from 3.0.9 to 3.1.0 #73

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps solon.version from 3.0.9 to 3.1.0.
Updates org.noear:solon from 3.0.9 to 3.1.0

Release notes

Sourced from org.noear:solon's releases.

Solon v3.1.0

具体更新

  • 新增 solon-ai 插件
  • 新增 solon-ai-repo-milvus 插件
  • 新增 solon-ai-repo-redis 插件
  • 新增 solon-ai-load-markdown 插件
  • 新增 solon-ai-load-pdf 插件
  • 新增 solon-ai-load-html 插件
  • 新增 solon-configuration-processor 插件
  • 插件 solon-data-sqlutils 二次预览(优化概念结构,增加执行拦截器)
  • 插件 solon-data-rx-sqlutils 二次预览(优化概念结构,增加执行拦截器)
  • 优化 solon 仓库的规范插件命名
  • 优化 solon 小写且带点环境变量的一个边界问题
  • 优化 solon-auth,AuthRuleHandler 的 Filter 实现转到 AuthAdapter 身上,方便用户控制 index
  • 优化 solon-security-validation BeanValidator 的设定方式
  • 优化 solon-boot-smarthttp 虚拟线程、异步、响应式性能
  • 添加 solon BeanWrap:isNullOrGenericFrom 方法
  • 添加 solon AppContext:: getBeanOrDefault 方法
  • 添加 solon subWrapsOfType, subBeansOfType, getBeansOfType, getBeansMapOfType genericType 过滤参数
  • 添加 solon ParameterizedTypeImpl:toString 缓存支持
  • 添加 solon MimeType 类,替代 solon-boot 的 MimeType(后者标为弃用)
  • 添加 solon-flow FlowEngine:load(uri) 方法
  • 添加 solon-flow Chain:parseByText 方法
  • 添加 solon-flow 拦截体系
  • 添加 solon-data-sqlutils SqlQuerier:updateBatchReturnKeys 接口,支持批处理后返回主键
  • 添加 solon-net-httputils HttpUtils:proxy 接口,支持 http 代理
  • 添加 solon-net-httputils HttpUtils:execAsTextStream 文本流读取接口(可用于 dnjson 和 sse-stream)
  • 添加 solon-web-rx 过滤体系
  • 添加 solon-serialization-json* 插件对 ndjson 格式的匹配支持
  • 添加 solon-cloud CloudBreaker 注解对类的支持
  • 移除 solon-data-sqlutils Row,RowList 弃用接口
  • 移除 solon-auth AuthAdapterSupplier 弃用接口
  • 调整 solon-docs-openapi2 合并 solon-docs-openapi2-javadoc?
  • 调整 solon-flow 用 layout 替代 nodes 配置(标为弃用)
  • 调整 solon-rx Completable:doOnXxx 构建策略(可重复添加)
  • 调整 solon-web-rx ActionReturnRxHandler 改为不限时长,支持流式不断输出
  • 修复 solon-web-rx ActionReturnRxHandler 在接收异步发布器时,会结束输出的问题
  • 修复 solon-hotplug 在 win 下无法删除 jar 文件的问题
  • 修复 solon-web 当前端传入 accept=*/* 时,后端 contextType 也会输出 */* 的问题
  • snack3 升为 3.2.127
  • socket.d 升为 2.5.16
  • fastjson2 升为 2.0.55
  • jackson 升为 2.18.2
  • gson 升为 2.12.1
  • fury 升为 0.10.0
  • kryo 升为 5.6.2
  • sa-token 升为 1.40.0
  • redisson 升为 3.45.0

... (truncated)

Commits
  • 95a70c3 3.1.0
  • 6e4de0d 3.1.0
  • 5318714 docs: 调整文档
  • ca356ce refactor: solon-data-rx-sqlutils 拦截器更名为 SqlCommandInterceptor
  • a6dbebd refactor: solon-data-rx-sqlutils 拦截器更名为 SqlCommandInterceptor
  • 6b16a29 docs: 优化 solon-data-sqlutils 注释
  • c820117 refactor: solon-data-utils 拦截器更名为 SqlCommandInterceptor
  • 4d1d5fc feat: solon-flow 添加拦截体系
  • 380bb4c feat: 添加 ChainDriver:onChainStart,onChainEnd 方法
  • f87597a refactor: solon-data-sqlutils,solon-data-rx-sqlutils 调整为相似结构
  • Additional commits viewable in compare view

Updates org.noear:solon-web from 3.0.9 to 3.1.0

Updates org.noear:solon.logging.simple from 3.0.9 to 3.1.0

Updates org.noear:solon.scheduling.simple from 3.0.9 to 3.1.0

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 `solon.version` from 3.0.9 to 3.1.0.

Updates `org.noear:solon` from 3.0.9 to 3.1.0
- [Release notes](https://github.com/noear/solon/releases)
- [Commits](opensolon/solon@v3.0.9...v3.1.0)

Updates `org.noear:solon-web` from 3.0.9 to 3.1.0

Updates `org.noear:solon.logging.simple` from 3.0.9 to 3.1.0

Updates `org.noear:solon.scheduling.simple` from 3.0.9 to 3.1.0

---
updated-dependencies:
- dependency-name: org.noear:solon
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon.logging.simple
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon.scheduling.simple
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2025
@ChunMengLu ChunMengLu merged commit 40e70cb into dev Mar 6, 2025
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dev/solon.version-3.1.0 branch March 6, 2025 05:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant