Releases: datasette/datasette-enrichments
Releases · datasette/datasette-enrichments
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)
andself.Cancel(reason)
exceptions. #56
0.5a1
0.5a0
0.4.3
- Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. datasette#2417
0.4.2
0.4.1
0.4
- New utilities for developing enrichments that need to be configured with secrets such as API keys, taking advantage of the datasette-secrets plugin. #46