[PR #2638] [MERGED] bump version to v0.38.0 #4605

Closed
opened 2026-05-05 14:45:16 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2638
Author: @fatedier
Created: 10/25/2021
Status: Merged
Merged: 10/25/2021
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

53 files changed (+294 additions, -226 deletions)

View changed files

📝 .circleci/config.yml (+2 -4)
.github/FUNDING.yml (+3 -0)
.github/ISSUE_TEMPLATE/bug-report.md (+0 -44)
.github/ISSUE_TEMPLATE/bug_report.yaml (+77 -0)
📝 .github/ISSUE_TEMPLATE/config.yml (+0 -4)
.github/ISSUE_TEMPLATE/feature_request.md (+0 -22)
.github/ISSUE_TEMPLATE/feature_request.yaml (+36 -0)
📝 .github/workflows/build-and-push-image.yml (+1 -1)
📝 .github/workflows/goreleaser.yml (+1 -1)
📝 .github/workflows/stale.yml (+4 -4)
📝 Makefile (+0 -3)
📝 Release.md (+7 -4)
📝 assets/assets.go (+10 -39)
assets/frpc/embed.go (+14 -0)
assets/frpc/statik/statik.go (+0 -10)
assets/frps/embed.go (+14 -0)
assets/frps/statik/statik.go (+0 -10)
📝 client/admin.go (+2 -1)
📝 client/admin_api.go (+10 -4)
📝 client/control.go (+9 -2)

...and 33 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/2638 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/25/2021 **Status:** ✅ Merged **Merged:** 10/25/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`f570dcb`](https://github.com/fatedier/frp/commit/f570dcb3075b79b61921e80981f793595efbb6a7) update stale action - [`82f80a2`](https://github.com/fatedier/frp/commit/82f80a22be2dbad17b02304aeb72737d9ea5fefd) add healthz api (#2511) - [`42745a3`](https://github.com/fatedier/frp/commit/42745a3da21d10c1ac5cb354c4d68f5567a61879) frpc: add disable_custom_tls_first_byte to not send first custom tls to frps (#2520) - [`a62a943`](https://github.com/fatedier/frp/commit/a62a9431b1c8330009c6bd2f9afec1edcfc635f1) support go1.17 and remove go1.15 (#2532) - [`2f74f54`](https://github.com/fatedier/frp/commit/2f74f54f18a8437e8f0dfd6bcedbaa812d59d52b) Let's get rid of ugly statik (#2255) - [`14bd071`](https://github.com/fatedier/frp/commit/14bd0716d0e7d4f31bbccc99d96925f2358083b9) Create FUNDING.yml (#2558) - [`357c9b0`](https://github.com/fatedier/frp/commit/357c9b0dcb8b5ec92d1ea63cf74c627aaf1ba8b9) use github issue form (#2563) - [`72a7fd9`](https://github.com/fatedier/frp/commit/72a7fd948e83239c70f70571e12c5591bed7ba50) Update bug_report.yaml - [`0cee187`](https://github.com/fatedier/frp/commit/0cee1877e36abbce9a0473c3c1da7e548c199621) refactor: move from io/ioutil to io and os package (#2592) - [`998e678`](https://github.com/fatedier/frp/commit/998e678a7fabcc5c0ded776aa06f14b38a68b8be) fix: typo (#2614) ### 📊 Changes **53 files changed** (+294 additions, -226 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+2 -4) ➕ `.github/FUNDING.yml` (+3 -0) ➖ `.github/ISSUE_TEMPLATE/bug-report.md` (+0 -44) ➕ `.github/ISSUE_TEMPLATE/bug_report.yaml` (+77 -0) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+0 -4) ➖ `.github/ISSUE_TEMPLATE/feature_request.md` (+0 -22) ➕ `.github/ISSUE_TEMPLATE/feature_request.yaml` (+36 -0) 📝 `.github/workflows/build-and-push-image.yml` (+1 -1) 📝 `.github/workflows/goreleaser.yml` (+1 -1) 📝 `.github/workflows/stale.yml` (+4 -4) 📝 `Makefile` (+0 -3) 📝 `Release.md` (+7 -4) 📝 `assets/assets.go` (+10 -39) ➕ `assets/frpc/embed.go` (+14 -0) ➖ `assets/frpc/statik/statik.go` (+0 -10) ➕ `assets/frps/embed.go` (+14 -0) ➖ `assets/frps/statik/statik.go` (+0 -10) 📝 `client/admin.go` (+2 -1) 📝 `client/admin_api.go` (+10 -4) 📝 `client/control.go` (+9 -2) _...and 33 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:45:16 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4605
No description provided.