mirror of
https://github.com/documize/community.git
synced 2025-08-07 06:25:23 +02:00
Bump version to 5.11.0
This commit is contained in:
parent
a32510b8e6
commit
510e1bd0bd
370 changed files with 18825 additions and 5454 deletions
75
vendor/github.com/microsoft/go-mssqldb/CHANGELOG.md
generated
vendored
Normal file
75
vendor/github.com/microsoft/go-mssqldb/CHANGELOG.md
generated
vendored
Normal file
|
@ -0,0 +1,75 @@
|
|||
# Changelog
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Features
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Handle extended character in SQL instance names for browser lookup (#122)
|
||||
|
||||
## 1.4.0
|
||||
|
||||
### Features
|
||||
|
||||
* Adds UnmarshalJSON interface for UniqueIdentifier (#126)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Fixes MarshalText prototype for UniqueIdentifier
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Features
|
||||
|
||||
* A connector's dialer can now be used to resolve DNS if the dialer implements the `HostDialer` interface
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Features
|
||||
|
||||
* `admin` protocol for dedicated administrator connections
|
||||
|
||||
### Changed
|
||||
|
||||
* Added `Hidden()` method to `ProtocolParser` interface
|
||||
|
||||
## 0.21.0
|
||||
|
||||
### Features
|
||||
|
||||
* Updated azidentity to 1.2.1, which adds in memory cache for managed credentials ([#90](https://github.com/microsoft/go-mssqldb/pull/90))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Fixed uninitialized server name in TLS config ([#93](https://github.com/microsoft/go-mssqldb/issues/93))([#94](https://github.com/microsoft/go-mssqldb/pull/94))
|
||||
* Fixed several kerberos authentication usages on Linux with new krb5 authentication provider. ([#65](https://github.com/microsoft/go-mssqldb/pull/65))
|
||||
|
||||
### Changed
|
||||
|
||||
* New kerberos authenticator implementation uses more explicit connection string parameters.
|
||||
|
||||
| Old | New |
|
||||
|--------------|--------------------|
|
||||
| krb5conffile | krb5-configfile |
|
||||
| krbcache | krb5-credcachefile |
|
||||
| keytabfile | krb5-keytabfile |
|
||||
| realm | krb5-realm |
|
||||
|
||||
## 0.20.0
|
||||
|
||||
### Features
|
||||
|
||||
* Add driver version and name to TDS login packets
|
||||
* Add `pipe` connection string parameter for named pipe dialer
|
||||
* Expose network errors that occur during connection establishment. Now they are
|
||||
wrapped, and can be detected by using errors.As/Is practise. This connection
|
||||
errors can, and could even before, happen anytime the sql.DB doesn't have free
|
||||
connection for executed query.
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Added checks while reading prelogin for invalid data ([#64](https://github.com/microsoft/go-mssqldb/issues/64))([86ecefd8b](https://github.com/microsoft/go-mssqldb/commit/86ecefd8b57683aeb5ad9328066ee73fbccd62f5))
|
||||
|
||||
* Fixed multi-protocol dialer path to avoid unneeded SQL Browser queries
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue