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.1 to 3.1.2 #3480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps solon.version from 3.0.1 to 3.1.2.
Updates org.noear:solon-parent from 3.0.1 to 3.1.2

Release notes

Sourced from org.noear:solon-parent's releases.

Solon v3.1.2

  • 新增 solon-flow-stateful 插件
  • 新增 solon-flow-eval-aviator 插件
  • 新增 solon-flow-eval-beetl 插件
  • 新增 solon-flow-eval-magic 插件
  • 新增 solon-ai-repo-chroma 插件
  • 插件 solon-flow 二次预览
  • 添加 solon Entity 类及渲染支持
  • 添加 solon SolonApp::pluginGet 方法,方便获取插件实体
  • 添加 solon Context:returnValue 方法,提供手动模式下响应式支持
  • 添加 solon-net-httputils HttpUtils:contentType,accept 便捷方法
  • 优化 solon-ai-repo-tcvectordb 插件相似度处理
  • 优化 solon-ai-repo-elasticsearch 插件相似度处理
  • 优化 solon-flow 添加 Container 和 Evaluation 接口定义
  • 优化 solon-flow 接口设计,ChainContext 更名为 FlowContext,ChainDriver 更名为 FlowDriver
  • 优化 solon-net-httputils ServerSentEvent 类,可兼容各序列化方案
  • 优化 solon-boot-http* 的 HttpServerProps 都改为实例化(用于支持插件动态重启)
  • 优化 solon-boot-websocket* 的 WebSocketServerProps 都改为实例化(用于支持插件动态重启)
  • 调整 solon-net-httputils TextStreamUtil 缓冲改为 1Kb
  • 调整 solon-net-httputils 异常改为弱性
  • 调整 solon ActionReturnHandler 更名为 ReturnValueHandler (更通用)
  • 调整 solon Solon.cfg().plugs() 更名为 plugins (前者标为弃用)
  • 修复 solon-data 缓存注解不能还原 strinfiy 到泛型数据的问题
  • 修复 solon-rx CompletableImpl 会传丢异常的问题
  • 修复 solon Context.outputAsHtml 缺少 body 标记输出的问题
  • maven-compiler-plugin 升为 3.14.0
  • native-maven-plugin 升为 0.10.6
  • maven-plugin-plugin 升为 3.15.1
  • snakeyaml 升为 2.4
  • slf4j 升为 2.0.17
  • liquor 升为 1.5.2
  • nacos2 升为 2.5.1
  • sa-token 升为 1.41.0

Solon v3.1.1

  • 新增 solon-expression 插件
  • 新增 solon-security-web 插件
  • 新增 solon-ai-load-ppt 插件,添加对 ppt, pptx 文档的解析
  • 新增 solon-ai-load-word 插件,添加对 doc, docx 文档的解析
  • 新增 solon-ai-repo-qdrant 插件
  • 新增 solon-ai-repo-tcvectordb 插件
  • 新增 solon-ai-repo-elasticsearch 插件
  • 移除 solon-boot-jlhttp 插件
  • 优化 开源合规性
  • 添加 solon AppContext::isStarting() 表示正在启动,之前的 isStarted() 表示启动完成
  • 添加 solon-cloud Event:created 字段(表示创建时间戳)
  • 添加 solon-flow ChainContext:stop() 停止流动
  • 添加 solon-flow FlowEngine:next(Node,ChainContext) 接口,方便支持异步唤醒
  • 添加 solon-data Transaction 事务注解(替代 Tran,后者标为弃用)
  • 添加 solon-net-httputils execAsEventStream 流式接收 sse(server-sent-event)

... (truncated)

Commits

Updates org.noear:solon-logging-simple from 3.0.1 to 3.1.2

Updates org.noear:solon-test from 3.0.1 to 3.1.2

Updates org.noear:solon-maven-plugin from 3.0.1 to 3.1.2

Updates org.noear:solon-serialization from 3.0.1 to 3.1.2

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.1 to 3.1.2.

Updates `org.noear:solon-parent` from 3.0.1 to 3.1.2
- [Release notes](https://github.com/noear/solon/releases)
- [Commits](opensolon/solon@v3.0.1...v3.1.2)

Updates `org.noear:solon-logging-simple` from 3.0.1 to 3.1.2

Updates `org.noear:solon-test` from 3.0.1 to 3.1.2

Updates `org.noear:solon-maven-plugin` from 3.0.1 to 3.1.2

Updates `org.noear:solon-serialization` from 3.0.1 to 3.1.2

---
updated-dependencies:
- dependency-name: org.noear:solon-parent
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon-logging-simple
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon-test
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon-maven-plugin
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon-serialization
  dependency-version: 3.1.2
  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 7, 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.

0 participants