datasette 1.0a40
Datasette 1.0a40 alpha adds a background task plugin API and migrates to httpx2, carrying the same security fix as 0.65.5.
Simon Willison released Datasette 1.0a40, an alpha on the road to a stable 1.0, which includes the same security fix shipped in 0.65.5. New capabilities include a datasette.add_background_task() method letting plugins launch and manage background tasks, and a migration to httpx2 powering internal client methods like datasette.client.get(). Many bug fixes resulted from issue triage ahead of the 1.0 stable release.
- New datasette.add_background_task() API lets plugins run background tasks
- Migrated to httpx2 for internal client requests like datasette.client.get()
- Includes the same security fix as the 0.65.5 release
- Bug fixes stem from triage toward a stable 1.0
Release: datasette 1.0a40 Same security fix as 0.65.5 , plus some neat new features and bug fixes: Plugins can now launch and manage background tasks using the new datasette.add_background_task() method. Thanks, Alex Garcia . I've migrated Datasette to httpx2 for features like the internal datasette.client.get() method. A whole lot of bug fixes , many of them stemming from a recent effort to triage issues for a 1.0 stable release. Tags: security , datasette
This source does not provide full text. Read it at simonwillison.net.