app-v1.5.1
Ironclad/rivetapp-v1.5.1Oct 17, 2023by github-actions[bot]
AI Summary
This is a bug fix and performance improvement release for Rivet (app-v1.5.1). The most significant change is a performance optimization for remote debugging that throttles partial outputs when multiple chats are running. Several bugs were fixed including issues with the graph builder crashing with plugins, dataset loading, console errors about unknown models, and rendering problems with duplicate port IDs.
Key Highlights
- Performance improvement: Throttled partial outputs for remote debugger/node executor, drastically improving performance with multiple concurrent chats
- Fixed graph builder crash when projects have plugins installed
- Fixed datasets not loading until accessing data studio or opening certain nodes
- Fixed console errors about unknown models for tokenization
- Fixed rendering issues when input and output ports have the same ID
New Features
- Performance optimization for remote debugging with multiple concurrent chats
- Bug fix: Graph builder no longer crashes with plugins installed
- Bug fix: Datasets load properly without requiring navigation to data studio
- Bug fix: Console no longer shows errors about unknown tokenization models
- Bug fix: Anthropic plugin now works correctly with Claude Instant
- Bug fix: Graph list scrolling works properly
- Bug fix: Node input/output port rendering fixed for duplicate IDs
- Improved logging for control flow and exclusions
Full Release Notes
## Bug Fixes & Tweaks - Fix scrolling in graph list - Throttle partial outputs when using remote debugger / node executor, improves performance drastically when multiple chats are running at once - Fix bug where datasets weren't loaded until going to data studio/opening certain nodes - Fix errors in console about unknown models for tokenization - (Anthropic Plugin) Fix using Claude Instant - Fix graph builder crash when a project has plugins installed - Improve logging around control flow and exclusions - Fix rendering when input and output port for a node has the same ID