mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1696] [MERGED] bump version to v0.32.0 #4436
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4436
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/1696
Author: @fatedier
Created: 3/11/2020
Status: ✅ Merged
Merged: 3/11/2020
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
c8748a2update .travis.ymlc747f16TlsOnly - only accept TLS connections if enablede3101b7Update README.md7033f3eTest TlsOnlyf8c6795DetailedErrorsToClient - only send detailed error info if this is on95753ebMerge pull request #1643 from GuyLewin/feature/tls-only9440bc5Merge branch 'dev' into feature/detailed-errors-to-client98fa385CR: export error string generation to a function83d8085Merge pull request #1644 from GuyLewin/feature/detailed-errors-to-client6c6607afeat: add multiple authentication methods, token and oidc.📊 Changes
1078 files changed (+48167 additions, -332287 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.travis.yml(+1 -0)📝
Makefile(+1 -0)📝
README.md(+107 -7)📝
README_zh.md(+101 -3)📝
client/control.go(+27 -2)📝
client/proxy/proxy.go(+34 -0)📝
client/service.go(+20 -13)📝
cmd/frpc/sub/root.go(+6 -1)➕
cmd/frpc/sub/tcpmux.go(+91 -0)📝
cmd/frps/main.go(+1 -0)📝
cmd/frps/root.go(+5 -1)📝
conf/frpc_full.ini(+7 -0)📝
conf/frps_full.ini(+41 -0)📝
go.mod(+6 -2)📝
go.sum(+95 -5)➕
models/auth/auth.go(+151 -0)➕
models/auth/oidc.go(+255 -0)➕
models/auth/token.go(+120 -0)📝
models/config/client_common.go(+5 -9)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.