Skip to content

v0.8.4

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:06
· 88 commits to main since this release
841c3ac

📦 Unla v0.8.4

Turn your MCP Servers and APIs into MCP endpoints — effortlessly, without modifying the original code.

⚡ 改进

  • 从npm迁移到pnpm包管理器,提升依赖管理效率
  • 更新Rollup和Vite版本,增强构建性能和代码分割
  • 增强OpenAPI导入功能,支持租户验证和租户选择
  • 改进租户选择逻辑和网关管理器的用户体验
  • 优化MultiSelectAutocomplete组件,新增maxVisibleItems属性

🔧 其他

  • 修复:移除API baseURL中的v1前缀
  • 修复:解决docker compose文件在旧版本docker-compose二进制上的运行错误
  • 优化:重构Layout组件导入结构,提升代码可读性
  • 优化:改进GitHub工作流配置,安装特定pnpm版本并启用缓存
  • 更新:调整API服务器端口和MCP网关配置以保持一致性
  • 更新:增强运行时配置处理和环境变量配置
  • 更新:登录页面标题更新为"Unla - MCP Gateway"

📘 文档:https://docs.unla.amoylab.com/
🐙 源码:https://github.com/amoylab/unla
🐳 Docker 镜像:ghcr.io/amoylab/unla/allinone:latest
💬 加入我们的 Discord 社区参与讨论:https://discord.gg/udf69cT9TY
🔗 扫描下方二维码加入社区微信群,备注:unla
微信群二维码


感谢所有参与和关注该项目的开发者与用户 💖


⚡ Improvements

  • Migrate from npm to pnpm package manager for improved dependency management efficiency
  • Update Rollup and Vite versions to enhance build performance and code splitting
  • Enhance OpenAPI import functionality with tenant validation and tenant selection support
  • Improve tenant selection logic and gateway manager user experience
  • Optimize MultiSelectAutocomplete component with new maxVisibleItems property

🔧 Others

  • Fix: Remove v1 prefix from API baseURL
  • Fix: Resolve docker compose file runtime errors on older docker-compose binary versions
  • Optimize: Refactor Layout component import structure for better code readability
  • Optimize: Improve GitHub workflow configuration with specific pnpm version installation and caching
  • Update: Adjust API server port and MCP gateway configuration for consistency
  • Update: Enhance runtime configuration handling and environment variable setup
  • Update: Login page title updated to "Unla - MCP Gateway"

📘 Docs: https://docs.unla.amoylab.com/
🐙 Source: https://github.com/amoylab/unla
🐳 Docker Image: ghcr.io/amoylab/unla/allinone:latest
💬 Join our Discord community for discussions: https://discord.gg/udf69cT9TY
🔗 Scan the QR code below to join WeChat community group, note: unla
WeChat QR Code


Thanks to all contributors and early users! 💖

What's Changed

  • 解决docker compose文件不指定版本时,在旧版本docker-compose二进制上运行报错问题 by @hevervie in #190
  • fix: baseURL remove v1 by @KamToHung in #193

New Contributors

Full Changelog: v0.8.3...v0.8.4