Frappe Assistant Core v2.3.1 #98
buildswithpaul
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's New
This release introduces a robust, database-backed system for managing plugin and tool enable/disable states and access control. It replaces the previous JSON-based approach with new DocTypes for granular, atomic, and multi-worker-safe configuration. Frappe V16 is now officially supported.
Plugin & Tool Management Architecture
FAC Plugin Configuration DocType
A new DocType for atomic, database-backed plugin enable/disable control with:
FAC Tool Configuration DocType
A new DocType for per-tool configuration and access control with:
read_only,write,read_write,privileged)FAC Tool Role Accesschild tableWhy This Matters
Frappe V16 Support
Documentation Updates
Other Improvements
Upgrade Guide
cd apps/frappe_assistant_core git pull bench --site your-site migrateMigration will automatically:
FAC Plugin Configurationrecords for existing pluginsFAC Tool Configurationrecords for registered toolsCompatibility
Python: >= 3.8
Full Changelog
See CHANGELOG.md for the complete list of changes.
Full Diff:
v2.3.0...v2.3.1This discussion was created from the release Frappe Assistant Core v2.3.1.
Beta Was this translation helpful? Give feedback.
All reactions