Releases: abstra-app/abstra-lib
Releases · abstra-app/abstra-lib
v3.14.0
- ✨ Added: new web file editor
- ✨ Added: docstrings to all SDK objects
- ✨ Improvement: show a menu with actions on selecting a transition
- ✨ Improvement: better Smart Chat for code generation and debugging
- ✨ Improvement:
abstra restore --file <file>
now works with .csv files - 🐛 Fixed: do not allow to send messages to Smart Chat while it is answering
- 🐛 Fixed: fix logout handler for windows
v3.13.0
- ✨ Improvement: show tasks type and payload in logs
- 🐛 Fixed: color and spacing inconsistencies on login
- 🐛 Fixed: validation would not run when advancing form (SDK 2.0)
v3.12.1
- 🐛 Fixed: encoding errors when running abstra on Windows
v3.12.0
- ✨ Improvement: add "clear all tasks" button
- ✨ Improvement: add
pagination_always_visible
param (defaults toTrue
) to tables widgets
v3.11.1
- ⚡️ Performance: faster module reloading
v3.11.0
- ✨ Feature: Add is_html argument to send_email function
- ✨ Improvement: better Smart Chat answers
- ✨ Improvement: simpler input for token when logging in
- 🐛 Fixed: renamed function
run
torun_sql
to avoid conflicts - 🐛 Fixed: only last line of StackTrace was being shown
v3.10.3
- ⚙️ Internal optimizations
v3.10.2
- 🐛 Fix: Passwordless login UI card background-color
- 🐛 Fix: Update workflow was failing if sync_connection_pool failed
v3.10.1
- 🐛 Fix redirection of external URLs with query params
- 🐛 Fix agent connection not being sync'ed when workflow or public url were updated
v3.10.0
- ⚙️ Internal optimizations