Skip to content

2.6.2

Latest

Choose a tag to compare

@kennethjiang kennethjiang released this 15 Jun 02:01

Highlights

  • Fixes the OctoPrint 1.11.2+ startup warning about Obico relying on the default SimpleApiPlugin.is_api_protected implementation.

Changes

  • Explicitly declares the Obico Simple API as protected by adding is_api_protected() with True.
  • Keeps the existing admin-only Simple API behavior unchanged.
  • Verified the warning reproduces on OctoPrint 1.11.7 before the fix and disappears after the fix.
  • Confirmed compatibility with the project's OctoPrint 1.9.3 dev runtime.