Skip to content

Commit a2d2915

Browse files
Merge branch 'main' into fix/attachment-clear-on-profile-switch
2 parents bbab322 + 1eb4fca commit a2d2915

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.10.1] - 2026-03-27
8+
9+
### Fixed
10+
11+
- Security vulnerability in Chainlit: validate WebSocket session restore against the authenticated user
12+
13+
### Changed
14+
15+
- Move npm library publishing to OIDC Trusted Publishing
16+
717
## [2.10.0] - 2026-03-05
818

919
### Added
@@ -336,7 +346,7 @@ Technical release due to missed `frontend` and `copilot` folders in previous one
336346
- `null value in column "metadata" of relation "Thread"`
337347
- `syntax error at or near ";"`
338348
- Google Cloud Storage private bucket support in Chainlit data layer
339-
- Portals (popups, dialogs, etc.) now render correctly inside Copilots shadow DOM
349+
- Portals (popups, dialogs, etc.) now render correctly inside Copilot's shadow DOM
340350

341351
### Other
342352
- Removed telemetry

backend/chainlit/version.py

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

0 commit comments

Comments
 (0)