Skip to content

Releases: causalens/dara

v1.14.3

08 Nov 11:57
Compare
Choose a tag to compare

📈 Improvements

  • Improvement: DO-3687 change repo ownership to capture the whole team
  • Improvement: DO-3959 - update code editor to configure language

v1.14.2

28 Oct 15:48
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: DO-3034 remove redundant data from refresh request

v1.14.1

25 Oct 15:00
Compare
Choose a tag to compare

📈 Improvements

  • Improvement: DO-3034 make request() utility options argument optional, defaulting to empty object like fetch

v1.14.0

25 Oct 12:57
Compare
Choose a tag to compare

📈 Improvements

  • Improvement: DO-3034 support seamless handling of refresh tokens

v1.14.0-alpha.3

23 Oct 09:06
Compare
Choose a tag to compare
v1.14.0-alpha.3 Pre-release
Pre-release

🚧 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

22 Oct 08:03
Compare
Choose a tag to compare
v1.14.0-alpha.2 Pre-release
Pre-release

🚧 WIP

  • remove periodic token refresh
  • fix live WS connections having stale auth context

v1.14.0-alpha.1

18 Oct 15:18
Compare
Choose a tag to compare
v1.14.0-alpha.1 Pre-release
Pre-release

🚧 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

18 Oct 09:45
Compare
Choose a tag to compare
v1.14.0-alpha.0 Pre-release
Pre-release

🚧 WIP

  • initial automatic token refresh implementation in dara.core

🐛 Fixes

  • Fix: DO-3894 native plotly plots cannot change size
  • Fix: DO-3993: path for chat image fix
  • Fix: DO-3994: update publish docs to use correct version of poetry

v1.13.1

14 Oct 10:41
Compare
Choose a tag to compare

📈 Improvements

  • Improvement: DO-3914 replace deprecated shortid with nanoid
  • Improvement: DO-3967 ugrade pnpm to 9

🐛 Fixes

  • Fix: DO-3745 table display does not format datetime columns correctly
  • Fix: DO-3828 table showing wrong dates
  • Fix: DO-3869 input component bug
  • Fix: DO-3936 bar plot not picking up default dara styling with plotly
  • Fix: DO-3941 custsup plotly with too many data points breaks with enumerate error
  • Fix: DO-3956 causal graph viewer not updating nodes when graph is updated

📦 Other

  • Docs: DO-3248 docs fixes readme and components docstrings

v1.13.0

12 Sep 09:57
Compare
Choose a tag to compare

📈 Improvements

  • Improvement: DO-3720 graph layout calculation performance

🐛 Fixes

  • Fix: DO-3682: Use the other registry type for DDVs /schema endpoint
  • Fix: DO-3770 add min width to causal graph viewer