File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 📦 Unla v0.8.2
2+
3+ > Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.
4+
5+ ## ⚡ 改进
6+
7+ - 为LLM提供者和AI模型描述添加国际化支持
8+ - 增加LLM配置菜单访问权限控制功能
9+ - OpenAPI导入功能增加高级选项:tenant和prefix设置
10+ - 支持多Redis地址分隔符配置
11+
12+ ## 🔧 其他
13+
14+ - 重构统一session not found代码处理
15+ - 整理和优化web端代码
16+
17+ ---
18+
19+ 📘 文档:https://mcp.ifuryst.com
20+ 🐙 源码:https://github.com/amoylab/unla
21+ 🐳 Docker 镜像:` ghcr.io/amoylab/unla/allinone:latest `
22+ 💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
23+ 🔗 扫描下方二维码加入社区微信群,备注:` unla `
24+ <img src =" https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png " alt =" 微信群二维码 " width =" 350 " height =" 350 " />
25+
26+ ---
27+
28+ 感谢所有参与和关注该项目的开发者与用户 💖
29+
30+ ---
31+
32+ ## ⚡ Improvements
33+
34+ - Add internationalization support for LLM provider and AI model descriptions
35+ - Add access control functionality for LLM config menu
36+ - Add advanced options for OpenAPI import: tenant and prefix settings
37+ - Support multi Redis address separator configuration
38+
39+ ## 🔧 Others
40+
41+ - Refactor and align session not found code handling
42+ - Clean up and optimize web frontend code
43+
44+ ---
45+
46+ 📘 Docs: https://mcp.ifuryst.com
47+ 🐙 Source: https://github.com/amoylab/unla
48+ 🐳 Docker Image: ` ghcr.io/amoylab/unla/allinone:latest `
49+ 💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
50+ 🔗 Scan the QR code below to join WeChat community group, note: ` unla `
51+ <img src =" https://github.com/amoylab/unla/blob/main/web/public/wechat-qrcode.png " alt =" WeChat QR Code " width =" 350 " height =" 350 " />
52+
53+ ---
54+
55+ Thanks to all contributors and early users! 💖
Original file line number Diff line number Diff 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.1
18+ version : 0.8.2
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.1 "
24+ appVersion : " 0.8.2 "
Original file line number Diff line number Diff line change 1- v0.8.1
1+ v0.8.2
Original file line number Diff line number Diff line change 11{
22 "name" : " unla-dashboard" ,
33 "private" : true ,
4- "version" : " 0.8.1 " ,
4+ "version" : " 0.8.2 " ,
55 "type" : " module" ,
66 "description" : " Unla Dashboard - A modern web interface for managing MCP Gateway services" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments