|
4 | 4 |
|
5 | 5 | ## 1.3.0 (2025-09-11)
|
6 | 6 |
|
| 7 | +### Added |
| 8 | + |
| 9 | +- **Agents** |
| 10 | + - Agents in CLI support (#776) |
| 11 | + - Force tool calling support (#751) |
| 12 | + - Trace tool calls in agents (#790) |
| 13 | + - PydanticAI agents support (#755) |
| 14 | + - AgentDependencies in AgentRunContext (#781) |
| 15 | + |
| 16 | +- **Authentication** |
| 17 | + - Backend authentication into the chat (#761) |
| 18 | + - UI auth token storage (#802) |
| 19 | + - Initial auth plugin for UI (#763) |
| 20 | + - Standardized chat typing system (#803) |
| 21 | + - Ragbits-chat tutorial and how-to documentation (#778) |
| 22 | + |
| 23 | +- **UI Enhancements** |
| 24 | + - Persistent user settings v2 (#799) |
| 25 | + - Usage component for tracking resource consumption (#786) |
| 26 | + - Clear message event functionality (#789) |
| 27 | + - Page title & favicon customization (#767) |
| 28 | + |
| 29 | +- **Vector stores** |
| 30 | + - Support for vectors longer than 2000 tokens in pgvector (#777) |
| 31 | + |
| 32 | +- **Ragbits document-search** |
| 33 | + - PPTX document parser support (#693) |
| 34 | + |
| 35 | +- **Developer Experience** |
| 36 | + - Autogenerate TypeScript types (#727) |
| 37 | + - Automated UI build system (#784) |
| 38 | + - Optional parallel batches execution in ragbits.evaluate.Evaluator (#769) |
| 39 | + |
| 40 | +- **Performance** |
| 41 | + - Better litellm lazy loading for improved app speed-up (#806) |
| 42 | + - Lazy loading to decrease app startup time (#753) |
| 43 | + |
| 44 | +### Fixed |
| 45 | +- UI build issues (#796, #794) |
| 46 | +- Infinite initialization bug (#793) |
| 47 | +- Disappearing history and ChatOptions sending message issue (#791) |
| 48 | +- Litellm logging spam (#792) |
| 49 | +- Prompt consuming same iterator twice (#768) |
| 50 | + |
7 | 51 | ### Changed
|
8 | 52 |
|
| 53 | +- Refactored UI event handling system (#805) |
9 | 54 | - ragbits-chat updated to version v1.3.0
|
10 | 55 | - ragbits-cli updated to version v1.3.0
|
11 | 56 | - ragbits-document-search updated to version v1.3.0
|
12 | 57 | - ragbits-evaluate updated to version v1.3.0
|
13 | 58 | - ragbits-guardrails updated to version v1.3.0
|
14 | 59 | - ragbits-core updated to version v1.3.0
|
15 | 60 |
|
| 61 | +### Infrastructure |
| 62 | +- Setup nightly releases (#808) |
| 63 | +- Changelog branch comparison and autogeneration (#807) |
| 64 | +- Added UI plugin tests (#797) |
| 65 | +- Removed config test (#795) |
| 66 | +- Various CI/CD updates |
| 67 | + |
16 | 68 | ## 1.2.2 (2025-08-08)
|
17 | 69 |
|
18 | 70 | ### Changed
|
|
0 commit comments