Skip to content

Commit 9d45a3e

Browse files
update
1 parent 070d7c8 commit 9d45a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog/bytebase-3-17-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ Substring-search CEL filters now use `contains()` instead of `matches()`. Affect
125125
| `query` | `query.matches("insert")` | `query.contains("insert")` |
126126
| `table` | `table.matches("users")` | `table.contains("users")` |
127127

128-
Affected routes: `GET /v1/{parent=projects/*}/plans` (ListPlans), `GET /v1/{parent=projects/*}/databases` (ListDatabases), `GET /v1/{parent=workspaces/*}/databases` (ListDatabases), `GET /v1/instances` (ListInstances), and other list endpoints for project, group, user, service account, workload identity, query history, and access grant.
128+
Applies to all list endpoints that support CEL filter: plan, database, instance, project, group, user, service account, workload identity, query history, access grant, and database metadata table.

0 commit comments

Comments
 (0)