Releases: causalens/dara
Releases · causalens/dara
v1.14.3
v1.14.2
v1.14.1
v1.14.0
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
v1.14.0-alpha.2
🚧 WIP
- remove periodic token refresh
- fix live WS connections having stale auth context
v1.14.0-alpha.1
🚧 WIP
- added periodic automatic token refresh for auth configs which implement it
- modified refresh_token method to be given old session token for session_id continuity
v1.14.0-alpha.0
v1.13.1
📈 Improvements
- Improvement: DO-3914 replace deprecated
shortid
withnanoid
- PR: #372
- Improvement: DO-3967 ugrade pnpm to 9
- PR: #376
🐛 Fixes
- Fix: DO-3745 table display does not format datetime columns correctly
- PR: #368
- Fix: DO-3828 table showing wrong dates
- PR: #369
- Fix: DO-3869 input component bug
- PR: #370
- Fix: DO-3936 bar plot not picking up default dara styling with plotly
- PR: #373
- Fix: DO-3941 custsup plotly with too many data points breaks with enumerate error
- PR: #375
- Fix: DO-3956 causal graph viewer not updating nodes when graph is updated
- PR: #374
📦 Other
- Docs: DO-3248 docs fixes readme and components docstrings
- PR: #371