Skip to content

Commit fd882b8

Browse files
authored
Bump version to 2.1, changelog for unreleased @data_layer (#1508)
* Bump version to 2.1.dev0 * Unreleased changelog for 3.0 series, starting with @data_layer.
1 parent eab9533 commit fd882b8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.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

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chainlit"
3-
version = "2.0rc0"
3+
version = "2.1.dev0"
44
keywords = [
55
'LLM',
66
'Agents',

0 commit comments

Comments
 (0)