Releases: haohanyang/mongodb-datasource
Releases Β· haohanyang/mongodb-datasource
v0.4.0
v0.4.0-alpha.1
Version 0.4.0-alpha.1
What's Changed
- Added TLS connection support
Full Changelog: https://github.com/haohanyang/mongodb-datasource/commits/v0.4.0-alpha.1
v0.3.2
What's Changed
Added
- More autocomplete support.
- IntelliSense: Hover on stage operator will display stage description and parameters. CodeLens on stage operator with "Delete" action. Editor validaton that displays warning if query is invalid.
- Added option to expand code editor in pop-up view
Hover
codelense
validate
Demo
Changed
- Editor UI was updated to resemble the standard SQL editor
Full Changelog: v0.3.1...v0.3.2
v0.3.1
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
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Added
- Added Live Streaming support based on Mongo Change Streams(#31)
Changed
- Removed "Query" button. Built-in Query/Refresh button is recommended instead(#31)
Full Changelog: CHANGELOG.md
v0.2.1
v0.2.0
What's Changed
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's 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)
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
We're excited to announce the initial release of the Grafana MongoDB Data Source plugin! This release provides a foundation for querying and visualizing MongoDB data in Grafana.
What's Changed
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.248.0 to 0.250.0 by @dependabot in #1
- Remove sending server api version by @haohanyang in #4
- Auto update the latest build link by @haohanyang in #5
- Casting numeric types
double
,int32
andint64
by @haohanyang in #8 - Add
$dateBucketCount
support by @haohanyang in #10 - add simple scripting with javascript by @Nobodyno-boop in #11
- Add mongo atlas support by @haohanyang in #13
- V0.1.0 release by @haohanyang in #14
New Contributors
- @dependabot made their first contribution in #1
- @haohanyang made their first contribution in #4
- @Nobodyno-boop made their first contribution in #11
Full Changelog: https://github.com/haohanyang/mongodb-datasource/commits/v0.1.0