@@ -3,11 +3,66 @@ title: Changelog - TrustGraph
33nav_order : 1
44parent : Reference
55grand_parent : TrustGraph Documentation
6- review_date : 2026-02 -01
6+ review_date : 2027-01 -01
77---
88
99# Changelog
1010
11+ ## v1.8 (2026-01-19)
12+
13+ ### Major Features
14+ - ** API Documentation** (#612 , #613 , #614 ): Comprehensive API specifications
15+ and documentation:
16+ - REST API OpenAPI specification with full endpoint coverage
17+ - WebSocket AsyncAPI specification for real-time interactions
18+ - Python API documentation with auto-generation tooling
19+ - Removed legacy hand-written API documentation in favor of generated specs
20+ - ** Messaging Fabric Plugins** (#592 ): Plugin architecture for messaging fabric
21+ enabling alternative messaging backends:
22+ - Technology-neutral schema expressions for transport abstraction
23+ - Backend abstraction layer for pub/sub operations
24+ - Enables future support for messaging systems beyond Pulsar
25+ - Schema strictness improvements uncovered and fixed incorrect schema usage
26+
27+ ### Improvements
28+ - ** Generic S3 Storage Support** (#594 ): Librarian blob storage refactored for
29+ S3-compatible stores:
30+ - MinIO-specific options changed to generic S3 parameters
31+ - Added region and SSL configuration options
32+ - Integrated with Garage - the configuration portal delivers integrated
33+ Garage
34+ - ** Storage Management Cleanup** (#595 ): Addressed legacy issues in storage
35+ management:
36+ - Removed legacy storage management code
37+ - Fixed deletion of last collection edge case
38+ - Storage processors now ignore data for deleted collections
39+ - ** URL Normalization** (#617 ): Gateway URLs now work with or without trailing
40+ slashes
41+
42+ ### Bug Fixes
43+ - ** Configuration Fixes** (#616 , #609 , #611 , #610 ): Multiple config-related
44+ fixes:
45+ - Fixed flows/flow key issue in config service
46+ - Fixed config inconsistency issues
47+ - Fixed flow loading problems
48+ - Fixed load-doc command issues
49+ - ** Streaming Fixes** (#607 , #608 , #602 , #599 ): Resolved streaming-related
50+ issues:
51+ - Fixed non-streaming RAG problems
52+ - Fixed agent streaming tool failure
53+ - Fixed various streaming API issues
54+ - ** Schema Fixes** (#598 , #596 ): Schema message improvements:
55+ - Fixed doc embedding schema messages
56+ - Fixed optionality in objects-query schema
57+ - ** Collection Management** (#597 ): Fixed collection existence test logic
58+ - ** Dependencies** (#606 ): Added missing trustgraph-base dependency
59+
60+ ### Testing
61+ - ** Streaming Tests** (#600 , #601 ): Added comprehensive streaming tests and
62+ fixed async test warnings
63+
64+ ---
65+
1166## v1.7 (2025-12-23)
1267
1368### Major Features
0 commit comments