POKERBASE
API status
-
API serverOperational
-
Currency ratesOperational
-
DatabaseOperational
Recent changes
-
v1.5.2 patch 2026-05-14
- fix(api): sanitizer was flattening Date values to {} — broke MCP timestamps (#686)
-
v1.5.1 patch 2026-05-14
- fix(api): prod boot crash — inline @pokerbase/branding status constants (#685)
-
v1.5.0 minor 2026-05-14
- feat: MCP API endpoint with key management — pro-gated, silent launch (#683)
-
v1.4.0 minor 2026-05-14
- feat: aggregated status pages (web /status + apps/statuspage) (#681)
-
v1.3.3 patch 2026-05-14
- Prod API cutover: env, mobile endpoint, DBSession index (#674)
-
v1.3.2 patch 2026-05-13
- Revert "fix dormancy logic to use heartbeat instead of session"
-
v1.3.1 patch 2026-05-13
- fix dormancy logic to use heartbeat instead of session
-
v1.3.0 minor 2026-05-13
- feat(api): configurable Loops cron schedules + admin trigger/queue endpoints
-
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
-
v1.1.1 patch 2026-05-12
- fix(api): reconcile pushes accurate session counts to Loops (#668)