Skip to content

Releases: causalens/dara

v1.14.8

23 Dec 11:23
Compare
Choose a tag to compare
  • no changes

v1.14.7

17 Dec 18:15
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: DO-4367 Loosen Jinja2 dep constraint

v1.14.6

09 Dec 13:51
Compare
Choose a tag to compare

🐛 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

03 Dec 17:16
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: DO-4205 loosen the croniter dependency

v1.14.4

22 Nov 16:18
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: DO-4169 Add icon display to dropdown items

📦 Other

  • Add Dara theme docs

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