qq-ai-bot v0.1.6
qq-ai-bot v0.1.6
This release adds the first Postgres-backed session store.
Added
SESSION_STORE=postgresPOSTGRES_URL=postgres://...POSTGRES_TABLE=qq_ai_bot_sessions(optional)PostgresSessionStoreimplementing the existingSessionStoreinterface- automatic table /
expires_atindex creation get,list,upsert,delete, andclearExpiredsupport- config, factory, and store tests
Why this matters
Redis remains the shortest path for shared session state, but Postgres is useful when an operator already has durable Postgres backups / monitoring or wants session data to be easier to query and audit later.
Verification
- CI: https://github.com/happysnaker/qq-ai-bot/actions/runs/28954917679
- Docker publish: https://github.com/happysnaker/qq-ai-bot/actions/runs/28954917697
- Dependabot grouped update check: https://github.com/happysnaker/qq-ai-bot/actions/runs/28955009575
- Local pre-release check:
npm run check
Docs
- Configuration: https://github.com/happysnaker/qq-ai-bot/blob/main/docs/configuration.md
- Deployment patterns: https://github.com/happysnaker/qq-ai-bot/blob/main/docs/deployment-patterns.md
- Sponsorware roadmap: https://github.com/happysnaker/qq-ai-bot/blob/main/docs/public/sponsorware.md