Skip to content

build(deps): bump github.com/microsoft/go-mssqldb from 1.8.2 to 1.9.2 #45183

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2025

Bumps github.com/microsoft/go-mssqldb from 1.8.2 to 1.9.2.

Changelog

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

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)
  • Fix: apply guidConversion option in TestBulkcopy (#255)

Features

  • support configuring custom time.Location for datetime encoding and decoding via DSN (#260)
  • Implement support for the latest Azure credential types in the azuread package (#269)
Commits
  • 5a620f4 Fix: make the message queue model work correctly (#277)
  • cf6d86d Restore tests against Azure resources (#276)
  • e798eb7 updating version (oops) (#275)
  • 59e2032 fix build breaks (#274)
  • 5356bbc feat: support configuring custom time.Location for datetime encoding and deco...
  • 116a21e Fix bulk insert failure with datetime values near midnight due to day overflo...
  • 418c250 fix stuck message queue (#273)
  • 48e8e0a Fix: apply guidConversion option in TestBulkcopy (#255)
  • 696c95e feat: Implement support for the latest Azure credential types in the azuread ...
  • 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 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)

Bumps [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) from 1.8.2 to 1.9.2.
- [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.8.2...v1.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automation dependabot GitHub Dependabot Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team labels Jul 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 4, 2025 06:09
@dependabot dependabot bot added automation Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team dependabot GitHub Dependabot labels Jul 4, 2025
Copy link
Contributor

github-actions bot commented Jul 4, 2025

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

Copy link
Contributor

mergify bot commented Jul 4, 2025

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @dependabot[bot]? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@shmsr shmsr added the backport-active-all Automated backport with mergify to all the active branches label Jul 8, 2025
@shmsr
Copy link
Member

shmsr commented Jul 14, 2025

Test Plan: MSSQL Module

Test Environment

  • Microsoft SQL Server Version: mcr.microsoft.com/azure-sql-edge (latest)
  • github.com/microsoft/go-mssqldb Version: 1.9.2 (upgraded from 1.8.2)

Test Results

Test Case Status Notes
Basic Connectivity
Transaction log Metricset
Performance Metricset
All Metricsets Ran it for a while to check if connections are constantly rising
Invalid Connection
Diff of documents produced by MSSQL module with older v/s newer version of the lib The diff seems to be correct and I do not see any any issues

@shmsr shmsr removed the backport-active-all Automated backport with mergify to all the active branches label Jul 14, 2025
Copy link
Contributor

mergify bot commented Jul 14, 2025

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @dependabot[bot]? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

Copy link
Contributor

@tommyers-elastic tommyers-elastic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shmsr shmsr merged commit 41efeb3 into main Jul 14, 2025
205 checks passed
@shmsr shmsr deleted the dependabot/go_modules/main/github.com/microsoft/go-mssqldb-1.9.2 branch July 14, 2025 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation dependabot GitHub Dependabot Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants