Skip to content

Releases: Chainlit/chainlit

1.0.0rc2

18 Dec 12:15
4d9f629
Compare
Choose a tag to compare
1.0.0rc2 Pre-release
Pre-release

Added

  • Copy button under messages
  • OAuth samesite cookie policy is now configurable through the CHAINLIT_COOKIE_SAMESITE env var

Changed

  • Relax Python version requirements
  • If hide_cot is configured to true, steps will never be sent to the UI, but still persisted.
  • Message buttons are now positioned below

1.0.0rc1

13 Dec 11:22
b373e73
Compare
Choose a tag to compare
1.0.0rc1 Pre-release
Pre-release
bump versions (#590)

1.0.0rc0

12 Dec 15:41
3a4a7ce
Compare
Choose a tag to compare
1.0.0rc0 Pre-release
Pre-release

Added

  • cl.Step

Changed

  • File upload uses HTTP instead of WS and no longer has size limitation
  • cl.AppUser becomes cl.User
  • Prompt has been split in ChatGeneration and CompletionGeneration
  • Action now display a toaster in the UI while running

0.7.700

28 Nov 13:57
Compare
Choose a tag to compare

Added

  • Support for custom HTML in message content is now an opt in feature in the config
  • Uvicorn ws_per_message_deflate config param is now configurable like UVICORN_WS_PER_MESSAGE_DEFLATE=false

Changed

  • Latex support is no longer enabled by default and is now a feature in the config

Fixed

  • Fixed LCEL memory message order in the prompt playground
  • Fixed a key error when using the file watcher (-w)
  • Fixed several user experience issues with on_chat_resume
  • on_chat_end is now always called when a chat ends
  • Switching chat profiles correctly clears previous AskMessages

0.7.604

21 Nov 15:28
Compare
Choose a tag to compare

Fixed

  • on_chat_resume now works properly with non json serializable objects
  • LangchainCallbackHandler no longer send tokens to the wrong user under high concurrency
  • Langchain cache should work when cache is to true in config.toml

0.7.604rc2

17 Nov 19:56
Compare
Choose a tag to compare
0.7.604rc2 Pre-release
Pre-release
restore context

0.7.604rc1

17 Nov 19:37
a4548d1
Compare
Choose a tag to compare
0.7.604rc1 Pre-release
Pre-release
make sure context is always carried (#552)

0.7.604rc0

16 Nov 17:02
Compare
Choose a tag to compare
0.7.604rc0 Pre-release
Pre-release
fix scroll issue

0.7.603

15 Nov 18:21
57d14f9
Compare
Choose a tag to compare

Fixed

  • Markdown links special characters are no longer encoded
  • Collapsed messages no longer make the chat scroll
  • Stringified Python objects are now displayed in a Python code block

0.7.602

14 Nov 15:17
Compare
Choose a tag to compare

Added

  • Latex support (only supporting $$ notation)
  • Go back button on element page

Fixed

  • Code blocks should no longer flicker or display [object object].
  • Now properly displaying empty messages with inlined elements
  • Fixed Too many values to unpack error in langchain callback
  • Langchain final streamed answer is now annotable with human feedback
  • AzureOpenAI should now work properly in the Prompt Playground

Changed

  • Code blocks display has been enhanced
  • Replaced aiohttp with httpx
  • Prompt Playground has been updated to work with the new openai release (v1). Including tools
  • Auth0 oauth provider has a new configurable env variable OAUTH_AUTH0_ORIGINAL_DOMAIN