File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to Chainlit will be documented in this file.
44
55The 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 Copilot’ s shadow DOM
349+ - Portals (popups, dialogs, etc.) now render correctly inside Copilot' s shadow DOM
340350
341351### Other
342352- Removed telemetry
Original file line number Diff line number Diff line change 1- __version__ = "2.10.0 "
1+ __version__ = "2.10.1 "
You can’t perform that action at this time.
0 commit comments