Releases: elixir-lotus/lotus_web
Releases · elixir-lotus/lotus_web
v0.14.6
Changed
- Bumped
lotusdependency to~> 0.16.6to pick up Cache.ETS shutdown hang fix (elixir-lotus/lotus#219) - Refreshed
mix.lockto pull in transitive dependency updates. Notable bumps includedecimal2.x → 3.x (new decimal128 default context),myxql0.8 → 0.9,req_llm1.6 → 1.11,idna6 → 7, andserver_sent_events0.2 → 1.0, alongside smaller patch bumps toecto,postgrex,plug,jason,telemetry,mint,finch,db_connection,jsv,llm_db,splode,texture,uniq, andzoi.websockexwas newly added as a transitive dependency ofreq_llm.
v0.14.5
[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
v0.14.0
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
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
v0.12.0
v0.11.0
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