Skip to content

Release v1.10.1

Choose a tag to compare

@github-actions github-actions released this 03 Feb 08:07
· 355 commits to main since this release

Release Notes

🚀 Features

  • Initialization: Added intelligent access, MCPCAN template, and OpenAPI document initialization. (c443abf, a0ef2df, 1578507)
  • Protocol: Added STREAMABLE_HTTP support. (e0f453b)
  • Market: Supported instance creation with market. (6b7a10a)
  • Coze Integration: Supported personal UUID validation for Coze sync. (2ef029d)
  • Templates: Updated template model. (80a306d, b024de1)

🐛 Bug Fixes

  • Instance: Fixed access type check logic during restart/disable. (cb8feb2)
  • Initialization: Fixed repeated OpenAPI base package initialization. (4767296)
  • General: Fixed various operation issues. (75df227)

♻️ Refactor

  • Initialization: Refactored MCP template initialization and standardized field values. (946784c, 2a786d0)
  • Templates: Simplified deployment templates and removed environment association logic. (03887df, 7f2064d)

📝 Documentation & UI

🔧 Chore