Skip to content

Releases: causalens/dara

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

v1.12.7

23 Aug 18:17
Compare
Choose a tag to compare

📈 Improvements

  • Improvement: DO-3542 default Markdown styling tweaks
  • Improvement: DO-3640: Input and NumericInput now accept standard HTML element props

🐛 Fixes

  • Fix: DO-3632 textarea placeholder unaligned in some cases
  • Fix: DO-3658: Fix Table non-unique index values, fix sorting by unnamed index
  • Fix: DO-3637: Fix rendering of tables from DerivedDataVariables

v1.12.6

16 Aug 08:33
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: DO-3618 KeyError in LRU cache

v1.12.5

15 Aug 11:39
Compare
Choose a tag to compare

📈 Improvements

  • Improvement: DO-3466 make WS handlers execute synchronously if sync, add support for responding to custom messages directly

🐛 Fixes

  • Fix: DO-3605 code viewer code area overflows container

v1.12.4

07 Aug 15:15
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: DO-3494: Fix race conditon in registry entry registration

v1.12.3

06 Aug 15:02
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: DO-3494: Strip Table column prefix when filtering and sorting

v1.12.2

05 Aug 15:25
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: DO-3494: Make Table schema cache_key a query param