# frp v0.68.0 - Product: frp (https://whatsnew.fyi/product/frp) - Vendor: fatedier - Date: 2026-03-20 - Version: v0.68.0 - Original notes: https://github.com/fatedier/frp/releases/tag/v0.68.0 - Permalink: https://whatsnew.fyi/product/frp/releases/v0.68.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Added a built-in store capability for frpc, including persisted store source, Store CRUD admin APIs with runtime reload, and Store management pages in the frpc web dashboard - **changed** — Kept proxy and visitor names as raw config names during completion, moving user-prefix handling to explicit wire-level naming logic - **added** — Added noweb build tag to allow compiling without frontend assets - **changed** — Build system now auto-detects missing web asset directories and skips embedding, allowing a fresh clone to build without running make web first - **changed** — Dashboard gracefully returns 404 when assets are not embedded - **changed** — Improved TOML config parsing errors to return immediately with parser position details including line and column numbers instead of falling through to YAML/JSON parsing - **changed** — TOML type mismatches now report field-level errors without misleading line numbers - **changed** — OIDC auth now caches the access token and refreshes it before expiry, avoiding a new token request on every heartbeat - **changed** — OIDC auth falls back to per-request token fetch when the provider omits expires_in ##### Features * Added a built-in `store` capability for frpc, including persisted store source (`[store] path = "..."`), Store CRUD admin APIs (`/api/store/proxies*`, `/api/store/visitors*`) with runtime reload, and Store management pages in the frpc web dashboard. ##### Improvements * Kept proxy/visitor names as raw config names during completion; moved user-prefix handling to explicit wire-level naming logic. * Added `noweb` build tag to allow compiling without frontend assets. `make build` now auto-detects missing `web/*/dist` directories and skips embedding, so a fresh clone can build without running `make web` first. The dashboard gracefully returns 404 when assets are not embedded. * Improved config parsing errors: for `.toml` files, syntax errors now return immediately with parser position details (line/column when available) instead of falling through to YAML/JSON parsing, and TOML type mismatches report field-level errors without misleading line numbers. * OIDC auth now caches the access token and refreshes it before expiry, avoiding a new token request on every heartbeat. Falls back to per-request fetch when the provider omits `expires_in`.