All notable changes to the StreamPay Backend are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Shared pagination and retry constants under
src/utils/. normalizePaginationhelper for list endpoints.- Expanded
.gitignoreto cover editor and cache artifacts. - Package metadata:
keywords,license,repository,bugs,homepage.
- Initial Express + TypeScript scaffolding.
- Drizzle ORM schema and migrations.
- API key authentication and indexer webhook ingestion.
- Prometheus metrics and rate limiting.