Back to Fastgpt

V4.14.14

document/content/docs/self-host/upgrading/4-14/41414.en.mdx

4.14.18703 B
Original Source

Upgrade Guide

1. Update image tags

  • Update fastgpt-app (FastGPT main service) image tag to: v4.14.14
  • Update fastgpt-pro (FastGPT commercial) image tag to: v4.14.14

🐛 Bug Fixes

⚙️ Optimizations

  1. Personal WeChat publishing channel: optimized polling strategy by decoupling pull from reply, preventing blocking under high message volume.
  2. Added environment variable WECHAT_CHANNEL_CONCURRENCY (default 1000) to control the WeChat channel poll worker concurrency. Recommended to set ≥ peak online channel count.
  3. Improved internal network address detection.
  4. Added compatibility for DeepSeek tool calling combined with thinking mode to avoid 400 errors from the API.