Skip to content

Bump github.com/fatedier/frp from 0.67.0 to 0.68.0#300

Merged
koho merged 3 commits intomasterfrom
dependabot/go_modules/github.com/fatedier/frp-0.68.0
Mar 22, 2026
Merged

Bump github.com/fatedier/frp from 0.67.0 to 0.68.0#300
koho merged 3 commits intomasterfrom
dependabot/go_modules/github.com/fatedier/frp-0.68.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps github.com/fatedier/frp from 0.67.0 to 0.68.0.

Release notes

Sourced from github.com/fatedier/frp's releases.

v0.68.0

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.
Commits
  • 0a1b4ab Merge pull request #5249 from fatedier/dev
  • d20e384 doc: add agent runbooks directory with release process (#5248)
  • c95dc9d web: remove redundant SCSS and CSS files superseded by shared (#5247)
  • 38a71a6 web/frps: redesign frps dashboard with sidebar nav, responsive layout, and sh...
  • 6cdef90 web: bump dev dependencies in frpc and frps package-lock.json (#5239)
  • 85e8e2c web/frpc: redesign frpc dashboard with sidebar nav, proxy/visitor list and de...
  • ff4ad2f auth/oidc: fix eager token fetch at startup, add validation and e2e tests (#5...
  • 94a631f auth/oidc: cache OIDC access token and refresh before expiry (#5175)
  • 6b1be92 add AGENTS.md and CLAUDE.md, remove them from .gitignore (#5232)
  • 4f584f8 test/e2e: replace sleeps with event-driven waits in chaos/group/store tests (...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/fatedier/frp](https://github.com/fatedier/frp) from 0.67.0 to 0.68.0.
- [Release notes](https://github.com/fatedier/frp/releases)
- [Changelog](https://github.com/fatedier/frp/blob/dev/Release.md)
- [Commits](fatedier/frp@v0.67.0...v0.68.0)

---
updated-dependencies:
- dependency-name: github.com/fatedier/frp
  dependency-version: 0.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 20, 2026
@koho koho merged commit 89d25f9 into master Mar 22, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/fatedier/frp-0.68.0 branch March 22, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant