2.7.2
Chainlit/chainlit2.7.2Aug 26, 2025by hayescode
AI Summary
Enhances dynamic configuration, adds deprecation warnings for external integrations like LiteralAI, and includes Traditional Chinese translations.
Key Highlights
- Dynamic Config Improvements
- LiteralAI Deprecation warning
- Traditional Chinese (Taiwan) translations
- Configurable user_env persistence to database
New Features
- Dynamic Config
- LiteralAI deprecation warning
- Traditional Chinese translation
- Configurable user_env persistence
Full Release Notes
## What's Changed * Import GCSStorageClient only when needed to avoid requiring optional dependencies by @mihidumh in https://github.com/Chainlit/chainlit/pull/2433 * feat: Dynamic Config Improvements by @hayescode in https://github.com/Chainlit/chainlit/pull/2435 * Add LiteralAI Deprecation warning by @hayescode in https://github.com/Chainlit/chainlit/pull/2436 * Initialize WebsocketSession context for on_feedback by @jfperusse in https://github.com/Chainlit/chainlit/pull/2437 * Add maintainers as CodeOwners by @hayescode in https://github.com/Chainlit/chainlit/pull/2446 * feat: add Traditional Chinese (Taiwan) translations by @lcy0321 in https://github.com/Chainlit/chainlit/pull/2444 * feat: add configurable user_env persistence to database by @ayylemao in https://github.com/Chainlit/chainlit/pull/2397 * fix: add command translations by @hayescode in https://github.com/Chainlit/chainlit/pull/2450 * fix: Update contributing and fix logo by @hayescode in https://github.com/Chainlit/chainlit/pull/2451 * chore: release by @hayescode in https://github.com/Chainlit/chainlit/pull/2452 ## New Contributors * @lcy0321 made their first contribution in https://github.com/Chainlit/chainlit/pull/2444 * @ayylemao made their first contribution in https://github.com/Chainlit/chainlit/pull/2397 **Full Changelog**: https://github.com/Chainlit/chainlit/compare/2.7.1.1...2.7.2