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 github.com/snowflakedb/gosnowflake from 1.4.0 to 1.4.1 #487

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps github.com/snowflakedb/gosnowflake from 1.4.0 to 1.4.1.

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Production Release

  • Added support for array binding using the Array() function.
  • Added support for prepared statements.
  • Added support query ID retrieval, through raw connection unwrapping or emission via channels.
  • Added the ability to set the transport timeout (ClientTimeout).
  • Added support for simple token accessors.
  • Fixed multi-column result sets for multi-statements.
  • Fixed a problem with QueryRowContext when a malformed request ID was set in the context.
Commits
  • 5ee1eee SNOW-294007: Bumped up GoLang connector PATCH version from 1.4.0 to 1.4.1 (#3...
  • e1696f2 Merge pull request #385 from snowflakedb/mgilkey_SNOW281014_minor_edits
  • 9f89785 SNOW-281014: Fix a capitalization error. Improve wording in a few sentences.
  • 5ad2453 SNOW-158369 Refactor Type Converter (#384)
  • 0e61cce SNOW-281014: Document Asynchronous Queries in the Go Snowflake Driver. (#378)
  • 5af6d7e Merge pull request #368 from snowflakedb/dwu-SNOW-209082-simple-token-accessor
  • 47a59ac merge fix
  • b3b7ddd F
  • 41ab39c add another test case
  • d50c185 lint
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested a review from a team as a code owner March 8, 2021 07:28
@dependabot dependabot bot requested a review from ryanking March 8, 2021 07:28
@dependabot dependabot bot added the bot/merge label Mar 8, 2021
@github-actions
Copy link

github-actions bot commented Mar 8, 2021

Integration tests success for 5e8b5e1cc3548437d6087340ba1059ba58ec8535

@ryanking
Copy link
Contributor

ryanking commented Mar 8, 2021

/ok-to-test sha=5e8b5e1

@czimergebot czimergebot merged commit fe55bba into main Mar 8, 2021
@czimergebot czimergebot deleted the dependabot/go_modules/github.com/snowflakedb/gosnowflake-1.4.1 branch March 8, 2021 17:39
@github-actions
Copy link

github-actions bot commented Mar 8, 2021

Integration tests success for 5e8b5e1

anton-chekanov pushed a commit to anton-chekanov/terraform-provider-snowflake that referenced this pull request Jan 25, 2022
…e-Labs#487)

Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.4.0 to 1.4.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>Production Release</h2>
<ul>
<li>Added support for array binding using the Array() function.</li>
<li>Added support for prepared statements.</li>
<li>Added support query ID retrieval, through raw connection unwrapping or emission via channels.</li>
<li>Added the ability to set the transport timeout (ClientTimeout).</li>
<li>Added support for simple token accessors.</li>
<li>Fixed multi-column result sets for multi-statements.</li>
<li>Fixed a problem with QueryRowContext when a malformed request ID was set in the context.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/5ee1eee4677f66fd4fbb3068d18a7985a8d34191"><code>5ee1eee</code></a> SNOW-294007: Bumped up GoLang connector PATCH version from 1.4.0 to 1.4.1 (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/3">#3</a>...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/e1696f2af11d3720354254b6327547f44ccc3266"><code>e1696f2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/385">#385</a> from snowflakedb/mgilkey_SNOW281014_minor_edits</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/9f897854d12a2ebc5bb8caf9aafb14e4589168ad"><code>9f89785</code></a> SNOW-281014: Fix a capitalization error. Improve wording in a few sentences.</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/5ad2453d32820f5f2f4eedb6422246373ec12080"><code>5ad2453</code></a> SNOW-158369 Refactor Type Converter (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/384">#384</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/0e61cce2325b150e6d39fa504c6d7b93a5fb3c70"><code>0e61cce</code></a> SNOW-281014: Document Asynchronous Queries in the Go Snowflake Driver. (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/378">#378</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/5af6d7e6f6c2dcd99883759175274312205ec6cb"><code>5af6d7e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/368">#368</a> from snowflakedb/dwu-SNOW-209082-simple-token-accessor</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/47a59acb0ed9698641a76c060d7989fbb0caf614"><code>47a59ac</code></a> merge fix</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/b3b7ddd7a1a54d6eddbf156e1a251f48f645f10d"><code>b3b7ddd</code></a> F</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/41ab39c000ce25563bb6fad69a1c6b62b178b966"><code>41ab39c</code></a> add another test case</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/d50c18514d861ad69588240a75dc4181214d7527"><code>d50c185</code></a> lint</li>
<li>Additional commits viewable in <a href="https://github.com/snowflakedb/gosnowflake/compare/v1.4.0...v1.4.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.4.0&new-version=1.4.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 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>
daniepett pushed a commit to daniepett/terraform-provider-snowflake that referenced this pull request Feb 9, 2022
…e-Labs#487)

Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.4.0 to 1.4.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>Production Release</h2>
<ul>
<li>Added support for array binding using the Array() function.</li>
<li>Added support for prepared statements.</li>
<li>Added support query ID retrieval, through raw connection unwrapping or emission via channels.</li>
<li>Added the ability to set the transport timeout (ClientTimeout).</li>
<li>Added support for simple token accessors.</li>
<li>Fixed multi-column result sets for multi-statements.</li>
<li>Fixed a problem with QueryRowContext when a malformed request ID was set in the context.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/5ee1eee4677f66fd4fbb3068d18a7985a8d34191"><code>5ee1eee</code></a> SNOW-294007: Bumped up GoLang connector PATCH version from 1.4.0 to 1.4.1 (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/3">#3</a>...</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/e1696f2af11d3720354254b6327547f44ccc3266"><code>e1696f2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/385">#385</a> from snowflakedb/mgilkey_SNOW281014_minor_edits</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/9f897854d12a2ebc5bb8caf9aafb14e4589168ad"><code>9f89785</code></a> SNOW-281014: Fix a capitalization error. Improve wording in a few sentences.</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/5ad2453d32820f5f2f4eedb6422246373ec12080"><code>5ad2453</code></a> SNOW-158369 Refactor Type Converter (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/384">#384</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/0e61cce2325b150e6d39fa504c6d7b93a5fb3c70"><code>0e61cce</code></a> SNOW-281014: Document Asynchronous Queries in the Go Snowflake Driver. (<a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/378">#378</a>)</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/5af6d7e6f6c2dcd99883759175274312205ec6cb"><code>5af6d7e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/snowflakedb/gosnowflake/issues/368">#368</a> from snowflakedb/dwu-SNOW-209082-simple-token-accessor</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/47a59acb0ed9698641a76c060d7989fbb0caf614"><code>47a59ac</code></a> merge fix</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/b3b7ddd7a1a54d6eddbf156e1a251f48f645f10d"><code>b3b7ddd</code></a> F</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/41ab39c000ce25563bb6fad69a1c6b62b178b966"><code>41ab39c</code></a> add another test case</li>
<li><a href="https://github.com/snowflakedb/gosnowflake/commit/d50c18514d861ad69588240a75dc4181214d7527"><code>d50c185</code></a> lint</li>
<li>Additional commits viewable in <a href="https://github.com/snowflakedb/gosnowflake/compare/v1.4.0...v1.4.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.4.0&new-version=1.4.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 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants