You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If two secrets are registered with the same name, the first one wins (its description will be used instead of the later ones). #10
The secrets display table now shows username or name if available for the "updated by" column. #11
The Secret() class used to register secrets from other plugins now has properties name, description, obtain_url and obtain_label - the latter three replace the old description_html field. #12
The last_used_at and last_used_by columns are now updated every time the get_secret() function is called - it takes an optional third argument with the actor ID to record in last_used_by. #4
Removed the redacted column from the table schema. #6