Skip to content

v1.14.0-ce

Choose a tag to compare

@Rader Rader released this 15 Dec 07:54
· 22 commits to main since this release
c75e51d

v1.14.0-ce

✨ New Features

  • Deployment Workflow Migration: Refactored the core Deploy Scheduler and successfully migrated its logic to use Temporal Workflow for improved reliability and scalability.
  • Finetuning Job Support: Added support to submit fine-tune tasks directly as standard jobs.
  • AI Gateway Integration: The AI Gateway now supports the MCP for enhanced model serving capabilities.
  • Internal Notification Tool: Introduced a new tool to generate basic internal notification messages.
  • Jupyter Notebook Support: Application space deployment now supports Jupyter Notebook environments.

🚀 Enhancements & Bug Fixes

  • Dependency Updates: Bumped argo-workflows from 3.5.13 to 3.6.12. Upgraded casdoor SDK to v1.22.0 and updated user info retrieval to use UUID.
  • API & Core: Enhanced middleware robustness. Ensured header keys are handled as case-sensitive. Enhanced concurrency in CheckRepoFiles and improved test coverage. Enabled soft delete functionality for licenses.
  • Deployment & Runner: Improved runner network discovery logic to read clusterIP if no ingress IP is found. Added StorageClass support in cluster report events.
  • Finetuning: Added model/dataset fields to finetune job operations for richer metadata.
  • Integration: Added User-Email to request headers for DataFlow and Label Studio integrations.
  • Git/LFS Fixes: Fixed a client bug preventing the deletion of remote branches. Fixed a cache bug in LFS sync upload ID.
  • Temporal Workflow Fixes: Fixed command errors and a worker panic when the sensitive checker was not enabled. Added initialization sensitive checker in the temporal worker.
  • Multi-Sync & Rproxy Fixes: Corrected the logic for setting the service host name in the rproxy header. Fixed a bug where multi-sync MCP servers failed to display file lists and READMEs.
  • General Bug Fixes: Fixed bugs related to getting evaluations with access control, AI Gateway external LLM support, and repository creation.

Full Changelog: v1.12.0-ce...v1.14.0-ce