v2.26.0
版本发布时间: 2024-06-03 17:25:30
baptisteArno/typebot.io最新发布版本:v2.28.2(2024-09-06 21:50:18)
Breaking changes
We had to fix an important security issue. It changes how code is executed on Typebot's server.
If you have a bot that executes code on the server that contains:
-
fetch
-
console.log
-
setTimeout
orsetInterval
(It applies only to code that have the Execute on client? option unchecked.)
These codes might not work anymore. You should check the new limitations listed here before upgrading: https://docs.typebot.io/editor/blocks/logic/script#limitations-on-scripts-executed-on-server
Added
Changed
- 🚸 Properly parse single break lines in streaming bubble [3d09ad1]
- 🚸 (number) Avoid parsing numbers starting with 0 [3e4e753]
- 🚸 (dify) Improve error display when streaming [e1f1b58]
- 🚸 (url) Improve URL input behavior on web [3320e1b]
- ⚡ (api) Add textBubbleContentFormat option [c53ce34]
- ⚡ (difyAi) Enable streaming with Dify.AI block [58f2e3b]
- 🗃️ Add createdAt to sort transcript answers [79ad1f6]
- ♻️ (mistral) Use new ai sdk Mistral core [15b2901]
- 🚸 Add variables button in forged select input by default [b71dbdb]
- ⚡ Format email input to lower case (#1520) [618322e]
Removed
Fixed
- 🐛 Fix storage bug when setVariableHistory conflicts [fa191fd]
- 🐛 Fix sample result parsing on complex flows [409c553]
- 🐛 (dify) Fix invalid parsing when text delta is multiline [176e3a5]
- 🐛 (script) Fix script exec when one variable is object [85bcb69]
- 🚑 Fix inline code evaluation [073c1d4]
- 🐛 (whatsapp) Fix preview_url parsing [88d98f0]
- 🐛 (calCom) Fix book callback not working on second attempt [c2f3c97]
- 🐛 (calCom) Fix weekly and column layouts restrained from max-width prop [10cbf4d]
- ✏️ Fix ee README broken image [06ac93c]
- 🐛 (variables) Fix session only menu bool [e49d28c]
- 🐛 (wa) Fix session stuck into reply state [9f39c66]
Security
- 🔒 Use isolated-vm [8d66b52]
Miscellaneous
- 📝 Add "Create whatsapp chatbot" article (#1502) [e015385]
- 🧑💻 Add more convenient classes to typebot elements [3031d26]
- 🧑💻 Add keycloak auth provider (#1533) [bb4bbd8]
- 📝 Add "How to train chatbot on your own data" article (#1516) [29040c6]
- 📝 Add release section in self-hosting get-started page [076a950]
- 📄 Add Commercial License for ee folder (#1532) [0eacbeb]
- :monocle_face: Improve chat session inspection script [ab9e36f]