Skip to content

v0.4.13

Choose a tag to compare

@github-actions github-actions released this 21 Jul 13:17
· 7 commits to main since this release
7a745a6

New Features

  • Add support for displaying granted roles on the Users tab, enhancing user management capabilities

Bug Fixes

  • Fix an issue where EXPLAIN was being unnecessarily run on non-SELECT queries, improving overall performance and reducing unnecessary load
  • Improve the handling of EXPLAIN by lazy-loading it, reducing the amount of data that needs to be processed and enhancing the user experience

Performance

  • Improve query performance by skipping EXPLAIN on non-SELECT queries, resulting in faster query analysis and better system resource utilization