Skip to content

v1.0.0

Choose a tag to compare

@trezy trezy released this 13 Feb 18:45
· 529 commits to main since this release

1.0.0 (2026-02-13)

Bug Fixes

  • resolve clippy warnings and formatting issues (77b3b39)

Features

  • add backfill system for historical record discovery and indexing (15e8ffd)
  • add Dockerfile, docker-compose, and CI workflow (7c5e7b8)
  • add game record XRPC endpoints with DPoP auth (66f097f)
  • add Jetstream listener and record indexing with sqlx migrations (8352043)
  • add lexicon storage and admin API (94dbfaa)
  • add listGames query endpoint with cursor-based pagination (a0ec4b5)
  • add unauthenticated getGame query endpoint (1983251)
  • add user profile endpoint with AIP userinfo auth (76754e9)
  • catch-all XRPC router replaces hardcoded game routes (b763b26)
  • dynamic Jetstream subscription driven by lexicon registry (74b0e24)
  • index records on create/put, add created_at column (445c862)
  • initial server with health endpoint and JWT auth (db5ba0b)
  • multi-admin system with API key management and bootstrap (7628cf9)
  • parallel multi-arch docker builds with manifest append (a587461)
  • read getGame and listGames from database index instead of PDS (5c6713e)