changelog++

This commit is contained in:
vishalnayak 2017-10-27 11:29:30 -04:00
parent b16084fdaf
commit f16e164753
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
## 0.8.4 (Unreleased)
DEPRECATIONS/CHANGES:
* aws-ec2: 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 nonce to the login
endpoint. The custom nonce set by the client will from now on, not be
returned back with the authentication response, and hence not audit logged.
IMPROVEMENTS:
* api: Add ability to set custom headers on each call [GH-3394]