Skip to content

History / Examples

Revisions

  • docs(wiki): Examples + Getting-Started - drop v0.7.0/v0.8.0 stale wording

    @astrapisixtynine astrapisixtynine committed May 21, 2026
  • Document v0.8.0 route changes and fix Examples URL bug FastAPI-Integration.md: - Added "Idempotent since v0.8.0" subsection under Mounting Routes explaining the WeakKeyDictionary tracking and the recursion fix it addresses. - Added new "Single-Router Convention (v0.8.0)" section showing the recommended one-parent-router shape and noting the v0.8.0 DeprecationWarning on multi-router plugins, with link to the plugin-author guide for the full migration recipe. Examples.md: - Fixed wrong URL claim on the HealthPlugin example. The router has no prefix and mount_routes only prepends `/api`, so the route lives at `/api/status`, not `/api/plugins/health/status`. Added a note showing how to get the namespaced shape via an explicit router prefix. (Same bug class as the pre-existing test_mount_routes assertion that v0.8.0 C3 also corrected.)

    @astrapisixtynine astrapisixtynine committed May 20, 2026
  • docs(wiki): Examples - migrate FastAPI on_event to lifespan handler, add v0.7.0 plugin pattern

    @astrapisixtynine astrapisixtynine committed May 19, 2026
  • docs: add complete wiki for PluginForge v0.2.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @astrapisixtynine astrapisixtynine committed Mar 27, 2026