v0.15.2

Ironclad/rivetv0.15.2Sep 1, 2023by abrenneke

AI Summary

This release introduces several enhancements including the ability to abort GraphProcessor during replay, improved NodeRegistration performance, and support for additional logical operators (and/or/xor/nand/nor/xnor) in CompareNode. It also adds complete AssemblyAI plugins and enables plugins to define secret configuration.

Key Highlights

  • GraphProcessor can now be aborted during replay
  • Performance improvements for NodeRegistration
  • Support for logical operators (and/or/xor/nand/nor/xnor) in CompareNode
  • Complete AssemblyAI plugins added
  • Plugins can now define secret configuration

New Features

  • Plugins can define secret configuration
  • Support for and/or/xor/nand/nor/xnor logical operators in CompareNode
  • Complete AssemblyAI plugins added
  • Ability to abort GraphProcessor during replay

Full Release Notes

## Changes

* Can abort `GraphProcessor` during replay
* Improve performance of `NodeRegistration`
* Plugins can define secret configuration
* Fix `AudioNode` title
* Support and/or/xor/nand/nor/xnor in `CompareNode`
* Fix `PromptNode` not deduplicating input names
* Add complete AssemblyAI plugins