@@ -7,6 +7,94 @@ grand_parent: TrustGraph Documentation
77
88# Changelog
99
10- FIXME: Coming soon
10+ ## v1.1 (In Development)
11+ ### New Features
12+ - ** MCP (Model Context Protocol) Support** : Added MCP server and client support (#419 , #425 , #426 , #427 , #428 )
13+ - ** React Integration** : Added React call MCP functionality (#428 )
14+
15+ ### Improvements
16+ - Documentation updates for API/CLI changes in v1.0 (#420 , #421 )
17+ - Enhanced README with messaging improvements and link fixes
18+
19+ ---
20+
21+ ## v1.0
22+ ### Major Features
23+ - ** Flow API & Management** : Complete flow configuration and management system (#345 , #346 , #356 , #357 , #358 )
24+ - ** Knowledge Management** : Knowledge service, library management, and core CLI tools (#367 , #368 , #369 , #372 )
25+ - ** Enhanced Gateway** : Reverse gateway functionality and improved API gateway (#416 , #356 )
26+ - ** Performance Improvements** : Multi-threading support for consumers and LLMs (#408 , #409 )
27+
28+ ### New Integrations
29+ - ** vLLM Support** : Added vLLM integration (untested) (#410 )
30+ - ** HuggingFace TGI** : Added HuggingFace Text Generation Inference support (#396 )
31+ - ** Google AI Updates** : Enhanced Google AI integration (#394 )
32+
33+ ### Bug Fixes & Improvements
34+ - Fixed command line arguments handling (#417 )
35+ - Fixed library translators (#415 )
36+ - Fixed missing script issues (#418 )
37+ - Improved token rate measurement utility (#412 )
38+ - Enhanced translator classes (#414 )
39+ - Miscellaneous fixes (#413 )
40+
41+ ---
42+
43+ ## v0.23
44+ ### New Features
45+ - ** Knowledge Service** : Full knowledge management system with CLI tools
46+ - ** Library Management** : Document submission and library CLI functionality
47+ - ** Entity Contexts** : Import/export capabilities for entity contexts
48+ - ** Configuration Persistence** : Enhanced config management and reload mechanisms
49+
50+ ### Infrastructure
51+ - ** Container Updates** : Upgraded to Python 3.12 (#386 )
52+ - ** OCR Improvements** : Ported OCR code to new API architecture
53+ - ** Apache 2 License** : Updated licensing (#373 )
54+
55+ ### Bug Fixes
56+ - Fixed LLM launch bugs (#377 , #378 )
57+ - Fixed queue initialization issues (#381 , #382 )
58+ - Fixed chunking not being enabled (#364 )
59+ - Fixed OpenAI base URL handling
60+
61+ ---
62+
63+ ## v0.22
64+ ### Major Features
65+ - ** Configuration Service** : Dynamic configuration management (#332 , #334 , #335 )
66+ - ** Prompt Management** : Dynamic prompt loading and CLI commands (#338 )
67+ - ** Agent Management** : Enhanced agent configuration system
68+
69+ ### Infrastructure Changes
70+ - Removed template directory (moved to separate repository) (#336 )
71+ - Enhanced configuration initialization (#335 )
72+ - Added config reload handler mechanism (#334 )
73+
74+ ---
75+
76+ ## v0.21
77+ ### New Features
78+ - ** Librarian Service** : Document processing and management (#304 , #305 , #307 , #310 , #311 )
79+ - ** Mistral AI Support** : Complete Mistral API integration including OCR (#313 , #326 )
80+ - ** LM Studio Integration** : Added LM Studio LLM hosting support (#323 , #328 )
81+ - ** PDF OCR** : Separate PDF OCR package with Tesseract support (#324 )
82+ - ** Cassandra Integration** : Added Cassandra auth with SSL support (#318 )
83+
84+ ### Cloud & Infrastructure
85+ - ** Azure AKS** : Azure Kubernetes Service integration (#317 , #319 )
86+ - ** AWS Bedrock** : Inference profiles support (#314 )
87+ - ** FastEmbed** : Enabled FastEmbed component (#316 )
88+
89+ ### API Improvements
90+ - ** Pulsar API Key** : Added API key support (#308 )
91+ - ** Async/Sync Fixes** : Resolved async/sync loading issues (#315 )
92+ - ** GraphRAG & DocRAG** : Enhanced parameters and path hops (#312 )
93+
94+ ### Bug Fixes
95+ - Fixed broken setup.py (#320 )
96+ - Fixed async send typos (#322 )
97+ - Fixed container build issues (#325 )
98+ - Fixed missing OpenAI symbol and base URL specification (#330 )
99+ - Fixed Bedrock integration issues (#331 )
11100
12- This page will contain release notes and changes for TrustGraph versions.
0 commit comments