Baptiste Arnaud
d51cf00f69
💄 Fix audio element UI overflow on Firefox
...
Also added better display when a media bubble src is a variable
Closes #1742
2024-09-02 11:47:02 +02:00
Baptiste Arnaud
ec2a53fac1
➖ Remove ZemanticAI block
...
Closes #1656 , closes #1652
2024-07-22 17:24:02 +02:00
Baptiste Arnaud
c6005c49a2
✨ (credentials) Add credentials management menu in workspace settings
...
Closes #1567
2024-07-16 15:11:48 +02:00
Baptiste Arnaud
8e15472e82
🚸 (http) Allow for query params list
...
Closes #1638
2024-07-15 15:28:57 +02:00
Baptiste Arnaud
d838c2c816
🐛 Fix http req body type issue
2024-07-11 11:49:19 +02:00
Baptiste Arnaud
c5794a0461
🐛 (http) Accept body content other than json and form-data
2024-07-11 10:46:00 +02:00
Baptiste Arnaud
1431898b82
🐛 (sheets) Make sure update cells do not overwrite existing…
2024-06-27 11:25:43 +02:00
Baptiste Arnaud
f38af0d90b
🐛 (sendEmail) Fix body HTML parsing invalid escape
2024-06-11 19:06:27 +02:00
Baptiste Arnaud
a936bc206a
🚑 Fix webhook sample result parsing
2024-06-04 15:41:18 +02:00
Baptiste Arnaud
409c55308e
🐛 Fix sample result parsing on complex flows
...
Make sure to ignore already visited group ids
2024-05-30 10:19:19 +02:00
Baptiste Arnaud
8d66b52a39
🔒 Use isolated-vm
2024-05-22 12:12:02 +02:00
Baptiste Arnaud
304bfcf355
🚑 (httpRequests) Fix save variable parsing
2024-05-21 11:20:35 +02:00
Baptiste Arnaud
40f21203b5
✨ (setVariable) Add Transcription system var ( #1507 )
...
Closes #1484
2024-05-15 14:24:55 +02:00
Baptiste Arnaud
75c44d61d5
🔒 Use vm instead of Function in Node.js ( #1509 )
2024-05-14 14:17:40 +02:00
Baptiste Arnaud
7d70f0243b
🐛 Fix webhook default timeout and unoptimized json parser ( #1492 )
2024-05-02 16:50:06 +02:00
Baptiste Arnaud
7efb79d581
🐛 (httpReq) Properly parse big ints
...
Closes #1486
2024-05-01 08:46:01 +02:00
Baptiste Arnaud
dc1929e15b
🐛 (openai) Fix ask assistant not correctly referencing uploaded f… ( #1469 )
...
…iles
Closes #1468 , closes #1467 , closes #1211
2024-04-24 16:11:06 +02:00
Baptiste Arnaud
3ca1a2f0d6
⚡ Remove empty strings from variable parsing when possible
2024-04-18 10:17:25 +02:00
Baptiste Arnaud
3f367800df
🐛 Fix streaming text selection ( #1444 )
2024-04-12 11:02:28 +02:00
Baptiste Arnaud
75dd554ac2
🔊 Improve http req timeout error
2024-04-09 15:08:09 +02:00
Baptiste Arnaud
d96f384e02
♻️ Migrate from got to ky ( #1416 )
...
Closes #1415
2024-04-05 09:01:16 +02:00
Baptiste Arnaud
2fcf83c529
⚡ Introduce a new high-performing standalone chat API ( #1200 )
...
Closes #1154
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added authentication functionality for user sessions in chat API.
- Introduced chat-related API endpoints for starting, previewing, and
continuing chat sessions, and streaming messages.
- Implemented WhatsApp API webhook handling for receiving and processing
messages.
- Added environment variable `NEXT_PUBLIC_CHAT_API_URL` for chat API URL
configuration.
- **Bug Fixes**
- Adjusted file upload logic to correctly determine the API host.
- Fixed message streaming URL in chat integration with OpenAI.
- **Documentation**
- Updated guides for creating blocks, local installation, self-hosting,
and deployment to use `bun` instead of `pnpm`.
- **Refactor**
- Refactored chat API functionalities to use modular architecture.
- Simplified client log saving and session update functionalities by
using external functions.
- Transitioned package management and workflow commands to use `bun`.
- **Chores**
- Switched to `bun` for package management in Dockerfiles and GitHub
workflows.
- Added new Dockerfile for chat API service setup with Bun framework.
- Updated `.prettierignore` and documentation with new commands.
- **Style**
- No visible changes to end-users.
- **Tests**
- No visible changes to end-users.
- **Revert**
- No reverts in this release.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-21 10:23:23 +01:00
Baptiste Arnaud
5073be2439
♻️ Remove @typebot.io/schemas from @typebot.io/lib
2024-03-15 16:32:29 +01:00
Baptiste Arnaud
33cbb2b254
🚸 Rename "webhook" block to "HTTP request"
2024-02-16 12:04:25 +01:00
Baptiste Arnaud
69b113fc85
🧐 Add exportResults script
2024-01-12 10:16:01 +01:00
Baptiste Arnaud
f73bc46208
🐛 (webhook) Fix test request execution invalid timeout
2024-01-04 14:09:06 +01:00
Baptiste Arnaud
34917b00ef
⚡ (webhook) Add custom timeout option
...
Closes #1128
2024-01-04 08:08:00 +01:00
Baptiste Arnaud
d247e02cad
🐛 (webhook) Fix result parsing with same linked typebot
2024-01-03 17:01:22 +01:00
Baptiste Arnaud
b5fbba7072
🔒 (logs) Remove some logs from API response to avoid sensit…
2024-01-02 15:18:20 +01:00
Baptiste Arnaud
cee1373e6a
🔧 Add disableRequestTimeout param for automation integrations
2023-12-27 07:44:54 +01:00
Baptiste Arnaud
3bbaf670a2
🚸 (webhook) Improve header and query params parsing
2023-12-24 11:02:48 +01:00
Baptiste Arnaud
1e5fa5a575
📝 Migrate from Docusaurus to Mintlify ( #1115 )
...
Closes #868
2023-12-22 09:13:53 +01:00
Baptiste Arnaud
f4a0935c79
🔧 Add anthropic to long request whitelist
2023-12-21 07:29:52 +01:00
Baptiste Arnaud
deab1a12e9
⚡ (sheets) Use Google Drive picker and remove sensitive OAuth scope
...
BREAKING CHANGE: The Google Picker API needs to be enabled in the Google Cloud console. You also need to enable it in
your NEXT_PUBLIC_GOOGLE_API_KEY. You also need to add the drive.file OAuth scope.
2023-12-18 15:44:57 +01:00
Baptiste Arnaud
3bd07c60da
➕ (webhook) Add Orimon in long request whitelist
2023-12-13 10:55:51 +01:00
Baptiste Arnaud
5e019bbb22
✨ Introducing The Forge ( #1072 )
...
The Forge allows anyone to easily create their own Typebot Block.
Closes #380
2023-12-13 10:22:02 +01:00
Baptiste Arnaud
957eaf33dd
⚡ Add dynamic timeout to bot engine api
2023-12-08 13:43:58 +00:00
Baptiste Arnaud
94886ca58e
🐛 (chatwoot) Fix email prefill when Chatwoot contact already exist
2023-11-20 15:22:11 +01:00
Baptiste Arnaud
1a44bf4935
✨ (openai) Add create speech OpenAI action
...
Closes #1025
2023-11-20 14:01:50 +01:00
Baptiste Arnaud
084588a086
🧑💻 (chat) Introduce startChat and continueChat endpoints
...
Closes #1030
2023-11-13 15:27:36 +01:00
Baptiste Arnaud
63233eb7ee
🐛 (webhook) Fix legacy webhook {{state}} body parsing
2023-11-12 08:35:29 +01:00
Baptiste Arnaud
14a37160fd
🚑 (webhook) Fix webhook execution with default method
2023-11-09 08:59:45 +01:00
Baptiste Arnaud
35300eaf34
♻️ Introduce typebot v6 with events ( #1013 )
...
Closes #885
2023-11-08 15:34:16 +01:00
Baptiste Arnaud
eed562b47a
⚡ (chatwoot) Unmount Typebot embed bubble when opening chatwoot
...
Closes #1007
2023-11-06 16:57:05 +01:00
Baptiste Arnaud
49826d1303
🚸 (openai) Improve streaming bubble sequence and visual
2023-10-09 11:30:51 +02:00
Baptiste Arnaud
bf1f657642
🔥 Remove streamer Pages API endpoint
2023-10-06 17:45:12 +02:00
Baptiste Arnaud
225dfed313
⬆️ (openai) Replace openai-edge with openai and upgrade next
2023-10-06 14:38:54 +02:00
Baptiste Arnaud
7d57e8dd06
♻️ Export bot-engine code into its own package
2023-09-20 15:42:34 +02:00