Slow connection and big metadata
As we need to decrypt all secret metadatum to print list of secret (to filter, order etc...), it takes some time to decrypt every metadatum separately...
This release introduce metadatacache which contains last metadata privately encrypted for your user. It's really quick to decrypt it before doing the classic decryption of potential new metadata version.
Having exact metadata is not mandatory to open secret so metadatacache are used instead waiting for the real one to be decrypted.
Also as the encrypted metadatacache could grow, there is no more timeout on the get user info to prevent slow connection to switch offline.