manila/releasenotes/notes/bp-support-query-user-message-by-timestamp-c0a02b3b3e337e12.yaml
haixin 35e82746e8 Support query user message by timestamp
Add support for querying user messages by specifying a timestamp, which
will be compared to the created_at field, and manila will return all the
messages matching to the time condition.

Partially-Implements: blueprint query-user-message-by-timestamp

Change-Id: I3d94bac4304c236f275abe7ce31432b0e2384247
2020-04-02 11:07:39 +08:00

6 lines
161 B
YAML

---
features:
- User messages can be queried by timestamp with query keys
``created_since`` and ``created_before`` starting with API
version ``2.52``.