Skip to content

Tags: astrapi69/pluginforge

Tags

v0.10.0

Toggle v0.10.0's commit message
v0.10.0: Consolidation (merge_app_config, __all__ audit, DiscoveryDif…

…f.by_filter_reason, tooling)

v0.9.0

Toggle v0.9.0's commit message
v0.9.0: Lifecycle visibility + hard-filter transition (inspect_plugin…

…, event hooks, missing_target_application enforcement)

v0.8.0

Toggle v0.8.0's commit message
v0.8.0: Stability and tooling (idempotent route mounting, pluginforge…

….testing, single-router convention)

v0.7.0

Toggle v0.7.0's commit message
v0.7.0: Application identity gating (target_application + app_id, v0.…

…8.0 enforcement path)

v0.6.1

Toggle v0.6.1's commit message
v0.6.1: Packaging hygiene (PEP 621 migration)

v0.6.0

Toggle v0.6.0's commit message
Release v0.6.0 - plugin lifecycle API

v0.5.0

Toggle v0.5.0's commit message
Release v0.5.0

- Plugin introspection: get_plugin_hooks(), get_all_hook_names()
- Graceful degradation: call_hook_safe() for per-implementation error handling
- call_hook() now catches exceptions instead of propagating
- Expanded lifecycle documentation with failure scenarios
- 162 tests, 93% coverage

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0

- Hot-reload: reload_plugin() swaps plugins at runtime without restart
- Extension points: get_extensions(type) queries plugins by interface
- Security: path traversal prevention via plugin name validation
- InvalidPluginNameError for malicious plugin names
- Config schema validation on BasePlugin
- Plugin health checks with health_check()
- register_plugin() for single pre-instantiated plugins
- get_load_errors() for error reporting in settings UI
- pre_activate callback for license/permission checks
- api_version compatibility check with warning
- reload_config() to reload app.yaml at runtime
- deactivate_plugin now unregisters hooks from pluggy
- Configurable route prefix for FastAPI mounting
- BasePlugin.get_frontend_manifest() optional method
- list_available_plugins() without loading

153 tests, 92% coverage.

v0.2.0

Toggle v0.2.0's commit message
Release v0.2.0

- Bump pluggy minimum version from ^1.4.0 to ^1.5.0
- Restore app_config on BasePlugin for global settings access
- Document BasePlugin + pluggy hook integration pattern
- Overhaul Makefile with CI pipeline, version management, and help