Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 734 Bytes

File metadata and controls

22 lines (16 loc) · 734 Bytes

Changelog

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.

[Unreleased]

Added

  • Shared pagination and retry constants under src/utils/.
  • normalizePagination helper for list endpoints.
  • Expanded .gitignore to cover editor and cache artifacts.
  • Package metadata: keywords, license, repository, bugs, homepage.

[0.1.0]

Added

  • Initial Express + TypeScript scaffolding.
  • Drizzle ORM schema and migrations.
  • API key authentication and indexer webhook ingestion.
  • Prometheus metrics and rate limiting.