Skip to content

Releases: Chainlit/chainlit

1.1.0rc1

06 May 13:03
Compare
Choose a tag to compare
1.1.0rc1 Pre-release
Pre-release

Changed

  • bumped literalai package version to 0.0.600

1.1.0rc0

06 May 12:31
329e14a
Compare
Choose a tag to compare
1.1.0rc0 Pre-release
Pre-release

Added

  • cl.on_audio_chunk decorator to process incoming the user incoming audio stream
  • cl.on_audio_end decorator to react to the end of the user audio stream
  • The cl.Audio element now has an auto_play property
  • http_referer is now available in cl.user_session

Changed

  • The UI has been revamped, especially the navigation
  • The arrow up button has been removed from the input bar, however pressing the arrow up key still opens the last inputs menu
  • [breaking] the send() method on cl.Message now returns the message instead of the message id
  • [breaking] The multi_modal feature has been renamed spontaneous_file_upload in the config
  • Element display property now defaults to inline instead of side

Fixed

  • Stopping a task should now work better (using asyncio task.cancel)

1.0.506

30 Apr 14:01
8a59f43
Compare
Choose a tag to compare

What's Changed

  • pasting from microsoft products generates text instead of an image by @tpatel in #934
  • add support for multiline option in TextInput chat settings field input by @kevinwmerritt in #945
  • do not prevent thread revalidation by @kevinwmerritt in #944
  • display the label instead of the value for menu item by @kevinwmerritt in #943
  • disable gzip middleware to prevent a compression issue on safari by @tpatel in #952

Full Changelog: 1.0.505...1.0.506

1.0.505

23 Apr 14:53
5102fae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.504...1.0.505

1.0.504

16 Apr 11:35
Compare
Choose a tag to compare

Changed

  • Chainlit apps should function correctly even if the data layer is down

1.0.503

15 Apr 14:14
581c22c
Compare
Choose a tag to compare

Added

  • Enable persisting threads using a Custom Data Layer (through SQLAlchemy) - @hayescode

Changed

  • React-client: Expose sessionId in useChatSession
  • Add chat profile as thread tag metadata

Fixed

  • Add quotes around the chainlit create-secret CLI output to avoid any issues with special characters

1.0.502

08 Apr 16:24
Compare
Choose a tag to compare

Added

Actions now trigger conversation persistence

1.0.501

08 Apr 15:17
7a05e0f
Compare
Choose a tag to compare

Added

  • Messages and steps now accept tags and metadata (useful for the data layer)

Changed

  • The LLama Index callback handler should now show retrieved chunks in the intermadiary steps
  • Renamed the Literal environment variable to LITERAL_API_URL (it used to be LITERAL_SERVER)

Fixed

  • Starting a new conversation should close the element side bar
  • Resolved security issues by upgrading starlette dependency

1.0.500

02 Apr 09:34
db5b9ce
Compare
Choose a tag to compare

Added

  • Added a new command chainlit lint-translations to check that translations file are OK
  • Added new sections to the translations, like signin page
  • chainlit.md now supports translations based on the browser's language. Like chainlit_pt-BR.md
  • A health check endpoint is now available through a HEAD http call at root
  • You can now specify a custom frontend build path

Fixed

  • Translated will no longer flash at app load
  • Llama Index callback handler has been updated
  • File watcher should now properly refresh the app when the code changes
  • Markdown titles should now have the correct line height

Changed

  • multi_modal is now under feature in the config.toml and has more granularity
  • Feedback no longer has a -1 value. Instead a delete_feedback method has been added to the data layer
  • ThreadDi

1.0.401

11 Mar 16:20
3b6852c
Compare
Choose a tag to compare

Fixed

  • Langchain final answer streaming