Skip to content

Commit fef1048

Browse files
committed
prep for 1.6.3
1 parent 2fddbcf commit fef1048

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## 1.6.3 (2026-04-05)
3+
* Add Project List Filter to restrict which projects appear in dropdowns using regex patterns
4+
* Add Log Bucket Filter with include/exclude support — prefix patterns with `!` to exclude matching buckets (e.g., `!.*/_Default` to hide Default buckets)
5+
* Fix race condition in variable query where default project could be unresolved before bucket/view queries run
6+
27
## 1.6.2 (2026-03-18)
38
* Fix project dropdown search failing with "contains global restriction" error
49
* Fix `useEffect` dependency causing excessive API calls for log buckets and views

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "googlecloud-logging-datasource",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Backend Grafana plugin that enables visualization of GCP Cloud Logging logs in Grafana.",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)