Skip to content

Commit 00faa97

Browse files
committed
chore(release): v0.8.1
1 parent c6271ea commit 00faa97

File tree

5 files changed

+67
-6
lines changed

5 files changed

+67
-6
lines changed

changelog/v0.8.1.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# 📦 Unla v0.8.1
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+
- 增加支持Redis Cluster和Redis Sentinel
12+
- 增加 MCP 协议版本头支持
13+
- 增加web运行时配置
14+
15+
## 🔧 其他
16+
17+
- 添加 GitHub 赞助信息配置
18+
- 添加版权和许可信息文件 (NOTICE)
19+
20+
---
21+
22+
📘 文档:https://mcp.ifuryst.com
23+
🐙 源码:https://github.com/amoylab/unla
24+
🐳 Docker 镜像:`ghcr.io/amoylab/unla/allinone:latest`
25+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
26+
🔗 扫描下方二维码加入社区微信群,备注:`unla`
27+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
28+
29+
---
30+
31+
感谢所有参与和关注该项目的开发者与用户 💖
32+
33+
---
34+
35+
## 🐞 Bug Fixes
36+
37+
- Fix array parameters processing issue
38+
39+
## ⚡ Improvements
40+
41+
- Add support for Redis Cluster and Redis Sentinel
42+
- Add MCP protocol version header support
43+
- Add web runtime configuration
44+
45+
## 🔧 Others
46+
47+
- Add GitHub sponsorship information configuration
48+
- Add copyright and licensing information file (NOTICE)
49+
50+
---
51+
52+
📘 Docs: https://mcp.ifuryst.com
53+
🐙 Source: https://github.com/amoylab/unla
54+
🐳 Docker Image: `ghcr.io/amoylab/unla/allinone:latest`
55+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
56+
🔗 Scan the QR code below to join WeChat community group, note: `unla`
57+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
58+
59+
---
60+
61+
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.0
18+
version: 0.8.1
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.0"
24+
appVersion: "0.8.1"

pkg/version/VERSION

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

web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
4+
"version": "0.8.1",
55
"type": "module",
66
"description": "Unla Dashboard - A modern web interface for managing MCP Gateway services",
77
"keywords": [

0 commit comments

Comments
 (0)