|
d700af17e9
|
🚸 (openai) Implement retries if openai rate limit reached
|
2023-08-24 15:28:44 +02:00 |
|
|
06ecdf040e
|
🐛 (sendMessage) Correctly preprocess and parse fetched bot
|
2023-08-24 09:11:10 +02:00 |
|
|
ee3b94c35d
|
⚡ (typebotLink) Better typebot link with merge option
Closes #675
|
2023-08-24 08:19:41 +02:00 |
|
|
ed77f5d124
|
🐛 (webhook) Fix variable list parsing in custom body
Closes #687
|
2023-08-18 15:57:52 +02:00 |
|
|
454d320c6b
|
✨ (api) Add CRUD typebot endpoints
Closes #320, closes #696
|
2023-08-17 09:39:11 +02:00 |
|
|
22cedb379d
|
Revert "⬆️ Upgrade next packages"
This reverts commit 401efa9d0c .
|
2023-08-14 21:49:03 +02:00 |
|
|
de616ea649
|
🔒 Expose minimum data to NEXT_DATA json
|
2023-08-14 16:55:47 +02:00 |
|
|
401efa9d0c
|
⬆️ Upgrade next packages
|
2023-08-11 15:17:17 +02:00 |
|
|
2b4ada007d
|
🐛 Normalize user inputs before comparing
|
2023-08-08 08:24:15 +02:00 |
|
|
a72cb5e20d
|
🔊 Add debug log for item matching issue
|
2023-08-08 07:46:16 +02:00 |
|
|
2c4762b57f
|
🚑 Add missing await on executeGroup
|
2023-08-07 15:37:31 +02:00 |
|
|
af1bee8756
|
🚸 (bot) Update reply if we get new format from backend
|
2023-08-07 15:24:15 +02:00 |
|
|
4d3f67c752
|
🚸 (setVariable) Rename Today setVar type to Now
|
2023-08-07 14:32:30 +02:00 |
|
|
bd9c8eac4c
|
💚 Add conditional rewrites for NEXTAUTH_URL targets
|
2023-08-06 11:20:13 +02:00 |
|
|
fc25734689
|
♻️ (webhook) Integrate webhook in typebot schema
Closes #313
|
2023-08-06 10:03:45 +02:00 |
|
|
53e4bc2b75
|
⚡ Add API endpoint to update the typebot in ongoing chat session
|
2023-08-04 14:53:49 +02:00 |
|
|
c534613087
|
🚸 (openai) Display OpenAI initial response error
|
2023-08-02 08:10:26 +02:00 |
|
|
482462f2b1
|
📝 (openai) Add troobleshoot guide for empty message issue
|
2023-08-01 17:50:29 +02:00 |
|
|
aa9f5bc732
|
⚡ (condition) Add regex comparison item
|
2023-08-01 08:20:16 +02:00 |
|
|
c99298e49b
|
⚡ (paymentInput) Handle Stripe redirection
Closes #631
|
2023-07-27 17:25:02 +02:00 |
|
|
7942ae4751
|
🐛 (sendMessage) Return updated session in all cases
|
2023-07-24 09:21:55 +02:00 |
|
|
3952ae2755
|
✨ Stream bubble content if placed right after Op…
Closes #617
|
2023-07-19 11:20:44 +02:00 |
|
|
13ac46975d
|
🐛 Fix viewer's .env.local.example inline comment
|
2023-07-18 14:54:11 +02:00 |
|
|
aa4c16dad7
|
⚡ Regroup database queries of /sendMessage in one place
Potentially reduces the total queries to database and it will help to migrate to Edge runtime
|
2023-07-18 14:31:20 +02:00 |
|
|
3426d6689d
|
⚡ Replace updates with updateManys when possible
Easy performance win to avoid triggering SELECT query after an UPDATE
|
2023-07-16 18:52:30 +02:00 |
|
|
521cb50782
|
♿ Remove invalid js in meta head code
|
2023-07-15 16:39:45 +02:00 |
|
|
d3fb31b43a
|
⏪ Downgrade next package version
Introduced "Invalid left-hand side in assignment"
|
2023-07-15 14:47:09 +02:00 |
|
|
e293cb0111
|
✨ Add Next.js embed library
|
2023-07-15 12:28:10 +02:00 |
|
|
81bc0746cf
|
⬆️ Upgrade dependencies
|
2023-07-15 10:46:36 +02:00 |
|
|
6565fcc29c
|
🐛 (openai) Fix incompatible OpenAI types
|
2023-07-12 12:28:58 +02:00 |
|
|
5644a0c8e0
|
⬆️ Upgrade OpenAI stream deps
|
2023-07-12 12:00:23 +02:00 |
|
|
37bb172f25
|
🚑 Fix invalid rewrites for custom domains
|
2023-07-11 19:32:37 +02:00 |
|
|
174d50ad1b
|
⚡ (settings) Parse custom head code to remove invalid text nodes
|
2023-07-11 19:17:38 +02:00 |
|
|
b2a973472f
|
🚑 (lp) Hard-code rewrite to typebot.io
|
2023-07-11 18:34:17 +02:00 |
|
|
0465275f82
|
🔧 Rewrite viewer to landing-page
|
2023-07-11 18:13:31 +02:00 |
|
|
56078b4e02
|
🐛 (share) Enable back empty public ID for self-hosted version
Closes #576
|
2023-07-07 14:35:17 +02:00 |
|
|
5a05310a9c
|
🛂 Add isSuspended prop on workspace
|
2023-07-04 14:56:36 +02:00 |
|
|
92740ad2ff
|
🚑 Fix answer upsert on duplicate itemId
|
2023-07-01 22:20:22 +02:00 |
|
|
24126ac9b8
|
🚑 Fix answer upsert missing groupId
|
2023-06-30 12:56:50 +02:00 |
|
|
b0f25f301b
|
⚡ (analytics) Improve analytics graph accuracy
|
2023-06-30 12:39:20 +02:00 |
|
|
9658277d97
|
🐛 (sheets) Fix sheet block when filter is undefined
|
2023-06-29 15:17:51 +02:00 |
|
|
50fcbfd95e
|
⚡ (pixel) Add skip initialization option
|
2023-06-28 10:37:01 +02:00 |
|
|
033f8f99dd
|
✨ Add Meta Pixel block
Closes #582
|
2023-06-28 09:52:03 +02:00 |
|
|
92f7f3cbe2
|
🐛 (condition) Improve comparison on dates
|
2023-06-27 09:18:36 +02:00 |
|
|
c94cd1e37c
|
🚑 (condition) Remove null check on comparison value
Closes #572
|
2023-06-22 14:48:12 +02:00 |
|
|
bfca8d9368
|
🐛 (openai) Fix streaming when starting with OpenAI block
|
2023-06-22 11:47:28 +02:00 |
|
|
8e7479a1bd
|
🐛 (condition) Fix condition parsing with value "null"
|
2023-06-22 11:39:03 +02:00 |
|
|
3be39cbc78
|
⚡ (openai) Use Vercel's AI SDK for streaming
|
2023-06-20 17:33:30 +02:00 |
|
|
f1b643c5be
|
🔒 Revert ddos lockdown
|
2023-06-19 18:41:00 +02:00 |
|
|
cec072b2a2
|
🐛 (conditions) Fix negative comparisons
|
2023-06-19 10:41:07 +02:00 |
|