File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ 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.1.dev0] - 2024-11-14
8+
9+ Pre-release: developer preview.
10+
11+ ### Added
12+ - New ` @data_layer ` decorator for configuring custom data layers declaratively
13+ - Unit tests for ` get_data_layer() ` and ` @data_layer ` functionality
14+
15+ ### Changed
16+ - Data layer configuration system now prioritizes ` @data_layer ` decorator over environment variables
17+ - Data layer initialization is now more explicit and testable through the decorator pattern
18+ - Updated example code in ` /cypress/e2e/custom_data_layer ` and ` /cypress/e2e/data_layer ` to use the new decorator
19+
20+ ### Developer Experience
21+ - Improved test infrastructure with new fixtures for data layer mocking
22+ - Added comprehensive tests for data layer configuration scenarios
23+
724## [ 1.3.2] - 2024-11-08
825
926### Security Advisory
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " chainlit"
3- version = " 2.0rc0 "
3+ version = " 2.1.dev0 "
44keywords = [
55 ' LLM' ,
66 ' Agents' ,
You can’t perform that action at this time.
0 commit comments