Skip to content

v1.7.2 — Built with Python + CI fixes

Choose a tag to compare

@achmdfzn achmdfzn released this 13 Jun 11:10
· 23 commits to main since this release

What's New

  • Built with Python — ML engine Python sidecar is now officially part of the project identity
    • GitHub About description updated
    • README badge + Built With section updated
    • npm description updated
  • CI pipeline fixes — branch triggers changed from \main\ to \master\
  • Python tests in CI — quality job now runs
    pm run build:python\ (39 Python tests)
  • Lint cleanup — removed unused \lastError\ variable in ml-engine plugin
  • npm pkg fix — normalized repository.url format
  • tsconfig — added
    ootDir: ./src, cleaned up redundant excludes

Full changelog

v1.7.0 — ML Engine Release

  • Python sidecar (FastAPI) for prompt injection + obfuscation + content risk detection
  • TS plugin with retry/circuit-breaker (tsup build, Vitest tests)
  • StatsTracker integration tests + AnalysisContext.bodyRaw
  • Bugscan fixes: Redis circuit breaker, CIDR matching, validator edge cases, honeypot
  • Docker Compose for Redis + ML engine
  • 177 TS tests + 39 Python tests = 216 total

v1.7.1 — Build Infrastructure

  • Added \�uild:python\ and \ est:all\ npm scripts
  • \prepublishOnly\ now runs Python tests before publishing
  • All docs synced with Python build steps

v1.7.2 — Project Identity + CI Polish

  • Built with Python branding across all surfaces
  • CI branch fix: main → master
  • Python tests added to CI quality job
  • Lint error fixed
  • Docker healthcheck verification in CI