v0.27.4

arkohut/pensievev0.27.4Apr 30, 2025by github-actions[bot]

AI Summary

Fixes health check endpoint path and adds missing dependencies.

Key Highlights

  • Health check endpoint path updated from `/health` to `/api/health`
  • Added missing `tabulate` dependency
  • Removed 'watch' command from server-dependent commands list

Breaking Changes

  • Removed 'watch' command from server-dependent commands list

New Features

  • Health check endpoint path correction
  • Added `tabulate` package for table formatting
  • Simplified command structure

Full Release Notes

## 🐛 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**: https://github.com/arkohut/memos/compare/v0.27.2...v0.27.4

---

## 🐛 错误修复

- 修复健康检查端点 by @arkohut
  - 将健康检查端点从 `/health` 更新为 `/api/health`,以与新的 API 结构保持一致
  - 确保服务器健康监控正常工作

- 添加缺失的依赖项 by @arkohut
  - 添加 `tabulate` 包到项目依赖中
  - 确保表格格式化功能正常工作

## 🔧 重构

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

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

**完整更新日志**: https://github.com/arkohut/memos/compare/v0.27.2...v0.27.4