New features
- ✨ Add WhatsApp typing indicator [ea2a87d]
UI/UX Improvements
- 💄 Remove climate contribution messaging from billing and pricing pages [534588d]
- 🚸 Allow s3 private URL access with PAT [62d3ba8]
- 🚸 Autostart chat only if input has no information to display [883e282]
- 🚸 Include session variables in http request sample body [6850b2a]
Fixed
- 🐛 Preserve empty lines when converting markdown to rich text [6ab7cbb]
- 💚 Fix typecheck lastActivityAt on schema [f29467d]
- 🐛 Fix typing bubble animation transform value [1fb2ab3]
- 🐛 Remove redundant error handling in getLastHourResults function [1baaf73]
- ✏️ Fix grammar and clarity in README.md (#2324) [f50674c]
- 🐛 Fix zapier trigger endpoints format [a28f186]
- 🚑 Fix 360 dialog typing indicator not compatible [fb065af]
- 🐛 Fix chat preview API authorization [8c56d19]
- 🚑 Fix bot handler api error definition [3a0ff4b]
- 🐛 Fix Dify blocking mode error for Agent chat apps [1f90256]
Content
Internal
- 🔧 Optimize hourly results check to only process active typebots [81ac192]
- 🗃️ Track last activity date on published typebots [48b8663]
- 🔧 Make churn agent messages more concise for low-value customers [1a011ad]
- 🔒 Implement rate limiting for all API endpoints sending email [e09998e]
- 🔧 Improve getLastHourResults query performance [e5b53b3]
- ♻️ Refacto viewer server handler to oRPC [3d64988]
- 🔥 Remove legacy ai stream API handlers [f3e984a]
- 🔧 Improve churn agent snapshot instructions [506435f]
Miscellaneous
- 🧑💻 Improve unknown http req error logging [b2102d0]