Skip to content

Commit

Permalink
Release prep for 1.3.0rc0 (#1392)
Browse files Browse the repository at this point in the history
* Bump version for release.
* Changelog for 1.3.0rc0
  • Loading branch information
dokterbob authored Oct 2, 2024
1 parent a0a8fa7 commit 79639b6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ All notable changes to Chainlit will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.3.0rc0] - 2024-10-02

### Added

- SQLite support in SQLAlchemy integration (#1137)
- Extensive test coverage for LiteralDataLayer and SQLAlchemyDataLayer
- `get_element()` method to SQLAlchemyDataLayer (#1346)

### Changed

- Bumped LiteralAI dependency to version 0.0.625 (#1376)
- Refactored LiteralDataLayer for improved performance and consistency
- Refactored context handling in SQLAlchemy data layer (#1319)
- Enhanced GitHub Actions workflow with restricted permissions (#1349)

### Fixed

- Resolved issues with SQLite database support (#1137)
- Addressed automatic OAuth login after logout (#1362)
- Various code style and linting improvements (#1353, #1348, #1347)

### Development

- Implemented LiteralToChainlitConverter class for handling conversions
- Added comprehensive unit tests for data layer components
- Improved import structure and removed unused imports
- Updated README with latest project information (#1351)

We encourage users to thoroughly test this release candidate, particularly the LiteralAI integration and history features, and provide feedback before the final 1.3.0 release.

## [1.2.0] - 2024-09-16

### Security
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chainlit"
version = "1.2.0"
version = "1.3.0rc0"
keywords = [
'LLM',
'Agents',
Expand Down

0 comments on commit 79639b6

Please sign in to comment.