blob: 305e7561d6132bd7868e41a6f420fa5e32c43a2b [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
6 micoversion in the response header to another microversion using the
7 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.