Skip to content

Commit bf22ffe

Browse files
committed
chore(release): 0.8.3
1 parent 0ac99d3 commit bf22ffe

5 files changed

Lines changed: 67 additions & 6 deletions

File tree

changelog/v0.8.3.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# 📦 Unla v0.8.3
2+
3+
> Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+
## ⚡ 改进
6+
7+
- 聊天页面新增SystemPrompt和Authorization文本框功能
8+
- 使用OPENAI_*环境变量创建默认LLM提供者
9+
- 优化根元素渲染和加载屏幕显示效果
10+
11+
## 🔧 其他
12+
13+
- 重构:将路由前缀从'/mcp'更新为'/gateway'统一管理
14+
- 修复:增强错误处理和改善SelectItem可访问性
15+
- 更新系统提示的中英文翻译
16+
- 添加系统提示相关API路由
17+
- 清理和移除OpenAI配置相关文件
18+
- 更新文档链接指向新URL
19+
20+
---
21+
22+
📘 文档:https://docs.unla.amoylab.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+
## ⚡ Improvements
36+
37+
- Add SystemPrompt and Authorization textbox functionality to chat page
38+
- Create default LLM provider using OPENAI_* environment variables
39+
- Optimize root element rendering and enhance loading screen display
40+
41+
## 🔧 Others
42+
43+
- Refactor: Update routing prefixes from '/mcp' to '/gateway' for unified management
44+
- Fix: Enhance error handling and improve SelectItem accessibility
45+
- Update system prompt translations for English and Chinese locales
46+
- Add system prompt related API routes
47+
- Clean up and remove OpenAI configuration files
48+
- Update documentation links to point to new URL
49+
50+
---
51+
52+
📘 Docs: https://docs.unla.amoylab.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.2
18+
version: 0.8.3
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.2"
24+
appVersion: "0.8.3"

pkg/version/VERSION

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

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

0 commit comments

Comments
 (0)