You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed file access vulnerability in get_file and upload_file endpoints (#1441)
60
+
- Added authentication to /project/file endpoint (#1441)
61
+
- Addressed security vulnerabilities in frontend dependencies (#1431, #1414)
62
+
63
+
### Fixed
64
+
65
+
- Dialog boxes extending beyond window (#1446)
66
+
- Allow empty chat input when submitting attachments (#1261)
67
+
- Tasklist when Chainlit is submounted (#1433)
68
+
- Spaces in avatar filenames (#1418)
69
+
- Step argument input and concurrency issues (#1409)
70
+
- Display_name copying to PersistentUser during authentication (#1425)
71
+
72
+
### Development
73
+
74
+
- Refactored storage clients into separate modules (#1363)
75
+
- Support for IETF BCP 47 language tags (#1399)
76
+
- Improved GitHub Actions workflows and build process (#1445)
77
+
- Direct installation from GitHub support (#1423)
78
+
- Extended package metadata with homepage and documentation links (#1413)
79
+
- Various backend fixes and code cleanup (#1432)
80
+
7
81
## [2.0.dev0] - 2024-10-08
8
82
9
83
### Breaking Changes
@@ -40,36 +114,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
40
114
- Added new wavtools directory with various audio processing utilities
41
115
- Implemented new AudioWorklet processors for more efficient audio handling
42
116
43
-
## [1.3.0rc0] - 2024-10-02
44
-
45
-
### Added
46
-
47
-
- SQLite support in SQLAlchemy integration (#1137)
48
-
- Extensive test coverage for LiteralDataLayer and SQLAlchemyDataLayer
49
-
-`get_element()` method to SQLAlchemyDataLayer (#1346)
50
-
51
-
### Changed
52
-
53
-
- Bumped LiteralAI dependency to version 0.0.625 (#1376)
54
-
- Refactored LiteralDataLayer for improved performance and consistency
55
-
- Refactored context handling in SQLAlchemy data layer (#1319)
56
-
- Enhanced GitHub Actions workflow with restricted permissions (#1349)
57
-
58
-
### Fixed
59
-
60
-
- Resolved issues with SQLite database support (#1137)
61
-
- Addressed automatic OAuth login after logout (#1362)
62
-
- Various code style and linting improvements (#1353, #1348, #1347)
63
-
64
-
### Development
65
-
66
-
- Implemented LiteralToChainlitConverter class for handling conversions
67
-
- Added comprehensive unit tests for data layer components
68
-
- Improved import structure and removed unused imports
69
-
- Updated README with latest project information (#1351)
70
-
71
-
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.
0 commit comments