Skip to content

Commit 45e2f40

Browse files
committed
chore(release): v0.8.6
1 parent 6f08788 commit 45e2f40

File tree

4 files changed

+67
-4
lines changed

4 files changed

+67
-4
lines changed

changelog/v0.8.6.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# 📦 Unla v0.8.6
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ✨ 特性
6+
7+
- 添加前向头部支持
8+
- 支持透明头部传递
9+
10+
## 🐞 修复
11+
12+
- 删除默认投递头部
13+
- 修复空透明头部问题
14+
- 删除日志中的头部信息
15+
- 删除无用文件
16+
- 防止 Chrome 在搜索和 API 密钥输入中自动填充密码 (#182)
17+
- 使用运行时直接网关修饰符 (#1)
18+
- 升级 @heroui/react 从 2.7.9 到 2.7.11
19+
- 修复构建后的 web 渲染问题
20+
21+
---
22+
23+
📘 文档:https://docs.unla.amoylab.com/
24+
🐙 源码:https://github.com/amoylab/unla
25+
🐳 Docker 镜像:`ghcr.io/amoylab/unla/allinone:latest`
26+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
27+
🔗 扫描下方二维码加入社区微信群,备注:`unla`
28+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
29+
30+
---
31+
32+
感谢所有参与和关注该项目的开发者与用户 💖
33+
34+
---
35+
36+
## ✨ Features
37+
38+
- Add forward headers support
39+
- Support transparent headers
40+
41+
## 🐞 Bug Fixes
42+
43+
- Remove deliver default header
44+
- Fix empty transparentHeaders
45+
- Remove header in log
46+
- Remove unused file
47+
- Prevent Chrome from autofilling password in search and API key inputs (#182)
48+
- Use runtime direct gateway modifier (#1)
49+
- Upgrade @heroui/react from 2.7.9 to 2.7.11
50+
- Fix web rendering issue after build
51+
52+
---
53+
54+
📘 Docs: https://docs.unla.amoylab.com/
55+
🐙 Source: https://github.com/amoylab/unla
56+
🐳 Docker Image: `ghcr.io/amoylab/unla/allinone:latest`
57+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
58+
🔗 Scan the QR code below to join WeChat community group, note: `unla`
59+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
60+
61+
---
62+
63+
Thanks to all contributors and early users! 💖

deploy/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.8.5
18+
version: 0.8.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.8.5"
24+
appVersion: "0.8.6"

pkg/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.5
1+
v0.8.6

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unla-dashboard",
33
"private": true,
4-
"version": "0.8.5",
4+
"version": "0.8.6",
55
"type": "module",
66
"description": "Unla Dashboard - A modern web interface for managing MCP Gateway services",
77
"keywords": [

0 commit comments

Comments
 (0)