Skip to content

Commit 4e3a701

Browse files
igorlukaninovr
authored andcommitted
docs: Add a missing item to DEPRECATION.md
1 parent fe7ef04 commit 4e3a701

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

DEPRECATION.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ features:
3333
migrate to alternatives. In such cases, a warning may be printed, and users
3434
should not rely on this feature.
3535

36-
| Status | Feature | Deprecated | Remove |
36+
| Status | Feature | Deprecated | Removed |
3737
|------------|-----------------------------------------------------------------------------------------------------------------------------------|------------|-----------|
3838
| Removed | [Node.js 8](#nodejs-8) | v0.22.4 | v0.26.0 |
3939
| Deprecated | [`hearBeatInterval`](#hearbeatinterval) | v0.23.8 | June 2021 |
@@ -58,6 +58,7 @@ features:
5858
| Removed | [Using Redis for in-memory cache and queue](#using-redis-for-in-memory-cache-and-queue) | v0.32.0 | v0.36.0 |
5959
| Deprecated | [`SECURITY_CONTEXT`](#security_context) | v0.33.0 | |
6060
| Deprecated | [`running_total` measure type](#running_total-measure-type) | v0.33.39 | |
61+
| Deprecated | [Top-level `includes` parameter in views](#top-level-includes-parameter-in-views) | v0.34.34 | |
6162
| Removed | [Node.js 16](#nodejs-16) | v0.35.0 | v0.36.0 |
6263
| Removed | [MySQL-based SQL API](#mysql-based-sql-api) | v0.35.0 | v0.35.0 |
6364
| Removed | [`initApp` hook](#initapp-hook) | v0.35.0 | v0.35.0 |
@@ -354,6 +355,15 @@ The `running_total` measure type is now deprecated, and we recommend using
354355
[`rolling_window`](https://cube.dev/docs/product/data-modeling/reference/measures#rolling_window)
355356
to calculate running totals instead.
356357
358+
### Top-level `includes` parameter in views
359+
360+
**Deprecated in Release: v0.34.34**
361+
362+
The top-level `includes` parameter is now deprecated. Please always use the
363+
`includes` parameter within [`cubes` and `join_path`
364+
parameters](https://cube.dev/docs/reference/data-model/view#cubes) so you can
365+
explicitly control the join path.
366+
357367
### Node.js 16
358368
359369
**Removed in Release: v0.36.0**

0 commit comments

Comments
 (0)