🔊 V1.0.5 Release Notes
[English]
- 🐛 Bug Fix - Resolved compatibility issues with the
TaskPriority
enum when using SQLite as the database. -> #3 - 📄 Documentation Update - Enhanced Swagger UI documentation for task creation, explicitly listing available
TaskPriority
parameters for better user understanding.
⚠️ Upgrade Notes from V1.0.4 to V1.0.5
Due to database structural changes, consider the following options:
- Modify Existing Database: Update the
TaskPriority
enum values in your current database to align with the new format. Refer to the migration guide for detailed instructions. - Start Fresh: Abandon the old database and allow the updated code to create a new blank database. Then, migrate any necessary data manually.
🔊 V1.0.5 更新日志
[中文]
- 🐛 Bug 修复 - 修复了在使用 SQLite 作为数据库时,
TaskPriority
枚举的兼容性问题。-> #3 - 📄 文档更新 - 优化了任务创建的 Swagger UI 文档介绍,明确列出了
TaskPriority
的可用参数,提升用户体验。
⚠️ 从 V1.0.4 升级到 V1.0.5 的注意事项
由于数据库结构发生变更,请注意以下两种升级方案:
- 修改现有数据库:更新现有数据库中
TaskPriority
的枚举值,使其与新版本的格式保持一致。详细的迁移步骤请参考迁移指南。 - 重新创建数据库:放弃旧的数据库,让最新版本的代码自动创建一个新的空白数据库。随后,手动迁移必要的数据。