2.8.1
Chainlit/chainlit2.8.1Sep 24, 2025by hayescode
AI Summary
Adds new translations (German, Korean), refactors Thread Sharing to use user-defined callbacks, and adds support for custom_meta_url.
Key Highlights
- New translations: German and Korean
- Refactor to allow Thread Sharing via user-defined callback
- Support for custom_meta_url
New Features
- German translation
- Korean translation
- Thread Sharing callback
- custom_meta_url
Full Release Notes
## What's Changed * docs: update privacy policy by @asvishnyakov in https://github.com/Chainlit/chainlit/pull/2515 * docs: fix changelog of latest release by @asvishnyakov in https://github.com/Chainlit/chainlit/pull/2514 * feat: add german translation by @tammenha in https://github.com/Chainlit/chainlit/pull/2517 * feat: add Korean translation for application by @taeminlee in https://github.com/Chainlit/chainlit/pull/2534 * refactor: allow Thread Sharing by user-defined callback by @hayescode in https://github.com/Chainlit/chainlit/pull/2521 * refactor: remove redundant message sending in process_slack_message by @tosokr in https://github.com/Chainlit/chainlit/pull/2540 * Add support for custom_meta_url by @jstsch in https://github.com/Chainlit/chainlit/pull/2536 * fix: generate signed url when loading elements from sqlalchemy datalayer by @eduardafneumann in https://github.com/Chainlit/chainlit/pull/2541 * chore: release by @hayescode in https://github.com/Chainlit/chainlit/pull/2547 ## New Contributors * @tammenha made their first contribution in https://github.com/Chainlit/chainlit/pull/2517 * @taeminlee made their first contribution in https://github.com/Chainlit/chainlit/pull/2534 * @tosokr made their first contribution in https://github.com/Chainlit/chainlit/pull/2540 * @jstsch made their first contribution in https://github.com/Chainlit/chainlit/pull/2536 **Full Changelog**: https://github.com/Chainlit/chainlit/compare/2.8.0...2.8.1