changelog++

This commit is contained in:
Jeff Mitchell 2017-05-11 16:41:00 -04:00
parent 8675332afa
commit 96b57b89f6

View File

@ -60,8 +60,10 @@ IMPROVEMENTS:
* cli/revoke: Add `-self` option to allow revoking the currently active token * cli/revoke: Add `-self` option to allow revoking the currently active token
[GH-2596] [GH-2596]
* core: Randomize x coordinate in Shamir shares [GH-2621] * core: Randomize x coordinate in Shamir shares [GH-2621]
* tidy: Improvements to `auth/token/tidy` and `sys/leases/tidy` to handle more * replication: Fix a bug when enabling `approle` on a primary before
cleanup cases [GH-2452] secondaries were connected
* replication: Add heartbeating to ensure firewalls don't kill connections to
primaries
* secret/pki: Add `no_store` option that allows certificates to be issued * secret/pki: Add `no_store` option that allows certificates to be issued
without being stored. This removes the ability to look up and/or add to a without being stored. This removes the ability to look up and/or add to a
CRL but helps with scaling to very large numbers of certificates. [GH-2565] CRL but helps with scaling to very large numbers of certificates. [GH-2565]
@ -78,6 +80,8 @@ IMPROVEMENTS:
requests [GH-2466] requests [GH-2466]
* storage/s3: Use pooled transport for http client [GH-2481] * storage/s3: Use pooled transport for http client [GH-2481]
* storage/swift: Allow domain values for V3 authentication [GH-2554] * storage/swift: Allow domain values for V3 authentication [GH-2554]
* tidy: Improvements to `auth/token/tidy` and `sys/leases/tidy` to handle more
cleanup cases [GH-2452]
BUG FIXES: BUG FIXES: