Skip to content

v0.27.4

Choose a tag to compare

@github-actions github-actions released this 30 Apr 15:36
· 507 commits to master since this release

🐛 Bug Fixes

  • Fixed health check endpoint by @arkohut

    • Updated health check endpoint from /health to /api/health for consistency with the new API structure
    • This ensures proper health monitoring of the server
  • Added missing dependency by @arkohut

    • Added tabulate package to project dependencies
    • This ensures proper table formatting functionality

🔧 Refactoring

  • Removed 'watch' command from server-dependent commands list by @arkohut
    • Simplified command structure by removing redundant watch command
    • This improves command organization and reduces potential confusion

This release focuses on improving API consistency and command structure while ensuring all necessary dependencies are properly included.

Full Changelog: v0.27.2...v0.27.4


🐛 错误修复

  • 修复健康检查端点 by @arkohut

    • 将健康检查端点从 /health 更新为 /api/health,以与新的 API 结构保持一致
    • 确保服务器健康监控正常工作
  • 添加缺失的依赖项 by @arkohut

    • 添加 tabulate 包到项目依赖中
    • 确保表格格式化功能正常工作

🔧 重构

  • 从服务器依赖命令列表中移除 'watch' 命令 by @arkohut
    • 通过移除冗余的 watch 命令简化命令结构
    • 改进命令组织并减少潜在的混淆

此版本主要关注改进 API 一致性和命令结构,同时确保所有必要的依赖项都正确包含。

完整更新日志: v0.27.2...v0.27.4