schema-explorer
schema-explorer copied to clipboard
chore(deps): Bump github.com/microsoft/go-mssqldb from 1.6.0 to 1.7.1
Bumps github.com/microsoft/go-mssqldb from 1.6.0 to 1.7.1.
Release notes
Sourced from github.com/microsoft/go-mssqldb's releases.
v1.7.1
What's Changed
- fix: protocol version by
@srdan-bozovic-msftin microsoft/go-mssqldb#131- Implement Always Encrypted by
@shueybubblesin microsoft/go-mssqldb#116- Update README.md Title by
@dlevy-msftin microsoft/go-mssqldb#143- Feat: Implement change password during login by
@shueybubblesin microsoft/go-mssqldb#141- Implement AKV key provider for always encrypted by
@shueybubblesin microsoft/go-mssqldb#148- feat: Add device code and Az CLI auth types to azuread by
@shueybubblesin microsoft/go-mssqldb#149- TDS8: Accept additional values for encrypt by
@apoorvdeshmukhin microsoft/go-mssqldb#125- Add note on CLI authentication by
@dlevy-msftin microsoft/go-mssqldb#151- fix(CharsetToUTF8): use strings.Builder by
@konartin microsoft/go-mssqldb#154- Add support for DER certificates by
@apoorvdeshmukhin microsoft/go-mssqldb#152- Replace panic with returning errors from key decryption providers by
@shueybubblesin microsoft/go-mssqldb#155- Feat: Allow krb5 config through environment variables by
@shueybubblesin microsoft/go-mssqldb#157- fix: Added multisubnetfailover option, set to false to prevent issue #158 by
@abairmjin microsoft/go-mssqldb#159- Fix mappings between LCIDs and code pages. by
@shueybubblesin microsoft/go-mssqldb#169- Cut string output parameter fix by
@El-76in microsoft/go-mssqldb#168- Lazy initialization of charset maps by
@toddtreecein microsoft/go-mssqldb#166- Handle alternate form of prelogin response by
@shueybubblesin microsoft/go-mssqldb#175- Handle
NULLvalues inUniqueIdentifier.Scan()by@ngehrsitzin microsoft/go-mssqldb#163- Fix: Support nullable types in Always Encrypted by
@shueybubblesin microsoft/go-mssqldb#179- Fix named pipe path handling to preserve "." by
@shueybubblesin microsoft/go-mssqldb#178New Contributors
@srdan-bozovic-msftmade their first contribution in microsoft/go-mssqldb#131@konartmade their first contribution in microsoft/go-mssqldb#154@abairmjmade their first contribution in microsoft/go-mssqldb#159@El-76made their first contribution in microsoft/go-mssqldb#168@toddtreecemade their first contribution in microsoft/go-mssqldb#166@ngehrsitzmade their first contribution in microsoft/go-mssqldb#163Full Changelog: https://github.com/microsoft/go-mssqldb/compare/v1.5.0...v1.7.1
Changelog
Sourced from github.com/microsoft/go-mssqldb's changelog.
Changelog
1.7.0
Changed
- Changed always encrypted key provider error handling not to panic on failure
Features
- Support DER certificates for server authentication (#152)
Bug fixes
- Improved speed of CharsetToUTF8 (#154)
1.7.0
Changed
- krb5 authenticator supports standard Kerberos environment variables for configuration
Commits
ada30cbFix named pipe path handling to preserve "." (#178)80b58f2Fix: Support nullable types in Always Encrypted (#179)fe7c3d4Feat: Add NullableUniqueIdentifier typef37ff1dHandle alternate form of prelogin response (#175)b650081Lazy initialization of charset maps (#166)5821c4eCut string output parameter fix (#168)5738a68Fix mappings between LCIDs and code pages. (#169)c902b67fix: Added multisubnetfailover option, set to false to prevent issue #158 (#159)2b177e8Feat: Allow krb5 config through environment variables (#157)670fd58Replace panic with returning errors from key decryption providers (#155)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)