> ## Documentation Index
> Fetch the complete documentation index at: https://lifters.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> What's new in the Atlas platform — API changes, new features, and deprecations.

<Update label="March 2026" description="v1.0.0 — Public Launch">
  ## Events API v1.0

  <Card title="Initial Release" icon="rocket">
    The Atlas Events API is now generally available. Ingest sports betting and casino events in real-time.
  </Card>

  **New endpoints:**

  * `POST /api/v1/user` — User registration and update events
  * `POST /api/v1/transaction` — Deposit and withdrawal events
  * `POST /api/v1/casino` — Casino bet events
  * `POST /api/v1/sport` — Sports betting events (open, win, lose, cashout)
  * `POST /v1/events` — Generic event ingestion
  * Batch variants for all domain endpoints (`/batch`)

  **Features:**

  * Up to 500 events per batch request
  * Dead-Letter Queue for failed publishes — zero data loss
  * Health check endpoints for Kubernetes probes (`/health/live`, `/health/ready`)
  * Sub-5ms p99 Kafka publish latency
</Update>

***

<Info>
  Subscribe to platform updates at [status.atlas.io](https://status.atlas.io) or follow
  [@atlas\_platform](https://twitter.com/atlas_platform) for announcements.
</Info>
