Releases: blackcowmoo/grafana-google-analytics-datasource
Releases · blackcowmoo/grafana-google-analytics-datasource
Release v0.3.0
0.3.0
- Fix timezone no zoneinfo.zip(#102)
- Supprot variable at Dimensions Filter(#103)
- Support realtime Report(#107)
- Fix error message typo(#110)
- Replace deprecated Grafana(v12) SCSS styles(#114)
What's Changed
- Release/0.2.3 by @lcc3108 in #91
- Fix window or no zoneinfo.zip timezone problem by @lcc3108 in #102
- support variable at query eidtor by @lcc3108 in #103
- Fix error message typo by @illflavored in #110
- Feature/backend/add realtime report && add e2e test by @lcc3108 in #107
- Replace grafana class to grafana/ui by @lcc3108 in #114
New Contributors
- @illflavored made their first contribution in #110
Full Changelog: v0.2.3...v0.3.0
Release v0.2.3
Release v0.2.2
0.2.2
- Hotfix 0.2.1 query editor frontend bug
Release v0.2.1
Release v0.2.0
0.2.0
- support GA4
- change query editor UI
- go version 1.18 -> 1.20
- update dependencies
Release v0.1.5
0.1.5
- support grafana version < 11
- update dependencies
Release v0.1.4
0.1.4
- apply datasource intance management
- upgrade go dependencies
- support grafana 8.x version
Release v0.1.3
0.1.3
- fix query editor ui
- add filter expression
Release v0.1.2
0.1.2
- seperate time dimension and other dimensions
- fix bug multi dimensions breaking graphs
v0.1.1: Feature/frontend/queryeditor fix editor form (#36)
* Update QueryEditor.tsx add Timezone label * Update QueryEditor.tsx add Timezone label * Add metadata type * Fix bug backend get metadata * Formatting & add default load option at Metrics & Diemsions * Add Description at Metrics & Dimensions * Remove tooltips new line * Change timezone label * Remove unused function * Update 0.1.1, Update CHANGELOG.md * . Co-authored-by: IM CHAECHEOL <[email protected]>