Skip to content

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 20:28
· 54 commits to main since this release

Release v1.5.2

Release type: stable
Release line: 1.5.x
Branch: release/1.5.x

Installation

npm install @frontmcp/sdk@1.5.2

What's New

CHANGELOG

Features

  • Lazy Initialization of BundleSyncService: The BundleSyncService now supports lazy initialization, ensuring that the bundle source starts and applies its first bundle only when necessary. This optimizes resource usage and improves startup efficiency, particularly in stateless environments like Cloudflare Workers.

Improvements

  • Enhanced Skill Registry Population: The LoadSkillTool, RunWorkflowTool, and SearchSkillTool now await the completion of the bundle synchronization process. This ensures that the skill registry is fully populated before any operations are attempted, reducing the risk of errors and improving reliability.
  • Refined Error Handling: Improved error handling mechanisms in the RunWorkflowTool to provide more informative error messages, enhancing the debugging experience for developers.

What's Changed

  • feat: implement ensureReady method for lazy bundle source initialization by @alexmercerpo in #500

Full Changelog: v1.5.1...v1.5.2