Skip to content

Releases: michelin/snowflake-grafana-datasource

Release v2.1.0

04 Apr 10:14
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Removed duplicate label in time series column names.

🔨 Changed

  • Upgrade gosnowflake to version v1.13.2.
  • Upgrade grafana-plugin-sdk-go to version v0.274.0.
  • Upgrade js dependencies.

⚠️ Renaming the timeseries column may introduce a breaking change if you are using overrides.

Release v2.0.0

07 Mar 10:02
Compare
Choose a tag to compare

2.0.0

⭐ Added

  • Add a query tag that includes relevant Grafana context information.
  • Add an option to specify timezone in timeGroup macro
  • Improve weekly group handling in timeGroup macro
  • Add support of OAuth authentication.

🐞 Bug Fixes

  • Source query variables are replaced with hardcoded values in the query editor UI.

🔨 Changed

  • Rewrite the datasource configuration UI (ease authentication selection).
  • Support non encoded private key in the datasource configuration.
  • Update deprecated APIs
  • Upgrade grafana-plugin-sdk-go to version v0.266.0.
  • Upgrade gosnowflake to version v1.13.0.
  • Upgrade go to version 1.23.
  • Upgrade js dependencies.

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Release v1.9.1

04 Dec 15:53
de87cf5
Compare
Choose a tag to compare

1.9.1

🔨 Changed

  • Remove deprecated UI components

Release v1.9.0

02 Dec 12:34
Compare
Choose a tag to compare

1.9.0

⭐ Added

  • Template Variable: custom “display names” support with __text & __value

🐞 Bug Fixes

  • Resolve the issue with incorrect password escaping for certain special characters.

🔨 Changed

  • Upgrade grafana-plugin-sdk-go to version v0.260.1.
  • Upgrade js dependencies.

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Release v1.8.1

22 Nov 11:50
Compare
Choose a tag to compare

1.8.1

🐞 Bug Fixes

  • Resolve the issue of reusing closed connections.

🔨 Changed

  • Upgrade grafana-plugin-sdk-go to version v0.258.0.
  • Upgrade gosnowflake to version v1.12.0.
  • Upgrade js dependencies.

Release v1.8.0

17 Oct 21:43
Compare
Choose a tag to compare

1.8.0

⭐ Added

  • Add configuration for MaxChunkDownloadWorkers and CustomJSONDecoderEnabled.
  • Add $__timeRoundFrom() and $__timeRoundTo() macros

🐞 Bug Fixes

  • Avoid interpolation of Snowflake SYSTEM functions.
  • Improve error handling when specific macro parameters are left empty.

🔨 Changed

  • Improve unit tests coverage.
  • Upgrade grafana-plugin-sdk-go to version v0.255.0.
  • Upgrade go to version 1.22.
  • Upgrade js dependencies.

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Release v1.7.1

19 Sep 14:02
Compare
Choose a tag to compare

1.7.1

🐞 Bug Fixes

  • Use default variable format interpolation for query variables (see documentation).

Release v1.7.0

18 Sep 12:12
Compare
Choose a tag to compare

1.7.0

⭐ Added

  • Add $__timeTzFilter(column_name) macro.

🐞 Bug Fixes

  • Fix issue with multi-value query variables.

🔨 Changed

  • Upgrade grafana-plugin-sdk-go to version v0.246.0.
  • Upgrade gosnowflake to version v1.11.1.

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Release v1.6.1

03 May 08:21
2005a4d
Compare
Choose a tag to compare

1.6.1

🐞 Bug Fixes

  • Fix Private Data Source Connect bug, that prevents the plugin update to function correctly.

🔨 Changed

  • Upgrade grafana-plugin-sdk-go to version v0.228.0.
  • Upgrade gosnowflake to version v1.9.0.

Release v1.6.0

28 Mar 21:06
Compare
Choose a tag to compare

1.6.0

⭐ Added

  • Use Grafana's Code editor for query editing.
  • Add query context cancellation.
  • Possibility to choose the fill mode for time series queries.

🐞 Bug Fixes

  • Fix crash when time series data are empty.
  • The slice_length must be an integer greater than or equal to 1.

🔨 Changed

  • Use FillMode 'NULL' when fillMode is not provided.
  • Upgrade GitHub actions used for CI/CD.
  • Upgrade grafana-plugin-sdk-go to version v0.217.0.
  • Upgrade go to version 1.21.
  • Upgrade gosnowflake to version v1.8.0.

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

⚠️ This release have an issue when you upgrade the plugin from a previous version please use the latest version.