Skip to content

Releases: datasette/datasette-enrichments

0.6a0

06 Nov 00:10

Choose a tag to compare

0.6a0 Pre-release
Pre-release
  • Add actor_id parameter to enrich_batch() method. #59
  • Upgrade for Datasette 1.0a21. #61

0.5.1

05 May 14:53
4a33a1d

Choose a tag to compare

  • Fixed error about a missing table on server startup for some environments. #58

0.5

15 Jan 20:56

Choose a tag to compare

0.5
  • UI for viewing status of enrichment jobs. #51
  • Pause, resume and cancel buttons. #17
  • Visible progress bar on table with running enrichments. #52
  • Table and database action menu items for viewing enrichment runs. #53
  • Enrichments continue running after a server restart. #54
  • An enrichment permission is now correctly registered with Datasette 1.0a+. #55
  • Enrichments can pause or cancel themselves by raising the new self.Pause(reason) and self.Cancel(reason) exceptions. #56

0.5a1

15 Jan 19:25

Choose a tag to compare

0.5a1 Pre-release
Pre-release
  • Pause, resume, cancel buttons for jobs. #17
  • Enrichments can raise self.Pause("message") or self.Cancel("message") exceptions inside their enrich_batch() methods. #56

0.5a0

14 Jan 18:46

Choose a tag to compare

0.5a0 Pre-release
Pre-release
  • New /-/enrich/databasename/-/jobs listing page /-/enrich/databasename/-/jobs/123 detail page. #51
  • Visible progress bar on tables that have enrichments running. #52
  • Table and database action menu items to view previous runs. #53
  • Continue any enrichment runs after a server restart. #54

0.4.3

03 Sep 17:31

Choose a tag to compare

  • Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. datasette#2417

0.4.2

27 Apr 22:44

Choose a tag to compare

  • The get_config_form() method is now optional when implementing an enrichment, as previously incorrectly described in the documentation. #44

0.4.1

27 Apr 22:04

Choose a tag to compare

  • Removed breakpoint() calls in an error path that should not have been released. #49

0.4

27 Apr 06:03
67708b6

Choose a tag to compare

0.4

0.3.2

09 Apr 20:06
b0b65ab

Choose a tag to compare

  • Handle case where no enrichments plugins are installed. #43
  • Added description to the menu items.