NeuCharFramework (NCF)
  • NCF - NeuCharFramework
  • Projects

    • Preparation
    • NcfPackageSources Source Guide
    • DynamicWebApiEngine
    • Deployment
  • Help

    • Online Resources
    • Q&A Community
    • QQ Group (147054579)
    • Senparc WeChat SDK
  • Gitee
  • GitHub
  • English
  • 简体中文
GitHub
  • NCF - NeuCharFramework
  • Projects

    • Preparation
    • NcfPackageSources Source Guide
    • DynamicWebApiEngine
    • Deployment
  • Help

    • Online Resources
    • Q&A Community
    • QQ Group (147054579)
    • Senparc WeChat SDK
  • Gitee
  • GitHub
  • English
  • 简体中文
GitHub
  • Quickstart And Capability Guide

    • NcfPackageSources Beginner Quickstart (60 Minutes)
    • NcfPackageSources Source Guide
    • NCF Capability Deep Dive (Practical)
    • Version Upgrade Notes
  • XNCF Extension Modules

    • XNCF Extension Library Guide (Senparc.Xncf.xxx)
  • NCF Libraries

    • Senparc.Ncf.Core
    • Senparc.Ncf.Database (Database Foundation)
    • Senparc.Ncf.Repository
    • Senparc.Ncf.Service
    • Senparc.Ncf.SMS
    • Senparc.Ncf.Mvc.UI
    • Senparc.Ncf.Log
    • Senparc.Ncf.Utility
    • Senparc.Ncf.XncfBase
    • Senparc.Ncf.AreaBase
    • Senparc.Ncf.DatabasePlant
  • Core Interfaces

    • IXncfRegister Interface (Current)

Version Upgrade Notes

This page is the centralized upgrade log for major NcfPackageSources changes.
Target readers: developers, maintainers, and operations engineers handling upgrades.

How to Use This Page

For each upgrade, check in this order:

  1. Read the upgrade summary to understand scope.
  2. Review behavior changes to identify module impact.
  3. Complete the post-upgrade validation checklist.

Current Baseline

  • Documentation baseline commit: 631f16b4 (2026-06-17)
  • Capability docs:
    • NcfPackageSources Source Guide
    • NCF Capability Deep Dive
    • Beginner Quickstart (60 Minutes)

Upgrade Summary (2026-06)

1. Module Registration and Governance

  • Function registration path is standardized around [FunctionRender] auto scanning.
  • MCP is managed through unified module contract members.
  • Recommended troubleshooting order is standardized: module state -> registration state -> auth policy -> runtime logs.

2. AI / RAG Implementation Path

  • A minimum production path can be built with AIKernel -> PromptRange -> AgentsManager -> KnowledgeBase.
  • KnowledgeBase covers file chunking, embedding, and recall-test baseline flow.

3. Open-Source Collaboration and Documentation Co-Maintenance

  • Docs now include minimal templates for high-quality Issues and PRs.
  • The “user-to-contributor” workflow is documented for easier collaboration.

Change Log Template (Use This for Future Entries)

YYYY-MM-DD / vX.Y.Z

  • Affected module(s): Senparc.Xncf.XXX / Senparc.Ncf.XXX
  • Change type: Added / Changed / Deprecated / Security Fix
  • Key change(s):
    • ...
  • Upgrade action(s):
    • ...
  • Rollback guidance:
    • ...
  • Validation checklist:
    • ...

Post-Upgrade Validation Checklist (Minimum)

  • Module install/enable/menu visibility is correct.
  • Function and MCP registration results are queryable and callable.
  • Management API auth (cookie / bearer / policy) works as expected.
  • No persistent errors in key runtime logs (database, model service, network dependencies).
Edit this page on GitHub
Last Updated:
Contributors: JeffreySu
Prev
NCF Capability Deep Dive (Practical)