app-v1.7.4

Ironclad/rivetapp-v1.7.4Dec 20, 2023by github-actions[bot]

AI Summary

This release adds a new Google plugin for Google Gemini integration along with various bug fixes including a crash fix for Code Node, a fix for concurrent chat with local LLM, and a memory leak fix for abort/subscribe. Several plugins and packages were also updated.

Key Highlights

  • Added Google plugin for Google Gemini integration
  • Fixed Code Node crash related to input/output names
  • Fixed concurrent chat node with local LLM
  • Fixed abort/subscribe memory leak
  • Updated AssemblyAI plugin and package

New Features

  • Google plugin for Google Gemini

Full Release Notes

## New Features

- Added [Google plugin](https://rivet.ironcladapp.com/docs/user-guide/plugins/built-in/google)! Use Google Gemini.

## Changes & Fixes

- Plugin UI: Updated image thumbnails for Autoevals, Python, and FS plugins.
- Fix JavaScript example in Code Node.
- Fix input/output names in Code Node was crashing render.
- Packages updated.
- AssemblyAI plugin and package updated.
- Fix concurrent chat node with local LLM (https://github.com/Ironclad/rivet/pull/249)
- Fix creating objects with type and value properties.
- Fix abort/subscribe memory leak.