Releases: haohanyang/mongodb-datasource
Releases Β· haohanyang/mongodb-datasource
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