2.9.2
Chainlit/chainlit2.9.2Nov 22, 2025by asvishnyakov
AI Summary
Release 2.9.2 is primarily a testing and bug fix release that adds comprehensive tests and fixes a copilot breaking change from version 2.8.5.
Key Highlights
- Added tests for cache, translations, oauth providers, chat context, and socket
- Fixed copilot breaking change introduced in 2.8.5
Full Release Notes
## What's Changed ### Added * add test for cache by @codomposer in https://github.com/Chainlit/chainlit/pull/2678 * add test for translations by @codomposer in https://github.com/Chainlit/chainlit/pull/2679 * add test for oauth providers by @codomposer in https://github.com/Chainlit/chainlit/pull/2681 * add test for chat context by @codomposer in https://github.com/Chainlit/chainlit/pull/2677 * add test for socket by @codomposer in https://github.com/Chainlit/chainlit/pull/2674 ### Fixed * fix: copilot breaking change introduced in 2.8.5 by @asvishnyakov in https://github.com/Chainlit/chainlit/pull/2647 ### Other * chore: release by @asvishnyakov in https://github.com/Chainlit/chainlit/pull/2686 **Full Changelog**: https://github.com/Chainlit/chainlit/compare/2.9.1...2.9.2