Skip to content

Bubblegum v0.0.3-alpha

Pre-release
Pre-release

Choose a tag to compare

@bishnu133 bishnu133 released this 09 May 11:16
· 192 commits to main since this release
c0aa90b

Bubblegum v0.0.3-alpha

Highlights

This pre-release focuses on visual reference hydration and reporting readiness.

Added

  • VisualRefHydrator abstraction for safe synthetic visual reference handling.
  • Deterministic web hydration for OCR and vision metadata.
  • Deterministic mobile hydration using Appium hierarchy XML with text, content-desc, and resource-id matching.
  • Sanitized hydration diagnostics on SDK result metadata.
  • JSON and HTML report visibility for hydration diagnostics.
  • Hydration analytics summary in report analytics.
  • Release checklist and package metadata aligned for package version 0.0.3a0.

Safety and privacy

  • Synthetic ocr:// and vision:// refs are not executed directly.
  • Hydration performs no screenshot/provider calls.
  • No bbox proximity or center-tap fallback is enabled.
  • Reports redact unsafe fields such as hierarchy XML, screenshots, image bytes, base64, raw payloads, provider bodies, secrets, and candidate dumps.

Validation

  • Package version: 0.0.3a0
  • Static benchmark: 12/12
  • Execution benchmark: 12/12
  • Collect-only baseline: 584 tests
  • Clean build and twine check expected before release.

Publishing

  • GitHub pre-release only.
  • PyPI/TestPyPI publishing remains deferred.