Changelog
What's new
A record of all notable changes to DummifAI.
v1.5.0feature2026-04-22
- →New email notifications: welcome on signup, payment receipt, subscription cancellation, API key rotation alert, and daily quota warnings (80% and 100%) for Free-tier users
- →Optional monthly usage recap email with one-click unsubscribe (link in every message)
- →Updated privacy policy and terms to reflect new email flows and subprocessors
v1.4.0feature2026-04-18
- →Added 4 new endpoints: /weather, /order, /invoice, /social
- →Added ?count=N query param to all endpoints (free: up to 20, pro: up to 100)
- →Added ?seed=X query param for deterministic/reproducible data
- →Added ?locale=XX param to /person and /address (en, fr, de, es, ja, pt, ar, zh)
- →/social supports optional ?platform= filter (twitter, linkedin, mastodon)
- →Weather endpoint returns 20 global cities with 7-day forecast and UV index
- →Invoice endpoint returns B2B invoices with line items, tax, and payment status
- →Order endpoint returns e-commerce orders with tracking and shipping info
v1.3.0feature2026-03-10
- →Upgraded /stock generator: 40 real tickers with exchange and market cap fields
- →Upgraded /crypto generator: 20 coins with circulating supply and all-time high
- →Upgraded /jobs generator: added remote, equity, and visa sponsorship fields
- →Rate limiting now enforced per-minute (free: 20 req/min, pro: 100 req/min)
- →Daily request limits enforced (free: 50/day, pro: unlimited)
v1.2.0improvement2026-02-01
- →Dashboard redesigned with usage progress bar and onboarding checklist
- →API key now shows plan-differentiated latency stats
- →Profile picture now loads correctly from Google and GitHub OAuth
- →Paddle Checkout fixed: polling initialization, correct price display
v1.1.0feature2026-01-15
- →Launched Pro plan with Paddle Billing integration
- →Added custom schema builder (/generate endpoint)
- →Added OpenAPI 3.0 spec at /api/v1/openapi
- →GitHub OAuth login in addition to Google
v1.0.0launch2025-12-01
- →Initial launch with 7 endpoints: stock, crypto, jobs, person, company, address, product
- →Free tier with 50 requests/day
- →Cryptographically secure API key generation