Skip to content

Commit da989dd

Browse files
Release notes for 1.8: TrustGraph 1.8 and Workbench 1.5.5 (#26)
1 parent 7e4da06 commit da989dd

File tree

2 files changed

+83
-3
lines changed

2 files changed

+83
-3
lines changed

reference/changelog/trustgraph.md

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,66 @@ title: Changelog - TrustGraph
33
nav_order: 1
44
parent: Reference
55
grand_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

reference/changelog/workbench.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,35 @@ review_date: 2026-01-15
88

99
# Changelog - Workbench UI
1010

11-
## v1.4.1 (2025-12-04)
11+
## v1.5.5 (2026-01-19) - released in TrustGraph 1.8
12+
13+
### Enhancements
14+
- **Nomenclature Update** (#115): Renamed "flow class" to "flow blueprint"
15+
throughout the UI for consistency with backend terminology.
16+
- **Light/Dark Mode Fixes** (#121): Fixed color modes in flow blueprint
17+
viewer and ontology editor for proper theming support.
18+
19+
### Bug Fixes
20+
- **WebSocket Proxy Auth** (#112): Fixed gateway authentication error by
21+
passing query string through websocket proxy.
22+
- **GraphRAG Client** (#113): Updated dependencies to pull in GraphRAG
23+
client fix.
24+
- **Graph View** (#114): Fixed graph view issues by rolling back problematic
25+
dependencies while keeping TrustGraph deps current; also fixed critical
26+
vulnerability.
27+
- **Flow Blueprint Issues** (#117, #118): Fixed flow blueprint layout and URL
28+
routing issues.
29+
- **Dialog List** (#119): Fixed dialog list fault.
30+
- **Knowledge Core Loading** (#120): Fixed load kg-core ignoring collection
31+
parameter.
32+
33+
---
34+
35+
## v1.4.1 (2025-12-04) - released in TrustGraph 1.6
1236

1337
### Features
14-
- **Stream LLM Interactions** (#110): Added streaming support for LLM interactions for real-time response display.
38+
- **Stream LLM Interactions** (#110): Added streaming support for LLM
39+
interactions for real-time response display.
1540

1641
### Enhancements
1742
- **Agent Dialog UI** (#111): Improved agent dialog by collapsing agent thinking and observation messages for a cleaner interface.

0 commit comments

Comments
 (0)