changelog++

This commit is contained in:
Jeff Mitchell 2017-02-16 23:27:23 -05:00
parent 62e8d0b359
commit 70d51e98fd
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,16 @@
## Next (Unreleased)
DEPRECATIONS/CHANGES:
* List Operations Always Use Trailing Slash: Any list operation, whether via
the `GET` or `LIST` HTTP verb, will now internally canonicalize the path to
have a trailing slash. This makes policy writing more predictable, as it
means clients will no longer work or fail based on which client they're
using or which HTTP verb they're using. However, it also means that policies
allowing `list` capability must be carefully checked to ensure that they
contain a trailing slash; some policies may need to be split into multiple
stanzas to accommodate.
IMPROVEMENTS:
* auth/ldap: Use the value of the `LOGNAME` or `USER` env vars for the
@ -7,6 +18,7 @@ IMPROVEMENTS:
[GH-2154]
* audit: Support adding a configurable prefix (such as `@cee`) before each
line [GH-2359]
* core: Canonicalize list operations to use a trailing slash [GH-2390]
* secret/pki: O (Organization) values can now be set to role-defined values
for issued/signed certificates [GH-2369]