Skip to content

Releases: datasette/datasette-secrets

0.3a0

11 Nov 01:56

Choose a tag to compare

0.3a0 Pre-release
Pre-release

0.2

26 Apr 23:20

Choose a tag to compare

  • First non-alpha release.
  • Now compatible with both Datasette < 1.0 and Datasette >= 1.0a. #15

0.1a4

25 Apr 02:24
4abb7c3

Choose a tag to compare

0.1a4 Pre-release
Pre-release
  • Fix 500 error on table page if plugin is not fully configured. #14

0.1a3

24 Apr 23:22

Choose a tag to compare

0.1a3 Pre-release
Pre-release
  • Fixed bug where get_secret() would fail with an error if the datasette_secrets table was missing. #13

0.1a2

24 Apr 22:07
e930f22

Choose a tag to compare

0.1a2 Pre-release
Pre-release
  • 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

0.1a1

23 Apr 05:34

Choose a tag to compare

0.1a1 Pre-release
Pre-release
  • 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

0.1a0

23 Apr 05:05
a537bd0

Choose a tag to compare

0.1a0 Pre-release
Pre-release
  • Initial alpha preview release. #1