Skip to content

Commit 1eb4fca

Browse files
authored
chore: release (#2862)
<!-- This is an auto-generated description by cubic. --> ## Summary by cubic Release 2.10.1 to patch a WebSocket session restore security issue and switch `npm` publishing to OIDC Trusted Publishing. - Bug Fixes - Validate WebSocket session restore against the authenticated user. - Dependencies - Move `npm` library publishing to OIDC Trusted Publishing. <sup>Written for commit a6cfce0. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
1 parent 5effb66 commit 1eb4fca

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

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)