Skip to content

v3.5.4 — Apache 2.0 attribution shipped to npm

Choose a tag to compare

@vsits-proxy-builder vsits-proxy-builder released this 09 May 14:03
· 90 commits to main since this release
b06629a

Apache 2.0 attribution shipped to npm

Tiny attribution release: adds the formal Apache 2.0 §4 acknowledgment for the NDJSON proxy log schema used by tools/usage-to-dashboard-ndjson.mjs. The schema (field names, structure, proxy-YYYY-MM-DD.ndjson filename convention, cache_health semantics, cost_factor methodology) originates from @fgrosswig's claude-usage-dashboard, which is Apache 2.0 licensed.

cache-fix overall remains MIT — only the NDJSON schema portion is governed by Apache 2.0.

Added

  • THIRD_PARTY_LICENSES file with the formal attribution (now ships in the npm tarball alongside LICENSE).

Changed

  • tools/usage-to-dashboard-ndjson.mjs header acknowledges the Apache 2.0 origin of the schema portion.

Upgrade

npm install -g claude-code-cache-fix@3.5.4

No behavior changes. No env vars added or removed. No migration required.

Credits

Reported and authored by @fgrosswig. Closes #115; shipped via #116 and the v3.5.4 release commit (#120).

— Proxy Builder