Skip to content

Commit f70d8ba

Browse files
committed
Deprecation
1 parent 68fe913 commit f70d8ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

DEPRECATION.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ features:
6464
| Removed | [`initApp` hook](#initapp-hook) | v0.35.0 | v0.35.0 |
6565
| Removed | [`/v1/run-scheduled-refresh` REST API endpoint](#v1run-scheduled-refresh-rest-api-endpoint) | v0.35.0 | v0.36.0 |
6666
| Removed | [Node.js 18](#nodejs-18) | v0.36.0 | v1.3.0 |
67-
| Deprecated | [`CUBEJS_SCHEDULED_REFRESH_CONCURRENCY`](#cubejs_scheduled_refresh_concurrency) | v1.2.7 | |
67+
| Deprecated | [`CUBEJS_SCHEDULED_REFRESH_CONCURRENCY`](#cubejs_scheduled_refresh_concurrency) | v1.2.7 | |
6868
| Deprecated | [Node.js 20](#nodejs-20) | v1.3.0 | |
69+
| Deprecated | [`renewQuery` parameter of the `/v1/load` endpoint](#renewquery-parameter-of-the-v1load-endpoint) | v1.3.73 | |
6970

7071
### Node.js 8
7172

@@ -412,3 +413,8 @@ This environment variable was renamed to [`CUBEJS_SCHEDULED_REFRESH_QUERIES_PER_
412413
413414
Node.js 20 is in maintenance mode from [November 22, 2024][link-nodejs-eol]. This means
414415
no more new features, only security updates. Please upgrade to Node.js 22 or higher.
416+
417+
### `renewQuery` parameter of the `/v1/load` endpoint
418+
419+
This parameter is deprecated and will be removed in future releases. See [cache control](https://cube.dev/docs/product/apis-integrations/rest-api#cache-control)
420+
options and use the new `cache` parameter of the `/v1/load` endpoint instead.

0 commit comments

Comments
 (0)