Skip to content

Releases: GoogleCloudPlatform/cloud-trace-data-source-plugin

Rel v1.4.0

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 20 Jul 03:39
78d8266

What's Changed

Full Changelog: v1.3.5...v1.4.0

Rel v1.3.5

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 14 Jul 02:02
8fb5ed6

What's Changed

Full Changelog: v1.3.4...v1.3.5

Rel v1.3.4

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 08 May 15:12
7eb908e

Changelog

1.3.4 (2026-05-08)

  • Upgrade @grafana/google-sdk from 0.0.3 to 0.3.5 to fix ConnectionConfig mutating React props (#44)
  • Upgrade @grafana/data, @grafana/runtime, @grafana/ui to ^11.0.0
  • Raise minimum supported Grafana version to 11.2.0
  • Update @types/react from ^17.0.2 to ^18.2.0 to match React 18 runtime
  • Fix stale project ID persisting in query editor when switching between datasources

Rel v1.3.3

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 05 Apr 22:47
8916ba2

Changelog

1.3.3 (2026-04-05)

  • Add Project List Filter to restrict which projects appear in dropdowns using regex patterns
  • Fix race condition in variable query where default project was set via unawaited promise

Rel v1.3.2

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 19 Mar 03:34
eb1c1ce

Changelog

1.3.2 (2026-03-18)

  • Fix project dropdown search failing with "contains global restriction" error
  • Return error responses as JSON so Grafana displays actual error messages instead of generic "Unexpected error"
  • Suppress duplicate error toast notifications — errors now only appear in the inline alert
  • Fix inline error alert showing raw JSON instead of the error message text

Rel v.1.3.1

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 15 Mar 21:52
a20298a

This Github draft release has been created for your plugin.

Note: if this is the first release for your plugin please consult the distributing-your-plugin section of the README

If you would like to submit this release to Grafana please consider the following steps:

  • Check the Validate plugin step in the release workflow for any warnings that need attention
  • Edit this draft release, adjust these notes accordingly and click Publish Release
  • Navigate to https://grafana.com/auth/sign-in/ to sign into your account
  • Once logged in click My Plugins in the admin navigation
  • Click the Submit Plugin button
  • Fill in the Plugin Submission form:

If the links above are not working, you must first edit this draft release and publish it.

This build has been attested. You can view the attestation details here

Rel v1.3.0

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 10 Mar 03:03
21700e0
  • Support OAuth passthrough authentication
  • Add universe domain support
  • Add HTML error sanitization (frontend and backend)
  • Add pagination to ListProjects using gRPC v3 Resource Manager client
  • Add annotation support
  • Improve error responses in CallResource (return proper HTTP status codes)
  • Add authentication type selector dropdown in ConfigEditor
  • Migrate build tooling from @grafana/toolkit to webpack
  • Update dependencies
  • Fix the "Query with traces" issue

v1.2.1

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 18 Jun 01:52
480990b

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 14 Jun 00:59
a988429

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Release 1.1.0

Choose a tag to compare

@xiangshen-dk xiangshen-dk released this 09 Oct 03:26
2926fd2
  • Support service account impersonation
  • Support project and trace id variables
  • Update dependencies