Releases: microsoft/go-mssqldb
Releases · microsoft/go-mssqldb
v1.7.2
Fixes regressions in handing of sql.Nullxxx
types introduced by the Always Encrypted changes.
What's Changed
- fix: support nullable types for bulkcopy by @vecknishwaran in #192
- Fix: Use correct scope for Entra authentication by @shueybubbles in #198
- Fix: handle sql.NullTime parameters by @shueybubbles in #195
New Contributors
- @vecknishwaran made their first contribution in #192
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- fix: protocol version by @srdan-bozovic-msft in #131
- Implement Always Encrypted by @shueybubbles in #116
- Update README.md Title by @dlevy-msft in #143
- Feat: Implement change password during login by @shueybubbles in #141
- Implement AKV key provider for always encrypted by @shueybubbles in #148
- feat: Add device code and Az CLI auth types to azuread by @shueybubbles in #149
- TDS8: Accept additional values for encrypt by @apoorvdeshmukh in #125
- Add note on CLI authentication by @dlevy-msft in #151
- fix(CharsetToUTF8): use strings.Builder by @konart in #154
- Add support for DER certificates by @apoorvdeshmukh in #152
- Replace panic with returning errors from key decryption providers by @shueybubbles in #155
- Feat: Allow krb5 config through environment variables by @shueybubbles in #157
- fix: Added multisubnetfailover option, set to false to prevent issue #158 by @abairmj in #159
- Fix mappings between LCIDs and code pages. by @shueybubbles in #169
- Cut string output parameter fix by @El-76 in #168
- Lazy initialization of charset maps by @toddtreece in #166
- Handle alternate form of prelogin response by @shueybubbles in #175
- Handle
NULL
values inUniqueIdentifier.Scan()
by @ngehrsitz in #163 - Fix: Support nullable types in Always Encrypted by @shueybubbles in #179
- Fix named pipe path handling to preserve "." by @shueybubbles in #178
New Contributors
- @srdan-bozovic-msft made their first contribution in #131
- @konart made their first contribution in #154
- @abairmj made their first contribution in #159
- @El-76 made their first contribution in #168
- @toddtreece made their first contribution in #166
- @ngehrsitz made their first contribution in #163
Full Changelog: v1.5.0...v1.7.1
V1.5.0
What's Changed
- go mod vendor npipe to this repo by @shueybubbles in #118
- Enable dependabot for pkg updates by @apoorvdeshmukh in #119
- fix: mips and mipsel builds by @powersj in #124
- Allow for local dns resolution with a custom dialer by @stephaniehingtgen in #121
- Fixes MarshalText and adds UnmarshalJSON interface for UniqueIdentifier by @Musab-Nazir in #126
- Update README.md by @dlevy-msft in #132
- Fix: Handle extended chars in SQL instance names by @shueybubbles in #138
New Contributors
- @powersj made their first contribution in #124
- @stephaniehingtgen made their first contribution in #121
- @Musab-Nazir made their first contribution in #126
- @dlevy-msft made their first contribution in #132
Full Changelog: v1.1.0...v1.5.0
v1.1.0
v0.16.0
What's Changed
- update azidentity to 1.0 by @shueybubbles in #34
- Move optimized ucs22str function to 64bit only by @shueybubbles in #43
- add tlsmin connection parameter by @shueybubbles in #45
Full Changelog: v0.15.0...v0.16.0