Skip to content

Bump com.alibaba:druid-spring-boot-starter from 1.2.18 to 1.2.22 #224

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps com.alibaba:druid-spring-boot-starter from 1.2.18 to 1.2.22.

Release notes

Sourced from com.alibaba:druid-spring-boot-starter's releases.

druid 1.2.22发布

这又是功能增强BUG FIX的版本,大家按需升级。

Issues

  1. 优化超时设置默认逻辑。针对 1.2.12开始的connectTimeout和socketTimeout在没指定配置的情况下默认为10秒情况,去除该默认逻辑。在没配置这两个参数的情况下,超时设置行为与以前保持一致。 去除timeout默认值为10秒的逻辑 #5729 #5735

  2. 优化超时参数设置逻辑。提取jdbcurl中 connectTimeout和socketTimeout时不再区分db类型,MySQL/Oracle/PostgreSQL/SQLServer在不方便设置数据源参数的情况下,可以在jdbculr中使用该参数进行超时控制; initialize connectTimeout and socketTimeout from jdbcUrl or properties #5706

  3. 优化创建连接的失败处理机制。针对1.2.21版本新增的连接数据库失败就关闭连接池的优化,回退不恰当的fastfail #5771 #5777

  4. 增强WallFilter的数据库适配。针对使用内置WallFilter且数据库类型为匹配的情况下抛异常的情况,提供SPI机制通过实现WallProviderCreator来自定义扩展WallProvider #5682 #5772

  5. 增强SQL解析能力。根据反馈,持续增强druid parser的SQL语法解析能力和修复语法解析的若干错误。

  6. 其它若干小优化。主要根据Issue反馈和PR反馈,持续进行优化。

在使用 1.2.12至1.2.21版本的用户,请升级至1.2.22进行功能验证。

相关连接

druid 1.2.20发布,增强对Spring-boot-3-starter的支持

这个版本修复大家比较关注的对spring-boot3的支持问题。大家按需升级

Issues

  1. 修复druid-spring-boot-3-starter错误,并增加自动配置的适配文件 #5437 #5443
  2. 针对mysql loadbalance格式的url,加上connectTimeout等属性的识别支持 #5396
  3. 修复socketTimeout参数不支持mysql jdbcurl里设置socketTimeout=0的场景 #5451
  4. SQL Parser增强对MySQL的支持 #5454
  5. SQL Parser增强对PG的支持 #5444
  6. SQL Parser增强对MaxCompute的支持

相关连接

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2024
Bumps [com.alibaba:druid-spring-boot-starter](https://github.com/alibaba/druid) from 1.2.18 to 1.2.22.
- [Release notes](https://github.com/alibaba/druid/releases)
- [Commits](alibaba/druid@1.2.18...1.2.22)

---
updated-dependencies:
- dependency-name: com.alibaba:druid-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.alibaba-druid-spring-boot-starter-1.2.22 branch from ded97b0 to 869ea36 Compare April 4, 2024 08:45
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Superseded by #235.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-druid-spring-boot-starter-1.2.22 branch May 27, 2024 21:54
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.

0 participants