mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1542] [MERGED] bump version to v0.30.0 #4404
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#4404
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/1542
Author: @fatedier
Created: 11/28/2019
Status: ✅ Merged
Merged: 11/28/2019
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (10+)
6da093asupport bandwith limit for one proxy42425d8update vendor files2ab832bMerge pull request #1495 from fatedier/new12cc53dupdate bandwidth_limit8affab1Close file21a126eMerge pull request #1510 from CallanTaylor/close-file56c5390plugin http2https62af5c8handle close694c434Merge pull request #1529 from kingjcy/201911181cdceeebump version to v0.30.0📊 Changes
21 files changed (+933 additions, -14 deletions)
View changed files
📝
README.md(+17 -0)📝
README_zh.md(+19 -0)📝
assets/assets.go(+2 -0)📝
client/proxy/proxy.go(+32 -10)📝
conf/frpc_full.ini(+10 -0)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
models/config/proxy.go(+14 -3)➕
models/config/types.go(+112 -0)➕
models/config/types_test.go(+40 -0)➕
models/plugin/http2https.go(+112 -0)📝
models/plugin/https2http.go(+3 -0)➕
utils/limit/reader.go(+51 -0)➕
utils/limit/writer.go(+60 -0)📝
utils/version/version.go(+1 -1)➕
vendor/golang.org/x/time/AUTHORS(+3 -0)➕
vendor/golang.org/x/time/CONTRIBUTORS(+3 -0)➕
vendor/golang.org/x/time/LICENSE(+27 -0)➕
vendor/golang.org/x/time/PATENTS(+22 -0)➕
vendor/golang.org/x/time/rate/rate.go(+400 -0)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.