keystoneauth/releasenotes/notes/support-api-wg-discovery-2cb4b0186619e124.yaml
Monty Taylor 416675f619
Update docs and add a release note
We added a bunch of new capabilities around discovery. Document them.

Change-Id: Ie0fa47e0cee918d7b8a9069eaf01931f64a54e58
2017-07-14 09:47:36 -05:00

11 lines
456 B
YAML

---
features:
- Added support for the API Working Group recommendations
on service and version discovery. New methods on
Session and Adapter, "get_endpoint_data" will return
endpoint metadata including microversion information.
Additionally, versions can be requested with a range
and with the string "latest", and interface values
can be given as a list in case a user wants to express
a 'best available' set of preferences.