Technology
Wagtail releases version 8.0 with new opt-in v3 API for content automation
The open-source content management system introduces an auto-generated OpenAPI schema and over 50 programmatic operations.
The short version
- Wagtail has launched version 8.0 featuring a preview of an opt-in v3 API designed to automate administrative content operations.
- The update includes support for Markdown rich text, bearer token authentication, auto-generated OpenAPI schemas, and endpoints for Django models.
- developers and content operators are affected, gaining the ability to script administrative tasks or integrate external AI agents without UI alterations.
- The v3 API is currently in preview, with the development team gathering community feedback ahead of a final release in version 8.1 expected in a few weeks.
Key facts
- Wagtail released version 8.0 featuring a new opt-in v3 API focused on automating content operations.[Hacker News]
- The new API provides over 50 administrative operations covering pages, images, and documents.[Hacker News]
- Capabilities of the v3 API include an auto-generated OpenAPI schema, Markdown rich text support, bearer token authentication, and endpoints for Django models.[Hacker News]
- The v3 API features are built using Django Ninja, Pydantic, and type hints verified by ty.[Hacker News]
- The API implementation is currently released as a preview, with version 8.1 expected in a few weeks following community feedback.[Hacker News]
What remains uncertain
- The exact release timeline for version 8.1 depends on user feedback gathered during the 8.0 preview period.[Hacker News]