Skip to content

Releases: Chainlit/chainlit

2.10.1

27 Mar 07:07
1eb4fca

Choose a tag to compare

What's Changed

  • chore: move to oidc for npm publishing by @willydouhard in #2854
  • fix: validate session ownership on websocket restore by @willydouhard in #2857
    • ⚠️ This is a fix for a security vulnerability in Chainlit

Full Changelog: 2.10.0...2.10.1

2.10.0

05 Mar 20:35
3843e8a

Choose a tag to compare

What's Changed

  • feat: always show favorite messages button with empty state by @EyalAmitay in #2769
  • feat: Add starter categories for grouped starters by @EyalAmitay in #2762
  • feat: new option to disable rendering of user message markdown by @jfperusse in #2726
  • fix: reorder chat history sidebar after new message in existing chat by @hztBUAA in #2795
  • fix: use error detail for login credential error messages by @hztBUAA in #2794
  • feat: allow easy deletion of favorites by @eiseleMichael in #2792
  • fix: convert UUID fields to strings in _extract_feedback_dict_from_step_row by @jarvisrjz in #2793
  • feat: Make state cookie lifetime configurable via env var by @dokterbob in #2788
  • fix: preserve existing metadata when update_thread called without metadata parameter by @veeceey in #2778
  • fix: resets audio ui when permission is denied by @eiseleMichael in #2771
  • Add Danish (da-DK) translation by @mgquach in #2780
  • feat(i18n): add Arabic (ar-SA) translation by @bigdizaya in #2782
  • Fixed issue where sidebarinset expands beyond parent causing horizontal scroll by @Allaoua9 in #2774
  • feat (#1858), Implement settings change listener. by @FosanzDev in #2801
  • add image preview by @Alex2251 in #2783
  • fix(data): prevent empty string from overwriting step content on upsert by @giulio-leone in #2807
  • feat: add selected option to commands for pre-selection by @Br1an67 in #2817
  • fix: use correct URL scheme when SSL is configured by @Br1an67 in #2819
  • feat: add auto_collapse parameter to Step by @Br1an67 in #2818
  • feat: add /health endpoint for container orchestration by @Br1an67 in #2810
  • feat: add "hidden" option for default_sidebar_state config by @Br1an67 in #2814
  • feat: make avatar size configurable via config.toml by @Br1an67 in #2816
  • chore:release by @hayescode in #2826

New Contributors

Full Changelog: 2.9.6...2.10.0

2.9.6

20 Jan 19:33
0355d86

Choose a tag to compare

What's Changed

Full Changelog: 2.9.5...2.9.6

2.9.5

12 Jan 15:24
c63fded

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.4...2.9.5

2.9.4

25 Dec 03:22
ffc3cce

Choose a tag to compare

What's Changed

⚠️ This release contains:

  • Breaking change, if you use persistence: you need to run ALTER TABLE steps ADD COLUMN IF NOT EXISTS modes JSONB; to migrate
  • Security vulnerability fix

Added

Fixed

Other

Full Changelog: 2.9.3...2.9.4

2.9.3

04 Dec 21:42
b04b720

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.2...2.9.3

2.9.2

22 Nov 03:29
c4ee93b

Choose a tag to compare

What's Changed

Added

Fixed

Other

Full Changelog: 2.9.1...2.9.2

2.9.1

20 Nov 15:35
3a444b1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.0...2.9.1

2.9.0

07 Nov 23:45
7a8164f

Choose a tag to compare

What's Changed

Full Changelog: 2.8.5...2.9.0

2.8.5

07 Nov 22:37
43fc20a

Choose a tag to compare

What's changed

Added

Fixed

⚠️ This is a fix for a security vulnerability in Chainlit. The vulnerability is of low severity, as it requires an attacker to:

  • Know the thread ID
  • Already be a registered user in the Chainlit app

Changed

  • refactor: remove FastAPI upper version restriction by @s-quinn in #2618

New Contributors

Full Changelog: 2.8.4...2.8.5