Releases: APIParkLab/APIPark
Releases · APIParkLab/APIPark
v1.8.0-beta
Release Notes for Version 1.7
🇺🇸 English
✨ Added
-
Service Overview Dashboard
- Visual charts to display service usage stats:
- Request count
- Network traffic
- Token consumption (total & average)
- Average requests per consumer
- Top APIs by call volume
- Customizable time range for filtering data
- Visual charts to display service usage stats:
-
API / MCP Request Logs
- Access historical request logs for APIs or MCP under Service Management > Logs
- View request and response parameters
- Streaming data is formatted for easier reading
🎨 Improved
- Renamed system setting “Logs” to “Log Output”
- Renamed “Logs” under “Data Sources” to “Request Logs”, and switched default log storage to Loki
- Improved layout of the service page
- Fixed miscellaneous bugs for enhanced stability
🇨🇳 简体中文
✨ 新增
-
服务总览
- 通过图表展示服务的使用情况,比如:请求次数、网络流量、Token 消耗、平均Token 消耗、平均每个消费者的请求次数、API 调用量排名等。
- 可以自定义时间段来筛选数据
-
实时查询 API/MCP 请求日志
- 在服务管理-日志功能中,可以看到服务内 API 或 MCP 的历史请求日志
- 支持查看请求、返回参数
- 流式传输的数据也会被整理成便于查看的格式
🎨 优化
- 将系统设置的“日志”功能改名为“日志输出”
- 将系统设置的“数据源”功能的“日志”改名为“请求日志”,并且使用Loki作为默认的请求日志存储方式
- 优化服务页面的布局
- 修复一些Bug
What's Changed
- Feature/1.8 cx by @NINGyv179 in #299
- Feature/liujian 1.8 by @Dot-Liu in #301
Full Changelog: v1.7.3-beta...v1.8.0-beta
v1.7.3-beta
Built in initialization operation during Docker Composer installation program
What's Changed
Full Changelog: v1.7.2-beta...v1.7.3-beta
v1.7.2-beta
What's Changed
Full Changelog: v1.7.1-beta...v1.7.2-beta
v1.7.1-beta
What's Changed
- Fix: Issue where API portal's service list fails to retrieve when Influxdb is not initialized by @Dot-Liu in #295
Full Changelog: v1.7.0-beta...v1.7.1-beta
v1.7.0-beta
Release Notes for Version 1.7
✨ Added
-
Service-level MCP (Model Context Protocol) support
- One-click to enable MCP access for any HTTP or AI API on APIPark
- MCP-enabled services are tagged in the API Portal
- MCP configuration info is available in the service detail page, ready to use in your AI Agent
-
Platform-level MCP access
- System-wide MCP endpoint to access all public APIs via a unified interface
- Perfect for building intelligent, multimodal agents
🎨 Improved
- Service detail UI optimization
- Analytics dashboard optimization
What's Changed
- Feature/1.7 liujian by @Dot-Liu in #277
- Feature/1.7 cxx by @NINGyv179 in #278
- Feature/1.7 cxx by @NINGyv179 in #279
- feature/1.7-MCP by @NINGyv179 in #280
- feature/1.7-MCP by @NINGyv179 in #281
- feature/1.7-MCP by @NINGyv179 in #282
- Feature/1.7 liujian by @Dot-Liu in #283
- Feature/1.7 cxx by @NINGyv179 in #284
- feature/1.7-MCP by @NINGyv179 in #285
- feature/1.7-MCP by @NINGyv179 in #286
- Feature/1.7 cxx by @NINGyv179 in #287
- Feature/1.7 cxx by @NINGyv179 in #288
- feature/1.7-MCP by @NINGyv179 in #289
- Feature/1.7 cxx by @NINGyv179 in #290
- Feature/1.7 liujian by @Dot-Liu in #291
- Feature/1.7 cxx by @NINGyv179 in #292
- Fix: Dragging to modify the order of service categories will fail whe… by @Dot-Liu in #293
- feature/1.7-MCP-analytics-table-optimize by @NINGyv179 in #294
Full Changelog: https://github.com/APIParkLab/APIPark/commits/v1.7.0-beta
v1.6.2-beta
What's Changed
Full Changelog: v1.6.1-beta...v1.6.2-beta
v1.6.1-beta
What's Changed
- fix: Header navigation click range issue by @NINGyv179 in #264
- update tongyi define by @Dot-Liu in #266
- fix: Display only file logs on the log page. by @NINGyv179 in #267
- update issue template: APINTO Dashboard -> ApiPark by @Dot-Liu in #268
Full Changelog: v1.6.0-beta...v1.6.1-beta
v1.6.0-beta
Release Notes for Version 1.6
New LLM Provider Integrations
Added pre-configured support for:
- Volcano Engine
- Alibaba Bailian Cloud
- Hugging Face
- Ollama
- LM Studio
- Xinference
Expanding service capabilities across multiple cloud platforms and open-source frameworks
Custom Channel Integration
- Now supports custom API channel integration for any provider that strictly adheres to OpenAI-compatible interfaces
- Seamlessly integrate third-party LLM services into APIPark ecosystem
Enhanced Model Customization
- Custom model options available across all channels
- Flexible configuration for model selection and parameter tuning
Model Parameter Value Redirection
- Added model value mapping in service configurations
- Allows using simplified alias names instead of original model identifiers
- Example: Map "gpt-lite" → "azure-gpt-4-0125-preview"
What's Changed
- feat: feature/1.5-Data Integration by @NINGyv179 in #212
- fix: service configuration LLM API error by @NINGyv179 in #220
- fix: homepage Permission Configuration by @NINGyv179 in #221
- fix: homepage Permission Configuration by @NINGyv179 in #222
- Feature/dashen/model mapping by @dashenbibi in #225
- Feature/sunanzhi/1.6 by @sunanzhi in #226
- feat: add API endpoint to retrieve model configuration template by @sunanzhi in #228
- Feature/sunanzhi/1.6 by @sunanzhi in #229
- Feature/sunanzhi/1.6 by @sunanzhi in #231
- fix: resolve issue with adding vendor not loading by @sunanzhi in #232
- fix: resolve duplicate linked list data in model caused by updating v… by @sunanzhi in #233
- Feature/sunanzhi/1.6 by @sunanzhi in #234
- Cancel publishing related comments by @Dot-Liu in #235
- Feature/1.6 liujian by @Dot-Liu in #238
- fix: resolve null pointer caused by URI error by @sunanzhi in #237
- refactor: adjust character limit for custom provider/model name by @sunanzhi in #239
- Feature/1.6 liujian by @Dot-Liu in #240
- feat: feature/1.6-Integrate custom model by @NINGyv179 in #224
- feat: feature/1.6-Integrate custom model by @NINGyv179 in #241
- Feature/1.6 liujian by @Dot-Liu in #242
- fix: fail to get ai api model name by @Dot-Liu in #243
- Local model compatibility testing completed by @Dot-Liu in #244
- refactor: adjust regex validation rules for model name by @sunanzhi in #245
- update spark define by @Dot-Liu in #246
- fix: resolve inaccurate display of model content by @sunanzhi in #247
- feat: feature/1.6-Integrate custom model by @NINGyv179 in #248
- Feature/sunanzhi/1.6 by @sunanzhi in #249
- refactor: adjust vertex model ID by @sunanzhi in #250
- Feature/1.6 liujian by @Dot-Liu in #251
- refactor: adjust field requirements in Vertex AI config file by @sunanzhi in #252
- Feature/1.6 cx by @NINGyv179 in #254
- feat: feature/1.6-Integrate custom model by @NINGyv179 in #255
- Feature/1.6 liujian by @Dot-Liu in #256
- Feature/1.6 liujian by @Dot-Liu in #257
- feat: feature/1.6-Integrate custom model by @NINGyv179 in #258
- Feature/1.6 liujian by @Dot-Liu in #259
New Contributors
- @dashenbibi made their first contribution in #225
Full Changelog: v1.5.0-beta...v1.6.0-beta
v1.5.0-beta
Release Notes for Version 1.5
- Added one-click deployment capability for open-source LLMs. Supports deploying the world's most popular open-source large-scale models via APIPark, including simplified and full-featured versions of models like DeepSeek-R1 and DeepSeek-V3.
- Optimized the AI model deployment configuration page experience by migrating load balancing capabilities to a new standalone menu page and upgrading it to support model-level load balancing. This allows users to more flexibly define failover strategies between AI models.
- Continuously improved the AI model interface invocation process. When creating an AI service, the system now automatically initializes service access authorization, shortening the user configuration process and enhancing the overall user experience.
What's Changed
- Feature/1.5 local model by @Dot-Liu in #200
- feat:Feature/1.5 by @NINGyv179 in #190
- Feature/1.5 by @NINGyv179 in #201
- feat: feature/1.5-Data Integration by @NINGyv179 in #202
- feat: feature/1.5-Data Integration by @NINGyv179 in #203
- feat: feature/1.5-Data Integration by @NINGyv179 in #204
- Feature/1.5 local model by @Dot-Liu in #205
- Feature/1.5 cx by @NINGyv179 in #207
- feat: feature/1.5-Data Integration by @NINGyv179 in #208
- feat: feature/1.5-Data Integration by @NINGyv179 in #209
- feat: feature/1.5-Data Integration by @NINGyv179 in #210
- Feature/1.5 local model by @Dot-Liu in #211
Full Changelog: v1.4.4-beta...v1.5.0-beta
v1.4.4-beta
What's Changed
- chroe: optimize AI model node graphics by @NINGyv179 in #183
- Feature/openapi by @Dot-Liu in #187
- update workflows actions/upload-artifact to v4 by @Dot-Liu in #188
- update workflows actions/download-artifact to v4 by @Dot-Liu in #189
Full Changelog: v1.4.3-beta...v1.4.4-beta