Skip to content

V1.0.1

Choose a tag to compare

@Evil0ctal Evil0ctal released this 29 Oct 12:37
· 47 commits to main since this release

🔊 V1.0.1 Changelog

[中文]

  • 🔧 优化代码结构 - 提高可维护性和性能。
  • 🚀 AI模型池 - 使用异步方式创建了一个AI模型池,实现高效的并发任务处理。
  • 📊 任务优先级 - 通过priority参数支持不同优先级的任务处理,确保关键任务优先执行。
  • 🕸️ 新增爬虫模块 - 准备支持数据爬取与处理,以应对更多应用场景。
  • ⚙️ 更新FastAPI生命周期管理 - 使用FastAPI的lifespan代替@app.on_event,更好地支持ASGI 3.0协议。
  • 🗃️ 数据库重构 - 重新设计了数据库结构,为后续扩展奠定基础。
  • 性能优化 - 利用asyncio深度优化性能,开发环境为Python V3.11,部分低版本可能不再兼容。

[English]

  • 🔧 Optimized Code Structure - Improved maintainability and performance.
  • 🚀 AI Model Pool - Implemented an asynchronous AI model pool for efficient concurrent task processing.
  • 📊 Task Priority - Added support for task priority with the priority parameter to ensure critical tasks are processed first.
  • 🕸️ New Web Scraping Module - Prepared for future support in data scraping and processing to expand application scenarios.
  • ⚙️ FastAPI Lifecycle Management Update - Replaced @app.on_event with FastAPI’s lifespan for better compliance with ASGI 3.0.
  • 🗃️ Database Redesign - Redesigned the database structure for future scalability.
  • Performance Optimization - Leveraged asyncio for deep performance enhancements. The development environment is set to Python V3.11, which may limit compatibility with lower versions.