Skip to content

deps(deps): bump github.com/microsoft/go-mssqldb from 1.9.8 to 1.10.0 in the go-mssqldb group#748

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mssqldb-7716ddeb4f
Open

deps(deps): bump github.com/microsoft/go-mssqldb from 1.9.8 to 1.10.0 in the go-mssqldb group#748
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-mssqldb-7716ddeb4f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the go-mssqldb group with 1 update: github.com/microsoft/go-mssqldb.

Updates github.com/microsoft/go-mssqldb from 1.9.8 to 1.10.0

Release notes

Sourced from github.com/microsoft/go-mssqldb's releases.

v1.10.0

1.10.0 (2026-04-25)

Features

  • add devcontainer for VS Code and GitHub Codespaces (#317) (b55beeb)
  • add FailoverPartnerSPN connection string parameter (#327) (ea77c2e)
  • add NewConnectorWithProcessQueryText for mssql driver compatibility (#341) (2be611f)
  • add nullable civil types for date/time parameters (#325) (c10fa99)

Bug Fixes

  • allow named pipe protocol support for ARM64 Windows (#232) (a82c058)
  • configure release-please with PAT and correct component mapping (#349) (23bac05)
  • detect server-aborted transactions to prevent silent auto-commit (XACT_ABORT) (#370) (586ea53)
  • expose TrustServerCertificate in msdsn.Config and URL round-trip (#312) (9937cfe)
  • handle COLINFO (0xA5) and TABNAME (0xA4) TDS tokens returned by tables with triggers (#343) (7c905ad)
  • implement driver.DriverContext interface (#365) (1b610a0), closes #236
  • make readCancelConfirmation respect context cancellation (#359) (65e137f)
  • replace broken AppVeyor badge with GitHub Actions badge (#334) (d3429f5)
  • return interface{} scanType for sql_variant instead of nil (#362) (296a83a), closes #186
  • sanitize credentials from connection string parsing errors (#319) (93f5ef0)
  • surface server errors from Rows.Close() during token drain (#361) (ea69792), closes #244
Changelog

Sourced from github.com/microsoft/go-mssqldb's changelog.

1.10.0 (2026-04-25)

Features

  • add devcontainer for VS Code and GitHub Codespaces (#317) (b55beeb)
  • add FailoverPartnerSPN connection string parameter (#327) (ea77c2e)
  • add NewConnectorWithProcessQueryText for mssql driver compatibility (#341) (2be611f)
  • add nullable civil types for date/time parameters (#325) (c10fa99)

Bug Fixes

  • allow named pipe protocol support for ARM64 Windows (#232) (a82c058)
  • configure release-please with PAT and correct component mapping (#349) (23bac05)
  • detect server-aborted transactions to prevent silent auto-commit (XACT_ABORT) (#370) (586ea53)
  • expose TrustServerCertificate in msdsn.Config and URL round-trip (#312) (9937cfe)
  • handle COLINFO (0xA5) and TABNAME (0xA4) TDS tokens returned by tables with triggers (#343) (7c905ad)
  • implement driver.DriverContext interface (#365) (1b610a0), closes #236
  • make readCancelConfirmation respect context cancellation (#359) (65e137f)
  • replace broken AppVeyor badge with GitHub Actions badge (#334) (d3429f5)
  • return interface{} scanType for sql_variant instead of nil (#362) (296a83a), closes #186
  • sanitize credentials from connection string parsing errors (#319) (93f5ef0)
  • surface server errors from Rows.Close() during token drain (#361) (ea69792), closes #244

1.9.6

Features

  • Added new serverCertificate connection parameter for byte-for-byte certificate validation, matching Microsoft.Data.SqlClient behavior. This parameter skips hostname validation, chain validation, and expiry checks, only verifying that the server's certificate exactly matches the provided file. This is useful when the server's hostname doesn't match the certificate CN/SAN. (#304)
  • The existing certificate parameter maintains backward compatibility with traditional X.509 chain validation including hostname checks, expiry validation, and chain-of-trust verification.
  • serverCertificate cannot be used with certificate or hostnameincertificate parameters to prevent conflicting validation methods.

1.9.3

Bug fixes

  • Fix parsing of ADO connection strings with double-quoted values containing semicolons (#282)

1.9.2

Bug fixes

  • Fix race condition in message queue query model (#277)

1.9.1

Bug fixes

  • Fix bulk insert failure with datetime values near midnight due to day overflow (#271)

... (truncated)

Commits
  • f92e6f0 chore(main): release 1.10.0 (#351)
  • 03094d0 ci: add least-privilege permissions and pin actions to SHA (#354)
  • 65e137f fix: make readCancelConfirmation respect context cancellation (#359)
  • c10fa99 feat: add nullable civil types for date/time parameters (#325)
  • 9937cfe fix: expose TrustServerCertificate in msdsn.Config and URL round-trip (#312)
  • 429c61d chore(deps): bump googleapis/release-please-action from 4.4.1 to 5.0.0 in the...
  • ea77c2e feat: add FailoverPartnerSPN connection string parameter (#327)
  • 04d26c2 ci: add devcontainer build validation workflow (#355)
  • b55beeb feat: add devcontainer for VS Code and GitHub Codespaces (#317)
  • 586ea53 fix: detect server-aborted transactions to prevent silent auto-commit (XACT_A...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-mssqldb group with 1 update: [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb).


Updates `github.com/microsoft/go-mssqldb` from 1.9.8 to 1.10.0
- [Release notes](https://github.com/microsoft/go-mssqldb/releases)
- [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md)
- [Commits](microsoft/go-mssqldb@v1.9.8...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mssqldb
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 30, 2026
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants