Skip to content

Releases: Chainlit/chainlit

2.0.602

27 Jan 12:28
a3ecfb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.601...2.0.602

2.0.601

25 Jan 08:20
6b3da19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.6...2.0.601

2.0.6

24 Jan 15:13
bb9aeea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.5...2.0.6

2.0.5

21 Jan 13:37
b80d4cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.4...2.0.5

2.0.4

17 Jan 18:04
32d7fd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.3...2.0.4

2.0.3

14 Jan 14:48
a4d13f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

10 Jan 17:28
1ec7198
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

09 Jan 08:43
bddc298
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

06 Jan 09:11
5ecfbce
Compare
Choose a tag to compare

The Chainlit UI (including the copilot) has been completely re-written with Shadcn/Tailwind. This brings several advantages:

  1. The codebase is simpler and more contribution friendly.
  2. It enabled the new custom element feature.
  3. The theme customisation is more powerful.

Added

  • Custom Elements (code your own elements)
  • Cmd+k thread search
  • Thread rename
  • Official PostGres open source data layer
  • New @data_layer decorator for configuring custom data layers declaratively

Changed

  • Authentication is now based on cookies. Cross Origins are disallowed unless added in allow_origins in the config.toml file
  • No longer need to click on resume to resume a thread
  • [breaking]: Theme customisation is now handled in public/theme.json instead of config.toml.
  • [breaking]: Changed fields on the Action class:
    • The value field has replaced with payload which accepts a Python dict
    • The description field has been renamed tooltip
    • The field icon has been added
    • The collapsed field has been removed.
  • [breaking]: Completely revamped audio implementation (#1401, #1410):
    • Replaced AudioChunk with InputAudioChunk and OutputAudioChunk
    • Changed default audio sampling rate from 44100 to 24000
    • Removed several audio configuration options (min_decibels, initial_silence_timeout, silence_timeout, chunk_duration, max_duration)

Fixed

  • Autoscaling of Chainlit app behind a load balancer should now work. Don't forget to enable sticky sessions

2.0rc1

19 Dec 16:43
ae9bc1d
Compare
Choose a tag to compare
2.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.dev2...2.0rc1