File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ All notable changes to Chainlit will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 2.6.3] - 2025-07-25
8
+
9
+ ### Added
10
+ - Ability to send empty commands
11
+ - Wider element view in copilot and improved styling
12
+ - Support signed urls for elements using dynamoDB persistence
13
+ - Support additional connection arguments in SQLAlchemy data layer
14
+ - Added ` CHAINLIT_COOKIE_PATH ` environment variable to set the cookie path
15
+
16
+ ### Fixed
17
+ - Message inputs formatting
18
+ - Language pattern to allow ` tzm-Latn-DZ `
19
+ - Properly encode parentheses in markdown links
20
+ - Fix chainlit data layer metadata upserts
21
+ - Improve database connection handling
22
+ - Fixed cookie path
23
+ - Improve lanchain callbacks
24
+
25
+ ### Other
26
+ - Improve robustness of E2E tests
27
+ - Removed watermark "Built with Chainlit"
28
+
7
29
## [ 2.6.2] - 2025-07-16
8
30
9
31
Technical release due to missed ` frontend ` and ` copilot ` folders in previous one.
Original file line number Diff line number Diff line change 5
5
except metadata .PackageNotFoundError :
6
6
# Case where package metadata is not available, default to a 'non-outdated' version.
7
7
# Ref: config.py::load_settings()
8
- __version__ = "2.6.2 "
8
+ __version__ = "2.6.3 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " chainlit"
3
- version = " 2.6.2 "
3
+ version = " 2.6.3 "
4
4
keywords = [
5
5
' LLM' ,
6
6
' Agents' ,
You can’t perform that action at this time.
0 commit comments