build(deps): bump druid from 1.2.8 to 1.2.13-SNSAPSHOT #146

Closed
dependabot[bot] wants to merge 1 commits from dependabot/maven/com.alibaba-druid-1.2.13-SNSAPSHOT into master
dependabot[bot] commented 2022-10-01 17:00:53 +08:00 (Migrated from github.com)

Bumps druid from 1.2.8 to 1.2.13-SNSAPSHOT.

Release notes

Sourced from druid's releases.

Druid 1.2.12版本发布,连接池默认指定socketTimeout,增强SQL Parser

这个版本连接池默认增加配置connectTimeout和socketTimeout,增强了SQL Parser

Issues

  1. 连接池DruidDataSource支持新的配置connectTimeout和socketTimeout,分别都是10秒。这个默认值会减少因为网络丢包时导致的连接池无法创建链接。
  2. 修复连接池DruidDataSource#handleFatalError方法判断是否关闭逻辑不对的问题 #4724
  3. 修复StatFilter统计Statement执行SQL只记录第一条SQL的问题 #4921
  4. 修复ParameterizedOutputVisitorUtils#restore结果不对的问题 #4532
  5. SQL Parser增强对PolarDB-X的支持 #4927
  6. SQL Parser增强对Oceanbase的支持 #4833
  7. SQL Parser增强对MySQL的支持 #4916 #4817 #4825
  8. SQL Parser增强对Clickhouse的支持 #4833 #4881
  9. SQL Parser增强对DB2的支持 #4838
  10. SQL Parser增强对Oracle的支持

相关连接

Druid 1.2.11版本发布

DRUID连接池内部外部都是同一份代码,有些业务场景等着用修复SQL Parser相关问题,就快速发布了1.2.9 ~ 1.2.10,改动都是很小,1.2.11也是同样的情况。

Issues

  1. 增加了对PolarDB-X新版本DDL语法的支持,Canal使用PolarDB-X全局binlog的同学可以更新到这个版本
  2. PG SQL Parser增强了对Hologres语法的支持

相关连接

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 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 [druid](https://github.com/alibaba/druid) from 1.2.8 to 1.2.13-SNSAPSHOT. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alibaba/druid/releases">druid's releases</a>.</em></p> <blockquote> <h2>Druid 1.2.12版本发布,连接池默认指定socketTimeout,增强SQL Parser</h2> <p>这个版本连接池默认增加配置connectTimeout和socketTimeout,增强了SQL Parser</p> <h1>Issues</h1> <ol> <li>连接池DruidDataSource支持新的配置connectTimeout和socketTimeout,分别都是10秒。这个默认值会减少因为网络丢包时导致的连接池无法创建链接。</li> <li>修复连接池DruidDataSource#handleFatalError方法判断是否关闭逻辑不对的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4724">#4724</a></li> <li>修复StatFilter统计Statement执行SQL只记录第一条SQL的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4921">#4921</a></li> <li>修复ParameterizedOutputVisitorUtils#restore结果不对的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4532">#4532</a></li> <li>SQL Parser增强对PolarDB-X的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4927">#4927</a></li> <li>SQL Parser增强对Oceanbase的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4833">#4833</a></li> <li>SQL Parser增强对MySQL的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4916">#4916</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4817">#4817</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4825">#4825</a></li> <li>SQL Parser增强对Clickhouse的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4833">#4833</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4881">#4881</a></li> <li>SQL Parser增强对DB2的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4838">#4838</a></li> <li>SQL Parser增强对Oracle的支持</li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.12/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.12/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.12/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.12/</a></li> <li>文档 <a href="https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98">https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98</a></li> <li>源码 <a href="https://github.com/alibaba/druid/tree/1.2.12">https://github.com/alibaba/druid/tree/1.2.12</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> <h2>Druid 1.2.11版本发布</h2> <p>DRUID连接池内部外部都是同一份代码,有些业务场景等着用修复SQL Parser相关问题,就快速发布了1.2.9 ~ 1.2.10,改动都是很小,1.2.11也是同样的情况。</p> <h1>Issues</h1> <ol> <li>增加了对PolarDB-X新版本DDL语法的支持,Canal使用PolarDB-X全局binlog的同学可以更新到这个版本</li> <li>PG SQL Parser增强了对Hologres语法的支持</li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.11/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.11/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.11/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.11/</a></li> <li>文档 <a href="https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98">https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98</a></li> <li>源码 <a href="https://github.com/alibaba/druid/tree/1.2.11">https://github.com/alibaba/druid/tree/1.2.11</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/alibaba/druid/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.alibaba:druid&package-manager=maven&previous-version=1.2.8&new-version=1.2.13-SNSAPSHOT)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
dependabot[bot] commented 2022-11-01 17:26:30 +08:00 (Migrated from github.com)

Superseded by #151.

Superseded by #151.

Pull request closed

Sign in to join this conversation.
No description provided.