Skip to content

chore(go/adbc): bump github.com/snowflakedb/gosnowflake from 1.19.0 to 1.19.1 in /go/adbc#4220

Merged
zeroshade merged 1 commit into
mainfrom
dependabot/go_modules/go/adbc/github.com/snowflakedb/gosnowflake-1.19.1
Apr 14, 2026
Merged

chore(go/adbc): bump github.com/snowflakedb/gosnowflake from 1.19.0 to 1.19.1 in /go/adbc#4220
zeroshade merged 1 commit into
mainfrom
dependabot/go_modules/go/adbc/github.com/snowflakedb/gosnowflake-1.19.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Bumps github.com/snowflakedb/gosnowflake from 1.19.0 to 1.19.1.

Release notes

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

Release

Changelog

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

1.19.1

New features:

  • Dropped support for Go 1.23 and added support for Go 1.26.

Internal changes:

  • Added libc family, version and dynamic linking marker to client environment telemetry.

Bug fixes:

  • Fixed minicore crash (SIGFPE) on fully statically linked Linux binaries by detecting static linking via ELF PT_INTERP inspection and skipping dlopensnowflakedb/gosnowflake#1721
Commits
  • c543aea SNOW-3190331 Bumped patch version 1.9.0 -> 1.9.1 (#1770)
  • 3cadadf SNOW-3247679 Implement libc family and version detection (#1753)
  • 08baf1f NO-SNOW Update v1-backports to fresh CI builds definition (#1759)
  • 69a47a8 NO-SNOW Run CI for all pushes including v1-backports (#1754)
  • 533c761 NO-SNOW Remove decfloat parameters from tests (#1758)
  • 78aab44 NO-SNOW Refresh test certificates (#1755)
  • 914dc10 SNOW-3097839 minicore: detect static linking via ELF inspection to prevent SI...
  • See full diff 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 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 [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/v1.19.1/CHANGELOG.md)
- [Commits](snowflakedb/gosnowflake@v1.19.0...v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependabot-only go Pull requests that update Go code labels Apr 14, 2026
@dependabot dependabot Bot requested a review from zeroshade as a code owner April 14, 2026 20:25
@dependabot dependabot Bot added dependencies Dependabot-only go Pull requests that update Go code labels Apr 14, 2026
@zeroshade zeroshade merged commit a2d32de into main Apr 14, 2026
38 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/go/adbc/github.com/snowflakedb/gosnowflake-1.19.1 branch April 14, 2026 20:56
tokoko pushed a commit to tokoko/arrow-adbc that referenced this pull request May 29, 2026
…o 1.19.1 in /go/adbc (apache#4220)

Bumps
[github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake)
from 1.19.0 to 1.19.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">Go
Snowflake for release notes</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/snowflakedb/gosnowflake/blob/v1.19.1/CHANGELOG.md">github.com/snowflakedb/gosnowflake's
changelog</a>.</em></p>
<blockquote>
<h2>1.19.1</h2>
<p>New features:</p>
<ul>
<li>Dropped support for Go 1.23 and added support for Go 1.26.</li>
</ul>
<p>Internal changes:</p>
<ul>
<li>Added libc family, version and dynamic linking marker to client
environment telemetry.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed minicore crash (SIGFPE) on fully statically linked Linux
binaries by detecting static linking via ELF PT_INTERP inspection and
skipping
<code>dlopen</code><code>snowflakedb/gosnowflake#1721</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/c543aeae24b17d9723d65d9f364d2f6f483544df"><code>c543aea</code></a>
SNOW-3190331 Bumped patch version 1.9.0 -&gt; 1.9.1 (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1770">#1770</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/3cadadf09c870721ddae1616632b4ffaf02d6394"><code>3cadadf</code></a>
SNOW-3247679 Implement libc family and version detection (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1753">#1753</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/08baf1f22add4a9cf57d3f9eb22fdc23b0fe79fc"><code>08baf1f</code></a>
NO-SNOW Update v1-backports to fresh CI builds definition (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1759">#1759</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/69a47a865d53f4cc8b554341c58ec8a52ab67853"><code>69a47a8</code></a>
NO-SNOW Run CI for all pushes including v1-backports (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1754">#1754</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/533c761a31f45d8fc6422d668bbe320e9667a932"><code>533c761</code></a>
NO-SNOW Remove decfloat parameters from tests (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1758">#1758</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/78aab44615b395a23387bee284bc91f4a970efc8"><code>78aab44</code></a>
NO-SNOW Refresh test certificates (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1755">#1755</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/914dc109f510be08ae648af6d22e428a60a940e7"><code>914dc10</code></a>
SNOW-3097839 minicore: detect static linking via ELF inspection to
prevent SI...</li>
<li>See full diff in <a
href="https://github.com/snowflakedb/gosnowflake/compare/v1.19.0...v1.19.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.19.0&new-version=1.19.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependabot-only go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant