Datasette 1.0a40 Alpha Release Introduces Background Tasks
Originally published on Simon Willison's Weblog by Simon Willison
Summary & Key Takeaways
Datasette 1.0a40 alpha release is now available with new features and bug fixes. Plugins can now launch and manage background tasks using datasette.add_background_task(). The internal client has been migrated to httpx2 for enhanced features. This release includes a security fix, also present in version 0.65.5. Many bug fixes are included as part of the push towards a stable 1.0 release.
Our Commentary
Simon Willison keeps pushing Datasette forward. The addition of background tasks for plugins is a solid step, opening up new possibilities for data processing directly within the tool. We're watching the 1.0 stable release with interest; it feels like a significant milestone for the project. It's always good to see a project mature like this.