keystone/releasenotes/notes/bug-1696574-15a728396350a95a.yaml
Lance Bragstad eb274afdb4 Document and add release note for HEAD APIs
Now that all GET APIs have a corresponding HEAD API, we can add a
formal statement about support and a release note.

Change-Id: Ia5569311f91d87b40d064595ce2c8d69461fbab7
Closes-Bug: 1696574
2017-06-27 21:15:44 +00:00

9 lines
332 B
YAML

---
fixes:
- |
[`bug 1696574 <https://bugs.launchpad.net/keystone/+bug/1696574>`_]
All GET APIs within keystone now have support for HEAD, if not already
implemented. All new HEAD APIs have the same response codes and headers as
their GET counterparts. This aids in client-side processing, especially
caching.