File: support-api-wg-discovery-2cb4b0186619e124.yaml

package info (click to toggle)
python-keystoneauth1 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 23,552; xml: 285; makefile: 93; sh: 2
file content (10 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
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.