Skip to content

Reference

This section contains supplementary reference material for the ModernPath Agents Framework, including the version changelog and migration guides for upgrading between releases.


  • Changelog


    A version-by-version record of additions, changes, fixes, and breaking changes across all framework releases. Start here to understand what changed in a specific version.

  • Migration Guide


    Step-by-step instructions for upgrading between major and minor versions. Covers breaking changes, deprecated APIs, and the recommended upgrade process.


Packages

Both packages follow the same versioning scheme and are released together:

Package Current Version Registry
@modernpath/agent-framework 0.1.27 GCP Artifact Registry
@modernpath/agent-ui-react 0.1.27 GCP Artifact Registry

Versioning Policy

The framework follows Semantic Versioning with the following conventions during the 0.x pre-release phase:

  • Patch (0.1.x) -- Bug fixes and non-breaking improvements.
  • Minor (0.x.0) -- New features, potentially with minor breaking changes documented in the Migration Guide.
  • Major (x.0.0) -- Reserved for the stable 1.0 release with a finalized public API.

Pre-release stability

During the 0.x series, minor versions may include breaking changes. Always consult the Changelog and Migration Guide before upgrading.

Checking Your Version

npm list @modernpath/agent-framework
npm list @modernpath/agent-ui-react

To see the latest published version:

npm view @modernpath/agent-framework version
npm view @modernpath/agent-ui-react version