react-v1.2.1

tambo-ai/tamboreact-v1.2.1Mar 11, 2026by tambo-bot

AI Summary

This is a minor patch release (1.2.1) focused on fixing a memory leak issue in the React SDK. The update ensures that interactable tools are properly cleaned up when a React component unmounts, preventing potential resource leaks and improving overall application performance.

Key Highlights

  • Fixed memory leak by cleaning up interactable tools on component unmount (#2610)
  • Addresses issue #2610 in the react-sdk package

Full Release Notes

## [1.2.1](https://github.com/tambo-ai/tambo/compare/react-v1.2.0...react-v1.2.1) (2026-03-11)


### Bug Fixes

* **react-sdk:** clean up interactable tools on component unmount ([#2610](https://github.com/tambo-ai/tambo/issues/2610)) ([4aa1eed](https://github.com/tambo-ai/tambo/commit/4aa1eed9a8177e4f43c4505c1e156f3d0e6a8c16))