Changelog

Product updates and release notes.

v0.7.0

AVIF output

  • AVIF as an output format on every operation (format: "avif") — AV1 encoding, statically built, no HEVC patent baggage
  • New effort option (0-9): trade encoding CPU for file size. Default 2 favors latency; 4-6 squeeze out the last bytes
  • AVIF sources now decode correctly on every endpoint
  • Pricing: +$0.001 surcharge on AVIF output (convert to AVIF = $0.003)
v0.6.1

Callback delivery — POST results to your endpoint

  • New delivery mode callback_url: we POST the optimized bytes to your HTTPS endpoint, ideal for async and large jobs
  • X-Pig-Sha256 integrity header on every callback
  • Optional HMAC signing (X-Pig-Signature, GitHub-webhook style) with a per-request secret — never stored
  • Same SSRF hardening as put_url: HTTPS-only, DNS pinned, internal ranges blocked
  • Descriptive User-Agent on image fetches so UA-gated hosts (e.g. Wikimedia) no longer reject your source URLs
v0.6.0

Delivery targets — write results directly to your bucket

  • New `delivery` field on every image-processing endpoint: `inline` (default, unchanged) or `put_url` (presigned PUT to your storage)
  • Works with any S3-compatible storage: S3, R2, B2, GCS, Azure, DO Spaces
  • Zero customer credentials stored on our side — you sign the URL, we PUT the bytes
  • Strict SSRF guard: HTTPS-only, DNS resolved once, internal IP ranges blocked
  • New Prometheus metrics: pig_delivery_uploads_total, pig_delivery_upload_duration_seconds, pig_delivery_upload_bytes
  • Grafana panels for per-mode upload throughput, latency, and failure rate
v0.5.0

Dollar billing, transaction history, GDPR compliance

  • Unified billing around USD balance (same as x402 pricing)
  • Stripe Checkout integration for $1, $5, $20 top-ups
  • Transaction history in the dashboard
  • Cookie consent banner and cookie policy page
  • Updated Terms of Service and Privacy Policy
v0.4.0

Rate limiting, Sentry, Python SDK

  • Sliding window rate limiter per identity (API key, wallet, IP)
  • Sentry error tracking on backend and frontend
  • Python SDK: `pip install pictomancer`
  • Alembic database migrations baseline
  • Email service integration via Resend
v0.3.0

SaaS dashboard and OAuth login

  • User dashboard with Google and GitHub OAuth login
  • API key management (create, revoke, usage tracking)
  • Usage metrics: requests, bytes in/out, total spent
  • Grafana monitoring dashboards for all services
  • Upgraded to Python 3.14
v0.2.0

x402 payments and multi-format support

  • x402 protocol support for USDC micropayments on Base
  • Image pipeline: chain multiple operations in one request
  • TIFF and GIF format support
  • Per-operation pricing ($0.001–$0.003)
  • Free tier: 50 requests per day
v0.1.0

Initial release

  • Core API: resize, compress, convert, crop, analyze
  • JPEG, PNG, WebP output formats
  • MCP server endpoint for AI agent integration
  • Prometheus metrics and structured logging
  • Landing page at pictomancer.ai