Release Notes
v2.14.0
Ledger release v2.14.0
Release date STG: September 6, 2024
Release date PRD: September 10, 2024
access/!check
endpoint
We implemented new endpoint that allows users to verify granted access for a certain action on a specific record or type of record. It introduces an endpoint POST /v2/{record}/access/!check
in the Ledger API for that purpose.
/v2/access/!check
to check access in ledger+server./v2/{record}s/:id/access/!check
for checking access in ledger children records (including parent ledger+server). e.g./v2/wallet/tel:123/access/!check
Ledger reporting
We introduced new generic feature of the ledger to support generation of reports.
New feature is supported via CLI and Studio.
Documentation with details about the functionality is in progress and will be added to Ledger documentation.
Query language
We further improved the possibilities for filtering records and fixed some bugs:
- implemented sorting
- implement
and
filters for each entity - added
and
filters to SQL for base entity - implemented full text search for intent
- fixed a typescript bug in filters in SDK
Improvements & Fixes
- changed
minka ledger login
tominka login
- fixed bug in CLI that caused commit mode to show before custom data input
- cache signers from proofs to grant access for better performance
- added support for
read
actions withsigner
rule - fixed intent creation based on
spend
permission - added possibility to define records in policy values
- resolved some issues in CLI with policies
- implemented job queue status endpoint
- improved access rule definition
- fixed openapi validation of policy values
- bridge-sdk: allowed using "PUT INTENTS" endpoint
- fixed
domain
enum in OpenApi docs - fixed bug with parallel runs of scheduler retries
Studio release v2.14.0
Release date STG: September 6, 2024
Release date PRD: September 10, 2024
Improvements & Fixes
- implemented bridge registration
- added support for multiple ledgers, i.e. we can now use one Studio to login to multiple ledgers in the same environment
- added new Intents functionality: search by additional criteria
- increased session duration to 1h
- implemented custom datetime component
- fixed carousel behavior for wizards
- added effect handler for member-created
- implemented home page with stats
- improved data loading and performance in general
- improved error handling across studio
- fixed issue with reports downloading:
Active ledger is not set
- fixed issue when inviting members and no circle would be shown
- circle authorization implementation