Skip to content

Commit 9ca5c45

Browse files
committed
chore(release): v0.8.0
1 parent 561d275 commit 9ca5c45

File tree

5 files changed

+118
-27
lines changed

5 files changed

+118
-27
lines changed

changelog/v0.8.0.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# 📦 Unla v0.8.0
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ✨ 特性
6+
7+
- **MCP Prompt 支持** - 新增对 MCP prompt 的完整支持
8+
- **强类型工具调用** - 为 MCP 工具调用添加强类型请求支持
9+
- **复杂结构参数支持** - 支持复杂数据结构的参数传递
10+
- **LLM 管理功能** - 新增 LLM 提供商和模型的完整管理界面
11+
- **本地静态资源服务** - 所有静态资源本地化,移除外部依赖
12+
- **主题管理增强** - 增强主题管理和语言持久化,覆盖登录页面
13+
- **实验性功能警告** - 在聊天界面添加实验性功能提醒
14+
15+
## 🐞 修复
16+
17+
- 修复构建问题和代码规范检查
18+
- Web 端代码规范修复
19+
20+
## ⬆️ 依赖升级
21+
22+
- mcp-go 升级到 v0.32.0
23+
24+
## 🛠️ 重构与合并
25+
26+
- 更新 k8s 部署文件配置
27+
- 更新 apiserver 配置和 i18n 路径
28+
- 移除 AccessibleModal 组件,统一使用 HeroUI Modal
29+
- 优化 GitHub Actions 工作流配置
30+
31+
## 🔧 其他
32+
33+
- 添加 CLAUDE.md 项目指导和开发说明文档
34+
35+
---
36+
37+
📘 文档:https://mcp.ifuryst.com
38+
🐙 源码:https://github.com/amoylab/unla
39+
🐳 Docker 镜像:`ghcr.io/amoylab/unla/allinone:latest`
40+
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
41+
🔗 扫描下方二维码加入社区微信群,备注:`unla`
42+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="微信群二维码" width="350" height="350" />
43+
44+
---
45+
46+
感谢所有参与和关注该项目的开发者与用户 💖
47+
48+
---
49+
50+
## ✨ Features
51+
52+
- **MCP Prompt Support** - Full support for MCP prompts
53+
- **Strongly-typed Tool Calls** - Add strongly-typed request support for MCP tool calls
54+
- **Complex Structure Arguments** - Support for complex data structure parameters
55+
- **LLM Management** - Complete management interface for LLM providers and models
56+
- **Local Static Assets** - Serve all static assets locally, removing external dependencies
57+
- **Enhanced Theme Management** - Enhanced theme management and language persistence covering login page
58+
- **Experimental Feature Warning** - Add experimental feature warning in chat interface
59+
60+
## 🐞 Bug Fixes
61+
62+
- Fix build issues and linting
63+
- Web linting fixes
64+
65+
## ⬆️ Dependencies
66+
67+
- Bump mcp-go to v0.32.0
68+
69+
## 🛠️ Refactor & Merge
70+
71+
- Update k8s deployment files configuration
72+
- Update apiserver configuration and i18n paths
73+
- Remove AccessibleModal component, unified use of HeroUI Modal
74+
- Optimize GitHub Actions workflow configuration
75+
76+
## 🔧 Others
77+
78+
- Add CLAUDE.md for project guidance and development instructions
79+
80+
---
81+
82+
📘 Docs: https://mcp.ifuryst.com
83+
🐙 Source: https://github.com/amoylab/unla
84+
🐳 Docker Image: `ghcr.io/amoylab/unla/allinone:latest`
85+
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
86+
🔗 Scan the QR code below to join WeChat community group, note: `unla`
87+
<img src="https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png" alt="WeChat QR Code" width="350" height="350" />
88+
89+
---
90+
91+
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.7.1
18+
version: 0.8.0
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.7.1"
24+
appVersion: "0.8.0"

pkg/version/VERSION

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

web/package-lock.json

Lines changed: 23 additions & 23 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.7.1",
4+
"version": "0.8.0",
55
"type": "module",
66
"description": "Unla Dashboard - A modern web interface for managing MCP Gateway services",
77
"keywords": [

0 commit comments

Comments
 (0)