Skip to content

v2.50.0

Choose a tag to compare

@ivictbor ivictbor released this 29 Apr 20:10
· 207 commits to main since this release
9d389a9

2.50.0 (2026-04-29)

Bug Fixes

  • add adminuser to the everyPageBottom injection, if exists (7be6207)
  • clean up imports and improve normalization in CustomRangePicker (bf577c6)
  • improve normalization function for better clarity and error handling (5e82bb6)
  • rebuild (cc4ff6e)
  • resolve realese (7cacb6d)
  • resolve warnings in console (b62af8a)
  • resolve warnings in console (0d89755)
  • resolve warnings in console (2649237)
  • resolve warnings in console (160e917)
  • switch from Client to Pool for PostgreSQL connection management (a6a3deb)
  • unblock save button whenever custom edit component updates inValidity to true (d79f845)
  • update confirmation dialog to use title instead of message for delete action (73d85d0)
  • update dataSource from 'sqlite' to 'maindb' in agent plugin resources (a7c7889)
  • update filter name from 'Listed' to 'Listing' in Quick Filters documentation and update example image (c04377c)
  • update icon (05fa6db)

Features

  • add getInternalApiOrigin method to ExpressHttpServer interface for internal API calls (0becc63)
  • add guard message to modal confirmation and update related components (520782a)
  • add title prop to AcceptModal for customizable unsaved changes message (6394313)
  • enhance median calculation in MySQL connector by managing session variable for group_concat_max_len (ed5ae7e)
  • enhance modal confirmation by adding customizable title and updating related components (77ed295)
  • enhance MongoDB connector to support typed aggregations and improve groupBy handling (2b534b3)
  • enhance MySQL connector median query and add new aggregate API endpoints for car statistics (70366c6)
  • enhance unsaved changes modal with improved message layout and change style (8944168)
  • implement aggregation methods with support for grouping and median calculations in Clickhouse, MongoDB, and MySQL connectors (0b8f475)
  • implement aggregation methods with support for grouping and median calculations in Clickhouse, MongoDB, and MySQL connectors (63322e7)
  • refactor median calculation in MySQL connector to use window functions and improve performance (a1f7db1)
  • replace SVG icon with IconExclamationCircle in AcceptModal for improved consistency (5b304c6)
  • simplify AcceptModal by removing title prop and hardcoding unsaved changes message (42efbe3)
  • update AcceptModal styles for improved visual consistency and accessibility (10b79f6)
  • update Clickhouse and MongoDB connectors to enhance aggregation return types and improve date truncation handling (235814e)