- π‘οΈ Security:
golang.org/x/net
from 0.30.0 to 0.33.0 - π‘οΈ Security: Update
grafana-plugin-sdk-go
to 0.263.0 - π‘οΈ Security: Build and publish pipelines uses latest go lang version
1.23.5
which includes security fixes to thecrypto/x509
andnet/http
packages ( CVE-2024-45341 and CVE-2024-45336 ). More details can be found here
- π‘οΈ Security: Update
uplot
to 1.6.31
- π‘οΈ Security: Update
grafana-plugin-sdk-go
to 0.255 - π‘οΈ Security: Bump
dompurify
from 3.1.0 to 3.1.6 - π‘οΈ Security: Bump
path-to-regexp
from 1.8.0 to 1.9.0
- π‘οΈ Security: Bump
micromatch
from 4.0.5 to 4.0.8 - π‘οΈ Security: Bump
webpack
from 5.86.0 to 5.94.0 - π‘οΈ Security: Bump
fast-loops
from 1.1.3 to 1.1.4 - π‘οΈ Security: Bump
ws
from 8.14.2 to 8.17.1 - π‘οΈ Security: Bump
braces
from 3.0.2 to 3.0.3
- βοΈ Chore: Updated the eslint-plugin-prettier dependency
- βοΈ Chore: Bump grafana-plugin-sdk-go from
v0.220.0
tov0.225.0
- βοΈ Chore: Updated grafana frontend runtime dependencies
- βοΈ Chore: Bump grafana-plugin-sdk-go from
v0.197.0
tov0.220.0
- βοΈ Chore: Build with go 1.22
- βοΈ Chore: Maintenance
- π‘οΈ Security: More robust URL handling: disallow changing the configured hostname in the query editor ( CVE-2023-5122 )
- βοΈ Docs: Documentation website moved from github pages to grafana.com/docs/plugins page
- βοΈ Chore: Updated grafana-plugin-sdk-go from
v0.193.0
tov0.197.0
- Feature: Update configuration page to follow best practices
- βοΈ Chore: Upgrade grafana-plugin-sdk-go to latest
- βοΈ Chore: Added lint github workflow
- βοΈ Chore: Update legacy form styling
- βοΈ Chore: Update readme and documentation
- π Fix: More robust local file mode handling
- π Fix: Correct query field behavior on older Grafana versions
- βοΈ Chore: Upgrade dependencies
- βοΈ Chore: Upgrade dependencies
- βοΈ Chore: Upgrade dependencies
- Added feature tracking
- π Fix: Consistently apply field names
- βοΈ Chore: backend binaries are now compiled with go 1.20.4
- βοΈ Chore: backend binaries are now compiled with go 1.20.3
- βοΈ Chore: backend binaries are now compiled with go 1.19.3
- βοΈ Chore: frontend npm dependencies updated
- βοΈ Chore: added spellcheck
- Fixed the broken docs and links
- allow_local_mode accepts any value
-
Disable local mode by default. To use local mode, allow it in your grafana.ini:
[plugin.marcusolsson-csv-datasource] allow_local_mode = true
- Improved query editor with support for HTTP params, headers, and body.
- Add support for relative paths (#69)
- Add support for decimal separators (#43)
- EXPERIMENTAL: Add support for regular expressions in field names (#68). Must be enabled in the Experimental tab in the query editor.
- BREAKING: Remove default Accept header (#56). If your data source expects
Accept: text/csv
on the request, you now need to add it yourself in the Params tab.
- Wrong data format is detected
- Add support for annotation queries
- Add support for variables queries (#30)
- Upgrade @grafana/* packages
- Upgrade Grafana Go SDK
- Default to HTTP if no storage type has been set
- Allow lazy quotes (#17)
- Update grafana-plugin-sdk-go to v0.83.0
- Ignore empty custom HTTP headers
- π Fix: duplicate JSON tag for TLS skip verify
- Add ARM support (#13)
- Windows: Paths with backslashes don't work (#14)
- Add support for local CSV files (#6)
- Add a default Accept header for text/csv
Initial release. Not fit for production use.