Skip to content

Commit

Permalink
docs: Add a missing item to DEPRECATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlukanin authored and ovr committed Sep 12, 2024
1 parent a579449 commit 85521dc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion DEPRECATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ features:
migrate to alternatives. In such cases, a warning may be printed, and users
should not rely on this feature.

| Status | Feature | Deprecated | Remove |
| Status | Feature | Deprecated | Removed |
|------------|-----------------------------------------------------------------------------------------------------------------------------------|------------|-----------|
| Removed | [Node.js 8](#nodejs-8) | v0.22.4 | v0.26.0 |
| Deprecated | [`hearBeatInterval`](#hearbeatinterval) | v0.23.8 | June 2021 |
Expand All @@ -58,6 +58,7 @@ features:
| Removed | [Using Redis for in-memory cache and queue](#using-redis-for-in-memory-cache-and-queue) | v0.32.0 | v0.36.0 |
| Deprecated | [`SECURITY_CONTEXT`](#security_context) | v0.33.0 | |
| Deprecated | [`running_total` measure type](#running_total-measure-type) | v0.33.39 | |
| Deprecated | [Top-level `includes` parameter in views](#top-level-includes-parameter-in-views) | v0.34.34 | |
| Removed | [Node.js 16](#nodejs-16) | v0.35.0 | v0.36.0 |
| Removed | [MySQL-based SQL API](#mysql-based-sql-api) | v0.35.0 | v0.35.0 |
| Removed | [`initApp` hook](#initapp-hook) | v0.35.0 | v0.35.0 |
Expand Down Expand Up @@ -354,6 +355,15 @@ The `running_total` measure type is now deprecated, and we recommend using
[`rolling_window`](https://cube.dev/docs/product/data-modeling/reference/measures#rolling_window)
to calculate running totals instead.
### Top-level `includes` parameter in views
**Deprecated in Release: v0.34.34**
The top-level `includes` parameter is now deprecated. Please always use the
`includes` parameter within [`cubes` and `join_path`
parameters](https://cube.dev/docs/reference/data-model/view#cubes) so you can
explicitly control the join path.
### Node.js 16
**Removed in Release: v0.36.0**
Expand Down

0 comments on commit 85521dc

Please sign in to comment.