blob: cc6c51bb1812ce966b10e1ff9ea0a9a8011f3adb [file] [log] [blame]
Felipe Monteiro9ff5c282017-06-21 21:05:07 +01001---
2features:
3 - |
4 Add a new function called ``compare_version_header_to_response`` to
5 ``tempest.lib.common.api_version_utils``, which compares the API
zhufl1382e972018-03-19 09:59:55 +08006 microversion in the response header to another microversion using the
Felipe Monteiro9ff5c282017-06-21 21:05:07 +01007 comparators defined in
8 ``tempest.lib.common.api_version_request.APIVersionRequest``.
9
10 It is now possible to determine how to retrieve an attribute from a
11 response body of an API call, depending on the returned microversion.
12
13 Add a new exception type called ``InvalidParam`` to
14 ``tempest.lib.exceptions``, allowing the possibility of raising an
15 exception if an invalid parameter is passed to a library function.