Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Upcoming
- ``/v0/admin/users/offboard``:
Offboarding a user now also deletes the ledger API user in the participant node.

- Scan

- Added a ``record_time_match`` property to ``/v0/state/acs``, ``/v0/holdings/state`` and ``/v0/holdings/summary`` API requests.
Finds a snapshot that exactly matches the specified ``record_time`` if set to ``exact`` (default),
or finds the first snapshot at or before the specified ``record_time`` if set to ``at-or-before```.

0.4.22
------

Expand All @@ -34,12 +40,6 @@ Upcoming
is in catchup mode because there are too many markers.
Catchup mode only triggers when one or more of the SVs failed to convert the markers assigned to them for too long.

- Scan

- Added a ``record_time_match`` property to ``/v0/state/acs``, ``/v0/holdings/state`` and ``/v0/holdings/summary`` API requests.
Finds a snapshot that exactly matches the specified ``record_time`` if set to ``exact`` (default),
or finds the first snapshot at or before the specified ``record_time`` if set to ``at-or-before```.

0.4.21
------

Expand Down