@@ -8,9 +8,46 @@ grand_parent: TrustGraph Documentation
88
99# Changelog
1010
11+ ## v1.3.20
12+
13+ ### New Features
14+
15+ - ** Structured Data Enhancements** (#492 , #493 , #496 , #498 , #500 ): Major improvements to structured data handling:
16+ - NLP query to GraphQL service for natural language database queries
17+ - Structured query tool integration with agent framework
18+ - Enhanced structured query support and object batching
19+ - Structured data loader CLI with auto mode functionality
20+ - Object import capabilities with batch processing
21+ - ** Collection Management** (#503 , #511 ):
22+ - Extended use of user + collection fields throughout the system
23+ - Stores automatically create collections on query
24+ - ** Tool Groups** (#484 ): Added tool grouping functionality for better organization
25+
26+ ### Improvements
27+
28+ - ** GraphQL Enhancements** (#486 , #489 ):
29+ - Added GraphQL table query support
30+ - Removed redundant GraphQL collection parameter
31+ - ** Cassandra Configuration Standardization** (#483 , #488 , #490 ):
32+ - Made Cassandra options (user, password, host) consistent across all utilities
33+ - Consolidated Cassandra configuration for better consistency
34+ - Refactored Cassandra operations to use common helper functions
35+ - ** API Improvements** (#513 ): Return empty embeddings list as empty list through gateway
36+
37+ ### Bug Fixes
38+
39+ - ** Vector Store Fixes** (#507 ): Fixed Milvus vector store integration issues
40+ - ** Document Processing** (#506 ): Fixed document RAG processing issues
41+ - ** Monitoring** (#502 ): Fixed Prometheus incorrect metric names
42+ - ** API Consistency** (#481 ): Fixed trustgraph-base chunks/documents confusion in the API
43+ - ** System Integration** (#494 ): Resolved various system integration issues
44+ - ** Import/Export** (#476 ): Fixed graceful shutdown for import/export operations
45+ - ** Knowledge Loading** (#472 ): Use collection field from request when loading knowledge core
46+
1147## v1.2.17
1248
1349### New Features
50+
1451- ** MCP Tool Arguments Support** (#462 ): Added support for Model Context Protocol (MCP) tool arguments, including agent support and additional tests
1552- ** Anthropic Support for VertexAI** (#458 ): Added Anthropic model support for Google Vertex AI platform
1653- ** Knowledge Load Utility CLI** (#456 ): New command-line utility for loading knowledge into the system
@@ -24,12 +61,14 @@ grand_parent: TrustGraph Documentation
2461 - Refactored ReAct manager to use traditional ReAct messages
2562
2663### Improvements
64+
2765- ** Agent Tool Coverage** (#460 ): Increased ReAct tool coverage with multi-step tool invocation and reasoning tests
2866- ** Schema Structure Refactor** (#451 ): Major refactoring of schema structure for better organization
2967- ** Logging Strategy** (#444 ): Implemented comprehensive logging strategy, converting all print() statements to proper logging invocations
3068- ** Build System Modernization** (#440 ): Migrated from setup.py to pyproject.toml for modern package infrastructure
3169
3270### Bug Fixes
71+
3372- ** Agent Tool Resilience** (#461 ):
3473 - Fixed incorrect tool initialization in agent service
3574 - Made Action parsing more resilient by handling quotation marks
@@ -42,39 +81,48 @@ grand_parent: TrustGraph Documentation
4281- ** Logging Startup Issues** (#445 , #446 , #447 ): Resolved multiple logging startup problems
4382
4483### Infrastructure
84+
4585- ** Build Dependencies** (#441 , #442 ): Added missing build dependencies
4686- ** Template Addition** (#463 ): Added new template support
4787- ** Python Dependencies** : Updated Python dependencies to version 1.2
4888
4989### Testing
90+
5091- ** PDF Decoder Tests** : Added comprehensive tests for PDF decoder functionality
5192- ** MCP Arguments Tests** : Added test coverage for MCP tool arguments
5293- ** Multi-step Reasoning Tests** : New tests for multi-step tool invocation scenarios
5394
5495## v1.1.10
96+
5597### New Features
98+
5699- ** MCP (Model Context Protocol) Support** : Added MCP server and client support (#419 , #425 , #426 , #427 , #428 )
57100- ** React Integration** : Added React call MCP functionality (#428 )
58101
59102### Improvements
103+
60104- Documentation updates for API/CLI changes in v1.0 (#420 , #421 )
61105- Enhanced README with messaging improvements and link fixes
62106
63107---
64108
65109## v1.0.22
110+
66111### Major Features
112+
67113- ** Flow API & Management** : Complete flow configuration and management system (#345 , #346 , #356 , #357 , #358 )
68114- ** Knowledge Management** : Knowledge service, library management, and core CLI tools (#367 , #368 , #369 , #372 )
69115- ** Enhanced Gateway** : Reverse gateway functionality and improved API gateway (#416 , #356 )
70116- ** Performance Improvements** : Multi-threading support for consumers and LLMs (#408 , #409 )
71117
72118### New Integrations
119+
73120- ** vLLM Support** : Added vLLM integration (untested) (#410 )
74121- ** HuggingFace TGI** : Added HuggingFace Text Generation Inference support (#396 )
75122- ** Google AI Updates** : Enhanced Google AI integration (#394 )
76123
77124### Bug Fixes & Improvements
125+
78126- Fixed command line arguments handling (#417 )
79127- Fixed library translators (#415 )
80128- Fixed missing script issues (#418 )
0 commit comments