Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 08:56

Docs: https://kochetkov-ma.github.io/brewpage-openapi/
API Reference: https://kochetkov-ma.github.io/brewpage-openapi/api-reference/

v1.1.0 (2026-04-20)

Added

  • Sites API: multi-file site upload via ZIP archive or individual files with paths
  • Sites endpoints: POST /api/sites, GET /api/sites/{ns}/{id}, GET /api/sites/{ns}/{id}/files/{filePath}, DELETE /api/sites/{ns}/{id}
  • Schemas: SiteUploadResponse, SiteInfoResponse, SiteFileInfo
  • MCP tool publish_site: publish a multi-file HTML site from Claude Desktop or Claude Code

Changed

  • OpenAPI spec version bumped from 1.0.0 to 1.1.0
  • README rewritten with open-source layer declaration and ToC
  • All docs and wiki updated with Sites API examples