feat(api-gateway)!: Remove deprecated renewQuery parameter#11050
Conversation
BREAKING CHANGE: The `renewQuery` parameter of the `/v1/load` REST endpoint and the GraphQL `cube` query has been removed. Use the `cache` parameter instead: `cache: 'must-revalidate'` replaces `renewQuery: true`, and the default `stale-if-slow` replaces `renewQuery: false`.
|
Claude finished @ovr's task in 1m 45s —— View job Code Review: Remove deprecated
|
|
Claude finished @ovr's task in 1m 29s —— View job Re-review after latest push
Verdict: LGTM — 0 high, 0 medium, 1 low (missed doc row) DetailsResolved since last review
Low — one residual doc row in active docs
Other notes (unchanged from prior review)
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/release-v1.7.0 #11050 +/- ##
====================================================
Coverage 79.09% 79.09%
====================================================
Files 470 470
Lines 95766 95760 -6
Branches 3500 3497 -3
====================================================
- Hits 75747 75744 -3
+ Misses 19504 19503 -1
+ Partials 515 513 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
I'll analyze this and get back to you. |
|
/bot-review |
|
Claude finished @ovr's task in 36s —— View job Re-review after latest pushVerdict: LGTM — 0 high, 0 medium, 0 low (all prior findings addressed)
What's in the latest range
Residual
|

BREAKING CHANGE: The
renewQueryparameter of the/v1/loadREST endpoint and the GraphQLcubequery has been removed. Use thecacheparameter instead:cache: 'must-revalidate'replacesrenewQuery: true, and the defaultstale-if-slowreplacesrenewQuery: false.