python-manilaclient/releasenotes/notes/bp-support-query-user-messages-by-timestamp-34b70bba2d1b4d13.yaml
haixin 4c87b940d9 Support query user message by timestamp
add created_since and created_before to message-list API.

Depends-On: I3d94bac4304c236f275abe7ce31432b0e2384247
Change-Id: I91d00888d71aa3bc4a8c9aaa4d2a3e9d23d19286
Partially-Implements: blueprint query-user-message-by-timestamp
2020-04-01 09:49:19 +08:00

4 lines
155 B
YAML

---
features:
- Added ``since`` and ``before`` to messages list API. User messages can be
queried by stimestamp with API version ``2.52`` and beyond.