Skip to content

Releases: kochetkov-ma/brewpage-openapi

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:16

Full Changelog: v1.6.0...v1.7.0

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 10:14

Full Changelog: v1.5.1...v1.6.0

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 21 May 13:10

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 21 May 12:03

Full Changelog: v1.4.0...v1.5.0

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 12 May 12:17

What's Changed

  • feat(mcp): add server.json for Official MCP Registry (v1.3.2) by @kochetkov-ma in #1
  • fix(mcp): trim server.json description to <=100 chars by @kochetkov-ma in #2
  • docs(mcp): add 400x400 logo for marketplaces by @kochetkov-ma in #3

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 05 May 14:53

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 03 May 19:44

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 01 May 13:18

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Apr 11:43

Full Changelog: v1.1.0...v1.1.1

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