changelog++
This commit is contained in:
parent
d229d7d5b0
commit
595c9032c8
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,11 @@
|
|||
|
||||
DEPRECATIONS/CHANGES:
|
||||
|
||||
* API HTTP client behavior: When calling `NewClient` the API no longer
|
||||
modifies the provided client/transport. In particular this means it will no
|
||||
longer enable redirection limiting and HTTP/2 support on custom clients. It
|
||||
is suggested that if you want to make changes to an HTTP client that you use
|
||||
one created by `DefaultConfig` as a starting point.
|
||||
* AWS EC2 client nonce behavior: The client nonce generated by the backend
|
||||
that gets returned along with the authentication response will be audited in
|
||||
plaintext. If this is undesired, the clients can choose to supply a custom
|
||||
|
@ -32,10 +37,13 @@ IMPROVEMENTS:
|
|||
BUG FIXES:
|
||||
|
||||
* api: Fix panic when setting a custom HTTP client but with a nil transport
|
||||
[GH-3437]
|
||||
[GH-3435] [GH-3437]
|
||||
* auth/radius: Fix logging in in some situations [GH-3461]
|
||||
* core: Fix memleak when a connection would connect to the cluster port and
|
||||
then go away [GH-3513]
|
||||
* core: Fix panic if a single-use token is used to step-down or seal [GH-3497]
|
||||
* core: Set rather than add headers to prevent some duplicated headers in
|
||||
responses when requests were forwarded to the active node [GH-3485]
|
||||
* physical/etcd3: Fix some listing issues due to how etcd3 does prefix
|
||||
matching [GH-3406]
|
||||
* physical/file: Fix listing when underscores are the first component of a
|
||||
|
|
Loading…
Reference in New Issue