Releases: tarkovtracker-org/TarkovTracker
Releases · tarkovtracker-org/TarkovTracker
Release list
v1.57.0
1.57.0 (2026-07-13)
Bug Fixes
- app: add i18n fallbacks for dynamic resource and guide keys (da91b3e)
- app: address PR review — i18n fallbacks, nav active state, SEO description (0ceb9cf)
- app: address resources PR review findings (9631f14)
- app: address resources review findings (776b4a6)
- app: move resources hub to index.vue to fix nested route conflict (6f91f41)
- app: resolve resources review threads (92def4e)
Features
v1.56.3
v1.56.2
v1.56.1
v1.56.0
1.56.0 (2026-07-12)
Bug Fixes
- config: address production-readiness review findings (3af3b2c)
- config: avoid CodeQL TOCTOU findings in CF worker postprocess (921155d)
- config: declare empty preview APP_URL and analytics vars (3c66b51)
- ci: harden link check and drop bogus changelog issue refs (959c35e), closes hi#cardinality
- config: quiet production build noise from sitemap runtime path (e3a03a1)
- config: strip bare node: side-effect imports from CF worker (2725338), closes nitrojs/nitro#4164
- config: type readdir Dirent as utf8 string names (480a563)
Features
- api: harden rate limiting with per-IP backstop, token cap, and 429 observability (#523) (b34c04d), closes hi#cardinality
v1.55.7
1.55.7 (2026-07-11)
Bug Fixes
- workers: address review — safe load retry and conditional alarm wipe (619ac81)
- workers: address review — safe test cleanup, storage error logging, throttled path coverage (6b4f0a6)
- workers: clear DO alarm metadata on rate-limit cleanup (e7f644f)
- workers: default DO rate-limit cleanup unless retain is set (f521024), closes hi#cardinality
- workers: keep sliding rate-limit hits past stored resetAt (0855aa5)
- workers: restore bounded retention for ephemeral DO rate-limit keys (6641b48), closes hi#cardinality
Performance Improvements
- workers: eliminate DO cleanup alarms via lazy expiration (ad51e62)