python-novaclient/releasenotes/notes/microversion-v2_58-327c1031...

9 lines
363 B
YAML

---
features:
- |
Added support for microversion v2.58 which introduces pagination support
for instance actions with the help of new optional parameters ``limit``,
``marker``, and also adds the new filter ``changes-since``. Users can use
``changes-since`` filter to filter the results based on the last time the
instance action was updated.