Skip to content

Commit d95600a

Browse files
authored
release (#2318)
1 parent 3c2b57a commit d95600a

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to Chainlit will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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+
729
## [2.6.2] - 2025-07-16
830

931
Technical release due to missed `frontend` and `copilot` folders in previous one.

backend/chainlit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
except metadata.PackageNotFoundError:
66
# Case where package metadata is not available, default to a 'non-outdated' version.
77
# Ref: config.py::load_settings()
8-
__version__ = "2.6.2"
8+
__version__ = "2.6.3"

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chainlit"
3-
version = "2.6.2"
3+
version = "2.6.3"
44
keywords = [
55
'LLM',
66
'Agents',

0 commit comments

Comments
 (0)