Change8

2.11.1

📦 chainlitView on GitHub →
1 features🐛 3 fixes🔧 2 symbols

Summary

This patch introduces the ability to pass chat_profile to the set_starter_categories callback and fixes several issues related to socket reconnection, LangChain version checking, and locale resolution.

Migration Steps

  1. If you forked this repo or install chainlit from source code via `git+` syntax, you may need to update your workflows and dev tools. See #2573 for detailed changes.

✨ New Features

  • Pass chat_profile to set_starter_categories callback.

🐛 Bug Fixes

  • Guard on_chat_start against duplicate dispatch on reconnect.
  • Check langchain-core version instead of langchain.
  • Resolve base locale to regional translation file (e.g. "da" → "da-DK").

Affected Symbols