Skip to content

Releases: JonDotsoy/token-storage

v0.4.0

28 Dec 02:04
fb353d3

Choose a tag to compare

0.4.0 (2025-12-28)

Features

  • config: add metrics configuration support (520ef1c)
  • config: add metrics enabled flag to configuration (f78fa60)
  • config: add telemetry configuration and initialization (d63c780)
  • docker: add Prometheus and Grafana monitoring stack (3bc1018)
  • http-transport: add support for JSON-RPC middlewares (5aa94a4)
  • metrics: add HTTP status code categorization (44ce55d)
  • metrics: add optional metrics collection with configurable buckets (ee3ab53)
  • serve: add Prometheus metrics collection and HTTP endpoint (97bf754)
  • serve: simplify metrics endpoint response handling (579b5a1)
  • storage: add SQLite storage implementation with migrations (787708c)
  • telemetry: add telemetry client with streaming message queue (f6e4f27)
  • utils: add duration parsing utilities (3cd5e44)
  • utils: add metrics collection utilities (8edb33c)
  • utils: add percentile parsing utilities (a1777c0)

Bug Fixes

  • metrics: add type safety for HTTP status code categorization (64f7854)

v0.3.3

24 Dec 18:04
687387b

Choose a tag to compare

0.3.3 (2025-12-24)

Miscellaneous Chores

v0.3.2

24 Dec 17:48
9e910f5

Choose a tag to compare

0.3.2 (2025-12-24)

Bug Fixes

  • http-transport: allow optional input validation schemas (68c0cb5)

v0.3.1

24 Dec 17:18
93736e2

Choose a tag to compare

0.3.1 (2025-12-24)

Miscellaneous Chores

v0.3.0

24 Dec 17:15
f8c1bdc

Choose a tag to compare

0.3.0 (2025-12-24)

Features

  • docker: add container health check endpoint and monitoring (bbebf02)
  • serve: add HTTP transport protocol version header (ae59902)

v0.2.0

24 Dec 03:23
179c463

Choose a tag to compare

0.2.0 (2025-12-24)

Features

  • package: add IndexedDB storage backend and expand export paths (14e00d1)
  • storage: add IndexedDB storage implementation with migrations (923546c)

v0.1.3

23 Dec 15:38
befb135

Choose a tag to compare

0.1.3 (2025-12-23)

Miscellaneous Chores