mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #735] [MERGED] bump version to v0.18.0 #4244
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#4244
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/735
Author: @fatedier
Created: 5/2/2018
Status: ✅ Merged
Merged: 5/2/2018
Merged by: @fatedier
Base:
master← Head:dev📝 Commits (5)
976cf3euse yamux instead of smuxb87df56do not ignore config parsing errord5f30ccMerge pull request #726 from shuaihanhungry/develope43f9f5Merge pull request #734 from fatedier/mux853892fchange version to v0.18.0📊 Changes
35 files changed (+3590 additions, -1760 deletions)
View changed files
📝
client/control.go(+4 -4)📝
cmd/frps/root.go(+22 -4)📝
glide.lock(+5 -5)📝
glide.yaml(+3 -2)📝
server/service.go(+2 -2)📝
utils/version/version.go(+1 -1)📝
vendor/github.com/hashicorp/yamux/.gitignore(+0 -1)➕
vendor/github.com/hashicorp/yamux/LICENSE(+362 -0)➕
vendor/github.com/hashicorp/yamux/README.md(+86 -0)➕
vendor/github.com/hashicorp/yamux/addr.go(+60 -0)➕
vendor/github.com/hashicorp/yamux/bench_test.go(+123 -0)➕
vendor/github.com/hashicorp/yamux/const.go(+157 -0)➕
vendor/github.com/hashicorp/yamux/const_test.go(+72 -0)➕
vendor/github.com/hashicorp/yamux/mux.go(+87 -0)➕
vendor/github.com/hashicorp/yamux/session.go(+646 -0)➕
vendor/github.com/hashicorp/yamux/session_test.go(+1256 -0)➕
vendor/github.com/hashicorp/yamux/spec.md(+140 -0)➕
vendor/github.com/hashicorp/yamux/stream.go(+470 -0)➕
vendor/github.com/hashicorp/yamux/util.go(+43 -0)➕
vendor/github.com/hashicorp/yamux/util_test.go(+50 -0)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.