Skip to content

Releases: elixir-lotus/lotus_web

v0.14.6

16 May 09:41
651fe29

Choose a tag to compare

Changed

  • Bumped lotus dependency to ~> 0.16.6 to pick up Cache.ETS shutdown hang fix (elixir-lotus/lotus#219)
  • Refreshed mix.lock to pull in transitive dependency updates. Notable bumps include decimal 2.x → 3.x (new decimal128 default context), myxql 0.8 → 0.9, req_llm 1.6 → 1.11, idna 6 → 7, and server_sent_events 0.2 → 1.0, alongside smaller patch bumps to ecto, postgrex, plug, jason, telemetry, mint, finch, db_connection, jsv, llm_db, splode, texture, uniq, and zoi. websockex was newly added as a transitive dependency of req_llm.

v0.14.5

25 Apr 09:47

Choose a tag to compare

[0.14.5] - 2026-04-25

Fixed

  • Dashboard filter default values on page load - Filters with configured default values now apply those defaults when the corresponding query parameter is missing from the URL, on both the dashboard editor and public dashboard pages

v0.14.1

08 Mar 18:03
26756e3

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

08 Mar 15:34
df27d11

Choose a tag to compare

What's Changed

  • Allow AI Assistant to generate variables and widgets for queries by @rodloboz in #70
  • Refactor query editor: extract Variables module and replace booleans by @rodloboz in #71
  • Update docs and templates for ReqLLM migration by @rodloboz in #72
  • Add column statistics popover to query results table by @rodloboz in #75
  • Add more charts by @rodloboz in #79
  • Add dashboard filters with URL query parameter support by @rodloboz in #80
  • Add "Optimize query" button to AI Assistant by @rodloboz in #81
  • Add "Explain query" button to AI Assistant (#82) by @rodloboz in #84
  • Add quick filters on query results via right-click context menu (#116) by @rodloboz in #85
  • Fix Tab key opening off-screen drawers unexpectedly by @rodloboz in #86
  • Results table improvements by @rodloboz in #87
  • Add fragment explanation via editor context menu by @rodloboz in #88
  • Bump version to 0.14.0 with Lotus 0.16 requirement by @rodloboz in #89

Full Changelog: v0.13.1...v0.14.0

v0.13.1

05 Mar 14:06
a2f5e78

Choose a tag to compare

What's Changed

  • Fix bot icon active color toggle by @rodloboz in #64
  • Update docs and guides on read_only config by @rodloboz in #65
  • Fix/dashboard text card markdown rendering by @rodloboz in #68
  • Add locals_without_parens export for lotus_dashboard macro by @rodloboz in #69

Full Changelog: v0.13.0...v0.13.1

v0.13.0

16 Feb 03:47
2fa517d

Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.0

10 Feb 20:56
8609bdd

Choose a tag to compare

What's Changed

  • Enhance AI query generation with multi-turn conversations by @rodloboz in #58
  • Unlink licenses in README by @rodloboz in #59

Full Changelog: v0.11.0...v0.12.0

v0.11.0

10 Feb 03:42
9d941b5

Choose a tag to compare

What's Changed

Breaking Change

*Lotus no longer supports Elixir 1.16. From this versions onwards. Elixir 1.17 is required. This was necessary so that we can use the latest version of LangChain to support our new AI Assistant features.

Full Changelog: v0.10.1...v0.11.0

v0.10.1

04 Feb 20:15
f200eae

Choose a tag to compare

What's Changed

  • Fix navbar regression on protected routes by @rodloboz in #53

Full Changelog: v0.10.0...v0.10.1

v0.10.0

04 Feb 19:06
06f44ec

Choose a tag to compare

What's Changed

  • Add dashboard support with grid layouts and public sharing by @rodloboz in #52

Full Changelog: v0.9.0...v0.10.0