POKERBASE

API status

Live health for the Pokerbase backend.
Version
1.5.2
Environment
dev
Uptime
55m 22s
Checked at
2026-05-14T23:23:06.964Z

Recent changes

  1. v1.5.2 patch 2026-05-14
    • fix(api): sanitizer was flattening Date values to {} — broke MCP timestamps (#686)
  2. v1.5.1 patch 2026-05-14
    • fix(api): prod boot crash — inline @pokerbase/branding status constants (#685)
  3. v1.5.0 minor 2026-05-14
    • feat: MCP API endpoint with key management — pro-gated, silent launch (#683)
  4. v1.4.0 minor 2026-05-14
    • feat: aggregated status pages (web /status + apps/statuspage) (#681)
  5. v1.3.3 patch 2026-05-14
    • Prod API cutover: env, mobile endpoint, DBSession index (#674)
  6. v1.3.2 patch 2026-05-13
    • Revert "fix dormancy logic to use heartbeat instead of session"
  7. v1.3.1 patch 2026-05-13
    • fix dormancy logic to use heartbeat instead of session
  8. v1.3.0 minor 2026-05-13
    • feat(api): configurable Loops cron schedules + admin trigger/queue endpoints
  9. v1.2.0 minor 2026-05-12
    • feat(api): venueBySlug / publicVenues queries + venueSlug calendar filter
    • fix(api): curated predicate counts the scraped catalogue; fix hidden filter on the public stop query
    • feat(analytics): register calendar.* Loops marketing events
    • chore(api-types): regenerate GraphQL types — publicTournamentStop + calendar filter enums
    • chore(web): point the local web app at the local API on `pnpm dev`
    • fix(api): load reflect-metadata in ts-node scripts (backfill-curated-stops was unrunnable)
    • feat(api): seed-venues script — link curated stops to first-class venues
    • feat(api): server-side region / game-type / buy-in-band filters on tournamentCalendar
    • feat(api): publicTournamentStop query — the public-safe /e/{stopRef} detail resolver
    • feat(api): DBVenue model + nullable venueId on tournament stops
    • feat(api): continentForCountryCode util for the public calendar region filter
    • feat(api): gate featuredTournamentStops on curated for anonymous callers
    • feat(api): curated flag on tournament stops + public-exposure gate
  10. v1.1.1 patch 2026-05-12
    • fix(api): reconcile pushes accurate session counts to Loops (#668)