Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 2.17 KB

Changelog

0.3.1 - 2025-02-18

Added

  • Added query editor aggregation stage autocomplete. Enter $ when the cursor is inside brackets {} and you will get a list of stage operators to select.
  • Added annotation query support
  • Added new variables $__from_oid and $__to_oid which are Mongo ObjectIds generated from the panel's current time range

0.3.0 - 2025-01-11

Added

Changed

  • Removed "Query" button. Built-in Query/Refresh button is recommended instead(#31)

0.2.1 - 2024-12-14

Added

  • Optional Mongo aggregate options(#33)
  • Query Button(#35)

Changed

  • Query won't be executed automatically after focus changes. User needs to manually click buttons(#35)
  • UI improvement(#33)

0.2.0 - 2024-12-06

Added

Changed

  • Improved query variable(#28)

0.1.2 - 2024-11-10

Changed

  • Increased code editor's font size(84c7de5d)
  • Make _id the first column in the table if exists(#26)
  • Fix BSON array conversion to JSON(#25)

0.1.1 - 2024-10-25

Added

  • Query Variable support
  • A quick start script quick_start.py to quickly start Grafana and MongoDB containers

Changed

  • Added "(Optinal)" to connection string configuration tooltip

0.1.0 - 2024-10-13

Initial release.