Documentation

Changelog

AppMint release notes, ordered newest first.

Release notes for appengine, websitemint, the chat client, and the official SDKs. Each entry lists the version, date, and the changes by surface (API, admin UI, SDKs, infra). For details on upgrading across major versions see Migration guides.

This page is updated when new versions ship. The entries below are illustrative — replace with the actual release log as cuts happen.

Format

Each release follows the same template:

## <version> — <YYYY-MM-DD>

### Added
- New endpoints, modules, options.

### Changed
- Behavior changes that don't break the API.

### Deprecated
- Things still working but slated for removal.

### Removed
- Things that are gone (always with a previous Deprecated entry in an older release).

### Fixed
- Bugs.

### Security
- Vulnerabilities patched. CVE numbers if assigned.

Versions follow SemVer. Major bumps mean breaking API changes; consult the migration guide.


0.10.2 — 2026-04-22 (illustrative)

Added

  • New tutorials section under /docs/tutorials/ covering booking sites, marketplaces, events apps, and AI features.
  • crm/getCountryStates endpoint replacing the older getCountryRegions (kept as alias).

Changed

  • AppmintChat component replaced with AppmintChatServer in the docs site for better Next.js App Router compatibility.

Fixed

  • Country/region lookup now returns ISO-3166-2 codes consistently.

0.10.0 — 2026-03-15 (illustrative)

Added

  • WhyAppmint marketing page with feature overview and user journey.
  • Phone mockup, message bubble, typing indicator, and call control components for embeddable demos.

Changed

  • Documentation IA reorganized: getting-started → platform → modules → tutorials → self-hosting → resources.

Deprecated

  • Legacy markdown docs under appmint.io/legacy-content/. Removed in 0.11.

0.9.0 — 2026-01-08 (illustrative)

Added

  • AppEngine /ai/agent/stream endpoint with multi-provider support (Anthropic, OpenAI, DeepSeek, Gemini).
  • Affiliate tracking module: programs, commissions, payout workflows.
  • Storefront pricing tiers and customer-group benefits.

Changed

  • JWT default TTL reduced from 24h to 8h. Override with JWT_EXPIRES_IN.
  • BaseModel\<T\> pk/sk shape stabilized — no more breaking changes expected.

Removed

  • Old /api/v1/* endpoints. All API calls should use root-level paths (/data/*, /profile/*, etc.).

Security

  • Rate limiting now enforced by default at 100 req/min/IP. Set RATE_LIMIT_MAX to override.

Older versions

Pre-0.9 releases are not documented in this repository. Contact [email protected] if you're upgrading from a pre-0.9 deployment and need migration help.