v1.11.1
[!IMPORTANT]
This version contains very important security updates, and we recommend that all users upgrade to this version as soon as possible.
This release is all about tightening up security, boosting performance, and squashing those pesky bugs. Let's dive into what's changed:
🛠️ Fixes and Improvements
-
React and Next.js Security Upgrades: We've bumped up
reactandreact-domto 19.2.3 to fix some CVE vulnerabilities. Next.js also got a security update, courtesy of @douxc (PRs #29532 and #29545). -
Credential Management: If you've been seeing empty
available_credentials, that's sorted out now (thanks to @fatelei in #29521). -
Description Length Limitation: Autogenerated descriptions will now be truncated to avoid the 400-character limit error, ensuring smoother submissions by @shua-chen in #28681.
-
Content Type Charset: Response content types now include charsets to keep your data formats consistent, by @Pleasurecruise in #29534.