Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(snowflake): bump github.com/snowflakedb/gosnowflake from 1.10.0 …
…to 1.10.1 (#88) Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.10.0 to 1.10.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snowflakedb/gosnowflake/releases">github.com/snowflakedb/gosnowflake's releases</a>.</em></p> <blockquote> <h2>Release</h2> <ul> <li>Please check Snowflake <a href="https://docs.snowflake.com/en/release-notes/clients-drivers/golang">community page for release notes</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snowflakedb/gosnowflake/commit/15db23153cd00dff0cbb3e86590c885ba0771055"><code>15db231</code></a> PATCH: Bumped up GoLang connector PATCH version from 1.10.0 to 1.10.1 (<a href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1147">#1147</a>)</li> <li><a href="https://github.com/snowflakedb/gosnowflake/commit/a08fc08b8955780a26dfcbbc744d3f9f4c4dd4af"><code>a08fc08</code></a> SNOW-1432112 verify / sanitize account name before creating JWT (<a href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1146">#1146</a>)</li> <li><a href="https://github.com/snowflakedb/gosnowflake/commit/6ee8545737b4d6a4a7e74baa450df6031b8ba514"><code>6ee8545</code></a> SNOW-1335581 Decrease number of retires for OCSP (<a href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1129">#1129</a>)</li> <li><a href="https://github.com/snowflakedb/gosnowflake/commit/192b00ba51f5201c4db2cd290b520e73368763b9"><code>192b00b</code></a> [bug fix] objectType should work w/ or wo/ ENABLE_STRUCTURED_TYPES_IN_CLIENT_...</li> <li><a href="https://github.com/snowflakedb/gosnowflake/commit/a0145ec5c912210edfe96257efc83d3929769fe2"><code>a0145ec</code></a> Add github input goTestParams param (<a href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1136">#1136</a>)</li> <li><a href="https://github.com/snowflakedb/gosnowflake/commit/d61c1b0a7fd398e2ae6fdd9464b46f6e7a16dbf9"><code>d61c1b0</code></a> SNOW-1437452 Support semistructured types bindings (<a href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1135">#1135</a>)</li> <li><a href="https://github.com/snowflakedb/gosnowflake/commit/7f760afab64d3271ff45c5d6afa3e209344750e3"><code>7f760af</code></a> Add parameter to disable SAML URL check (<a href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1128">#1128</a>)</li> <li><a href="https://github.com/snowflakedb/gosnowflake/commit/c355711dbd1f9ab10dfbfdcdd194656c23abb45d"><code>c355711</code></a> SNOW-1260011: mask password in the logs (<a href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1116">#1116</a>)</li> <li><a href="https://github.com/snowflakedb/gosnowflake/commit/5570db2126fec55feff1ea2cddc45fb72ac3dee9"><code>5570db2</code></a> Upgrade AWS SDK packages (<a href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1126">#1126</a>)</li> <li>See full diff in <a href="https://github.com/snowflakedb/gosnowflake/compare/v1.10.0...v1.10.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/snowflakedb/gosnowflake&package-manager=go_modules&previous-version=1.10.0&new-version=1.10.1)](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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information