mullerpeter / databricks-grafana

Grafana Databricks integration allowing direct connection to Databricks to query and visualize Databricks data in Grafana.
Apache License 2.0
55 stars 4 forks source link

Update module github.com/grafana/grafana-plugin-sdk-go to v0.213.0 #57

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/grafana/grafana-plugin-sdk-go v0.193.0 -> v0.213.0 age adoption passing confidence

Release Notes

grafana/grafana-plugin-sdk-go (github.com/grafana/grafana-plugin-sdk-go) ### [`v0.213.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.213.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.212.0...v0.213.0) #### What's Changed - Chore: Add more functions to jsoniter package by [@​itsmylife](https://togithub.com/itsmylife) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/902](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/902) - CI: Add a stale workflow by [@​jackw](https://togithub.com/jackw) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/912](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/912) - Remove github.com/cheekybits/genny by [@​wbrowne](https://togithub.com/wbrowne) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/913](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/913) - Remove flaky test by [@​andresmgot](https://togithub.com/andresmgot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/915](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/915) - Revert "Remove github.com/cheekybits/genny" by [@​wbrowne](https://togithub.com/wbrowne) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/914](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/914) - Chore: Implement DeepCopy(into) by [@​ryantxu](https://togithub.com/ryantxu) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/916](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/916) - build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.46.1 to 0.49.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/907](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/907) - build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.21.0 to 1.24.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/908](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/908) - build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.21.0 to 1.24.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/904](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/904) - build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.47.0 to 0.49.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/906](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/906) - Experimental: Add query type definition and schemas by [@​ryantxu](https://togithub.com/ryantxu) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/897](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/897) - build(deps): bump google.golang.org/grpc from 1.60.1 to 1.62.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/918](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/918) #### New Contributors - [@​jackw](https://togithub.com/jackw) made their first contribution in [https://github.com/grafana/grafana-plugin-sdk-go/pull/912](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/912) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.212.0...v0.213.0 #### Compatibility gorelease -base v0.212.0 -version v0.213.0 ### github.com/grafana/grafana-plugin-sdk-go/backend #### compatible changes (*DataResponse).DeepCopy: added (*QueryDataResponse).DeepCopy: added (*QueryDataResponse).DeepCopyInto: added ### github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter #### compatible changes (*Iterator).CanReadArray: added (*Iterator).ReadError: added (*Iterator).ReadFloat32: added (*Iterator).ReadInt16: added (*Iterator).ReadInt32: added (*Iterator).ReadInt64: added (*Iterator).ReadInt: added (*Iterator).ReadUint16: added (*Iterator).ReadUint32: added (*Iterator).ReadUint8: added (*Iterator).SetError: added ConfigCompatibleWithStandardLibrary: added RegisterTypeDecoder: added RegisterTypeEncoder: added Stream: added ValDecoder: added ValEncoder: added ### github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1 #### compatible changes package added ### github.com/grafana/grafana-plugin-sdk-go/experimental/schemabuilder #### compatible changes package added ### github.com/grafana/grafana-plugin-sdk-go/experimental/schemabuilder/example #### compatible changes package added ### summary v0.213.0 is a valid semantic version for this release. ### [`v0.212.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.212.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.211.0...v0.212.0) #### What's Changed - enhancement: add all variants of debug builds for cross-compilation by [@​briangann](https://togithub.com/briangann) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/898](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/898) - jsoniter: fix helpers by [@​ryantxu](https://togithub.com/ryantxu) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/900](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/900) - plugins: added more config-params to the plugin config by [@​gabor](https://togithub.com/gabor) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/899](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/899) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.211.0...v0.212.0 #### Breaking Changes Users who use `jsonitere` package must update their code if they use the following APIs Removed: (*Iterator).Parse: removed (*Iterator).ParseBytes: removed (*Iterator).ParseString: removed Added: Parse: added ParseBytes: added ParseString: added #### Compatibility gorelease -base v0.211.0 -version v0.212.0 ### github.com/grafana/grafana-plugin-sdk-go/backend #### compatible changes (*GrafanaCfg).SQL: added (*GrafanaCfg).UserFacingDefaultError: added SQLConfig: added SQLMaxConnLifetimeSecondsDefault: added SQLMaxIdleConnsDefault: added SQLMaxOpenConnsDefault: added SQLRowLimit: added UserFacingDefaultError: added ### github.com/grafana/grafana-plugin-sdk-go/build #### compatible changes Build.DebugDarwinAMD64: added Build.DebugDarwinARM64: added Build.DebugLinuxAMD64: added Build.DebugLinuxARM64: added Build.DebugWindowsAMD64: added ### github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter #### incompatible changes (*Iterator).Parse: removed (*Iterator).ParseBytes: removed (*Iterator).ParseString: removed #### compatible changes Parse: added ParseBytes: added ParseString: added ### summary v0.212.0 is a valid semantic version for this release. ### [`v0.211.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.211.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.210.0...v0.211.0) #### What's Changed - socks proxy: store datasource type & name by [@​gabor](https://togithub.com/gabor) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/896](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/896) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.210.0...v0.211.0 #### Compatibility gorelease -base v0.210.0 -version v0.211.0 ### summary v0.211.0 is a valid semantic version for this release. ### [`v0.210.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.210.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.209.0...v0.210.0) #### What's Changed - Add SkipAndReturnBytes method to jsoniter package by [@​itsmylife](https://togithub.com/itsmylife) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/891](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/891) - **\[Breaking]** Arrow: update to v15 by [@​ryantxu](https://togithub.com/ryantxu) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/890](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/890). See [required changes in Grafana](https://togithub.com/grafana/grafana/pull/82215). **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.209.0...v0.210.0 #### Compatibility ### github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter #### compatible changes (*Iterator).SkipAndReturnBytes: added ### summary v0.210.0 is a valid semantic version for this release. ### [`v0.209.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.209.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.208.0...v0.209.0) #### What's Changed - Update codeowners for backend/gtime by [@​itsmylife](https://togithub.com/itsmylife) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/888](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/888) - proxy: add method to retrieve a confgured proxy-client by [@​gabor](https://togithub.com/gabor) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/889](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/889) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.208.0...v0.209.0 #### Compatibility ### github.com/grafana/grafana-plugin-sdk-go/backend #### compatible changes (*DataSourceInstanceSettings).ProxyClient: added ### summary v0.209.0 is a valid semantic version for this release. ### [`v0.208.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.208.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.207.0...v0.208.0) #### What's Changed - Move roundInterval from grafana/grafana intervalv2 by [@​itsmylife](https://togithub.com/itsmylife) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/887](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/887) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.207.0...v0.208.0 #### Compatibility ``` gorelease -base v0.207.0 -version v0.208.0 ### github.com/grafana/grafana-plugin-sdk-go/backend/gtime #### compatible changes RoundInterval: added ### summary v0.208.0 is a valid semantic version for this release. ``` ### [`v0.207.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.207.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.206.0...v0.207.0) #### What's Changed - build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/884](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/884) - gtime: Move grafana/grafana intervalv2 functions in plugin-sdk-go by [@​itsmylife](https://togithub.com/itsmylife) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/886](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/886) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.206.0...v0.207.0 #### Compatibility gorelease -base v0.206.0 -version v0.207.0 ### github.com/grafana/grafana-plugin-sdk-go/backend/gtime #### compatible changes GetIntervalFrom: added ParseIntervalStringToTimeDuration: added ### summary v0.207.0 is a valid semantic version for this release. ### [`v0.206.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.206.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.205.0...v0.206.0) ##### What's Changed - Add datasource label to secure_socks_requests_duration by [@​PoorlyDefinedBehaviour](https://togithub.com/PoorlyDefinedBehaviour) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/866](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/866) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.205.0...v0.206.0 ##### Compability ##### github.com/grafana/grafana-plugin-sdk-go/backend/proxy ##### compatible changes Options.DatasourceName: added Options.DatasourceType: added ##### summary v0.206.0 is a valid semantic version for this release. ### [`v0.205.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.205.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.204.0...v0.205.0) ##### What's Changed - gtime: add FormatInterval by [@​gabor](https://togithub.com/gabor) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/880](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/880) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.204.0...v0.205.0 ##### Compatibility gorelease -base v0.204.0 -version v0.205.0 ##### github.com/grafana/grafana-plugin-sdk-go/backend/gtime ##### compatible changes FormatInterval: added ##### summary v0.205.0 is a valid semantic version for this release. ### [`v0.204.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.204.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.203.0...v0.204.0) #### What's Changed - Revert "Chore: Use jsoniter from wrapper ([#​841](https://togithub.com/grafana/grafana-plugin-sdk-go/issues/841))" by [@​itsmylife](https://togithub.com/itsmylife) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/879](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/879) #### Breaking Changes Removed: Marshal: removed Parse: removed ParseBytes: removed ParseString: removed Unmarshal: removed Added: (*Iterator).Marshal: added (*Iterator).Parse: added (*Iterator).ParseBytes: added (*Iterator).ParseString: added (*Iterator).Unmarshal: added **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.203.0...v0.204.0 #### Compatibility gorelease -base v0.203.0 -version v0.204.0 ### github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter #### incompatible changes (*Iterator).CanReadArray: removed (*Iterator).ReadError: removed (*Iterator).ReadFloat32: removed (*Iterator).ReadInt16: removed (*Iterator).ReadInt32: removed (*Iterator).ReadInt64: removed (*Iterator).ReadInt: removed (*Iterator).ReadUint16: removed (*Iterator).ReadUint32: removed (*Iterator).ReadUint8: removed (*Iterator).SetError: removed (*Iterator).SkipAndReturnBytes: removed ConfigCompatibleWithStandardLibrary: removed Marshal: removed Parse: removed ParseBytes: removed ParseString: removed RegisterTypeDecoder: removed RegisterTypeEncoder: removed Stream: removed Unmarshal: removed ValDecoder: removed ValEncoder: removed #### compatible changes (*Iterator).Marshal: added (*Iterator).Parse: added (*Iterator).ParseBytes: added (*Iterator).ParseString: added (*Iterator).Unmarshal: added ### summary v0.204.0 is a valid semantic version for this release. ### [`v0.203.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.203.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.202.0...v0.203.0) #### What's Changed - Chore: Use jsoniter from wrapper by [@​itsmylife](https://togithub.com/itsmylife) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/841](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/841) - build(deps): bump go.opentelemetry.io/otel from 1.21.0 to 1.22.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/868](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/868) - Add a null logger for use in tests by [@​njvrzm](https://togithub.com/njvrzm) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/876](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/876) - build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.15.1 to 0.16.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/870](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/870) - build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger from 1.21.1 to 1.22.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/871](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/871) - build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.46.1 to 0.47.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/867](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/867) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.202.0...v0.203.0 #### Breaking Changes Users who use `jsonitere` package must update their code if they use the following APIs Removed: (*Iterator).Marshal: removed (*Iterator).Parse: removed (*Iterator).ParseBytes: removed (*Iterator).ParseString: removed (*Iterator).Unmarshal: removed Added: Marshal: added Parse: added ParseBytes: added ParseString: added Unmarshal: added ##### How to update the code: // Before: import ( sdkjsoniter "github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter" ) iter := sdkjsoniter.NewIterator(jsoniterPointer) iter.Marshal(myInterface) // After import ( sdkjsoniter "github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter" ) jsoniter.Marshall(myInterface) #### Compatibility gorelease -base v0.202.0 -version v0.203.0 ### github.com/grafana/grafana-plugin-sdk-go/backend/log #### compatible changes NewNullLogger: added ### github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter #### incompatible changes (*Iterator).Marshal: removed (*Iterator).Parse: removed (*Iterator).ParseBytes: removed (*Iterator).ParseString: removed (*Iterator).Unmarshal: removed #### compatible changes (*Iterator).CanReadArray: added (*Iterator).ReadError: added (*Iterator).ReadFloat32: added (*Iterator).ReadInt16: added (*Iterator).ReadInt32: added (*Iterator).ReadInt64: added (*Iterator).ReadInt: added (*Iterator).ReadUint16: added (*Iterator).ReadUint32: added (*Iterator).ReadUint8: added (*Iterator).SetError: added (*Iterator).SkipAndReturnBytes: added ConfigCompatibleWithStandardLibrary: added Marshal: added Parse: added ParseBytes: added ParseString: added RegisterTypeDecoder: added RegisterTypeEncoder: added Stream: added Unmarshal: added ValDecoder: added ValEncoder: added ### summary v0.203.0 is a valid semantic version for this release. ### [`v0.202.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.202.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.201.0...v0.202.0) #### What's Changed - Expose the concurrent query count key in sdk by [@​itsmylife](https://togithub.com/itsmylife) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/875](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/875) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.201.0...v0.202.0 #### Compatibility gorelease -base v0.201.0 -version v0.202.0 ### github.com/grafana/grafana-plugin-sdk-go/backend #### compatible changes (*GrafanaCfg).ConcurrentQueryCount: added ConcurrentQueryCount: added ### summary v0.202.0 is a valid semantic version for this release. ### [`v0.201.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.201.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.200.0...v0.201.0) #### What's Changed - chore: migrate one last change from sqlds by [@​njvrzm](https://togithub.com/njvrzm) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/872](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/872) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.200.0...v0.201.0 #### Compatibility gorelease -base=v0.200.0 -version=v0.201.0 ### github.com/grafana/grafana-plugin-sdk-go/data/sqlutil #### compatible changes FormatOptionMulti: added ### summary v0.201.0 is a valid semantic version for this release. ### [`v0.200.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.200.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.199.0...v0.200.0) #### What's Changed - build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/854](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/854) - build(deps): bump github.com/prometheus/common from 0.45.0 to 0.46.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/855](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/855) - codeowners: assign sql to big-tent squad by [@​gabor](https://togithub.com/gabor) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/857](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/857) - Frame: Add UniqueRowIdFields attribute to frame.meta by [@​aocenas](https://togithub.com/aocenas) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/865](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/865) - Update copied changes from sqlds by [@​njvrzm](https://togithub.com/njvrzm) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/862](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/862) - Refactor getMacroMatches & fix a couple of bugs by [@​njvrzm](https://togithub.com/njvrzm) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/863](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/863) #### Compatibility gorelease -base=v0.199.0 -version=v0.200.0 ### github.com/grafana/grafana-plugin-sdk-go/data #### compatible changes FrameMeta.UniqueRowIDFields: added ### github.com/grafana/grafana-plugin-sdk-go/data/sqlutil #### compatible changes FormatOptionTrace: added ### summary v0.200.0 is a valid semantic version for this release. #### New Contributors - [@​njvrzm](https://togithub.com/njvrzm) made their first contribution in [https://github.com/grafana/grafana-plugin-sdk-go/pull/862](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/862) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.199.0...v0.200.0 ### [`v0.199.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.199.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.198.0...v0.199.0) #### What's Changed - build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/851](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/851) - Supports "Host" custom header. by [@​tan9](https://togithub.com/tan9) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/848](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/848) #### New Contributors - [@​tan9](https://togithub.com/tan9) made their first contribution in [https://github.com/grafana/grafana-plugin-sdk-go/pull/848](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/848) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.198.0...v0.199.0 #### Compatibility $ gorelease -base v0.198.0 -version v0.199.0 ### summary v0.199.0 is a valid semantic version for this release. ### [`v0.198.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.198.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.197.0...v0.198.0) #### What's Changed - Chore: Move jsonitere outside of the internal package by [@​itsmylife](https://togithub.com/itsmylife) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/837](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/837) - build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/838](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/838) - Disable flaky test by [@​andresmgot](https://togithub.com/andresmgot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/843](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/843) - build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/844](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/844) - build(deps): bump github.com/hashicorp/go-hclog from 1.6.1 to 1.6.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/840](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/840) - Re-enable test by [@​andresmgot](https://togithub.com/andresmgot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/847](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/847) - build(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/845](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/845) - build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/849](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/849) - build(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/850](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/850) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.197.0...v0.198.0 #### Compatibility gorelease -base v0.197.0 -version v0.198.0 ### github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter #### compatible changes package added ### summary v0.198.0 is a valid semantic version for this release. ### [`v0.197.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.197.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.196.0...v0.197.0) #### What's Changed - Build/CI: Detect incompatible changes by [@​marefr](https://togithub.com/marefr) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/834](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/834) - build(deps): bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/835](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/835) - secure socks proxy: add option to disable tls in the socks proxy dialer by [@​PoorlyDefinedBehaviour](https://togithub.com/PoorlyDefinedBehaviour) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/833](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/833) #### New Contributors - [@​PoorlyDefinedBehaviour](https://togithub.com/PoorlyDefinedBehaviour) made their first contribution in [https://github.com/grafana/grafana-plugin-sdk-go/pull/833](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/833) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.196.0...v0.197.0 #### Compability gorelease -base v0.196.0 -version v0.197.0 ### github.com/grafana/grafana-plugin-sdk-go/backend/proxy #### compatible changes ClientCfg.AllowInsecure: added PluginSecureSocksProxyAllowInsecure: added ### summary v0.197.0 is a valid semantic version for this release. ### [`v0.196.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.196.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.195.0...v0.196.0) #### What's Changed - Revert upgrade of getkin/kin-openapi to v0.122.0 by [@​marefr](https://togithub.com/marefr) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/828](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/828) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.195.0...v0.196.0 #### Compatibility gorelease -base v0.195.0 -version v0.196.0 ### summary v0.196.0 is a valid semantic version for this release. ### [`v0.195.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.195.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.194.0...v0.195.0) #### What's Changed - build(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/826](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/826) - build(deps): bump github.com/getkin/kin-openapi from 0.120.0 to 0.122.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/825](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/825) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.194.0...v0.195.0 #### Compatibility gorelease -base v0.194.0 -version v0.195.0 ### summary v0.195.0 is a valid semantic version for this release. ### [`v0.194.0`](https://togithub.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.194.0) [Compare Source](https://togithub.com/grafana/grafana-plugin-sdk-go/compare/v0.193.0...v0.194.0) #### What's Changed - Workflow: Clone and build grafana by [@​andresmgot](https://togithub.com/andresmgot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/808](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/808) - build(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/805](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/805) - Run go mod tidy when checking grafana compatibility by [@​andresmgot](https://togithub.com/andresmgot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/815](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/815) - build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/810](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/810) - build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger from 1.20.0 to 1.21.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/811](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/811) - build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.14.0 to 0.15.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/813](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/813) - build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.46.0 to 0.46.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/814](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/814) - Add retrieval of Grafana user agent from context by [@​adamyeats](https://togithub.com/adamyeats) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/816](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/816) - Fix parsing of uint64 fields in a Frame by [@​yuri-tceretian](https://togithub.com/yuri-tceretian) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/806](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/806) - build(deps): bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/818](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/818) - build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.20.0 to 1.21.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/819](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/819) - build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.46.0 to 0.46.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/820](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/820) - build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/grafana/grafana-plugin-sdk-go/pull/821](https://togithub.com/grafana/grafana-plugin-sdk-go/pull/821) **Full Changelog**: https://github.com/grafana/grafana-plugin-sdk-go/compare/v0.193.0...v0.194.0 #### Compatibility gorelease -base v0.193.0 -version v0.194.0 ### github.com/grafana/grafana-plugin-sdk-go/backend #### compatible changes UserAgentFromContext: added WithUserAgent: added ### github.com/grafana/grafana-plugin-sdk-go/backend/useragent #### compatible changes Empty: added ### summary v0.194.0 is a valid semantic version for this release.

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.