Releases: causalens/dara
Releases · causalens/dara
v1.14.7
🐛 Fixes
- Fix: DO-4367 Loosen Jinja2 dep constraint
v1.14.6
🐛 Fixes
- Fix: DO-4274 fix a couple of issues in the token refresh logic around websockets
📦 Other
- Docs: DO-4286 DO-4309 dark theme link
v1.14.5
🐛 Fixes
- Fix: DO-4205 loosen the croniter dependency
v1.14.4
🐛 Fixes
- Fix: DO-4169 Add icon display to dropdown items
📦 Other
v1.14.3
📈 Improvements
- Improvement: DO-3687 change repo ownership to capture the whole team
- Improvement: DO-3959 - update code editor to configure language
v1.14.2
🐛 Fixes
- Fix: DO-3034 remove redundant data from refresh request
v1.14.1
📈 Improvements
- Improvement: DO-3034 make request() utility options argument optional, defaulting to empty object like
fetch
v1.14.0
📈 Improvements
- Improvement: DO-3034 support seamless handling of refresh tokens
v1.14.0-alpha.3
🚧 WIP
- client-side GlobalStore used to store the session token is now a wrapper around localStorage. This means the values are shared cross-tab, and subscriptions use storage events so one tab performing a refresh will automatically notify all active tabs.
- changed approach to live WS connection context update to instead send a client->server message
- use a lock and short-lived cache to prevent multiple tabs from performing concurrent or subsequent token refreshes in a short amount of time