Skip to content

Commit b04b720

Browse files
authored
chore:release (#2712)
<!-- This is an auto-generated description by cubic. --> ## Summary by cubic Release 2.9.3. Adds native video support in markdown and a language config option. Improves LangChain v1 compatibility and fixes several UI and session issues. - **New Features** - Native video in markdown - Language option in config.toml - LangChain v1-compatible imports - **Bug Fixes** - Prevent header_auth page blinking - Restore websocket sessions by setting environ - Hide thread sharing when disabled - Stop setting logging globally <sup>Written for commit 3e76791. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. -->
1 parent 9113e76 commit b04b720

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.9.3] - 2025-12-04
8+
9+
### Added
10+
- Add tests for oauth providers and messages
11+
- Merge metadata in chainlit data layer
12+
- Add native video support in markdown rendering
13+
- Optimize chat message rendering
14+
- Add language configuration option to config.toml
15+
- Upgrade langchain imports for v1 compatibility
16+
- Improve icon name formatting issues
17+
18+
### Fixed
19+
- Fixed page blinking issue with header_auth
20+
- Set environ when restoring websocket session
21+
- Move hello.py to avoid import issues
22+
- Fix issue showing thread sharing when disabled
23+
- Disable Chainlit from setting logging globally
24+
725
## [2.9.2] - 2025-11-22
826

927
### Added

backend/chainlit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.2"
1+
__version__ = "2.9.3"

0 commit comments

Comments
 (0)