File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +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 | |
61+ | Removed | [ Top-level ` includes ` parameter in views] ( #top-level-includes-parameter-in-views ) | v0.34.34 | v1.3.0 |
6262| Removed | [ Node.js 16] ( #nodejs-16 ) | v0.35.0 | v0.36.0 |
6363| Removed | [ MySQL-based SQL API] ( #mysql-based-sql-api ) | v0.35.0 | v0.35.0 |
6464| Removed | [ ` initApp ` hook] ( #initapp-hook ) | v0.35.0 | v0.35.0 |
@@ -350,9 +350,9 @@ to calculate running totals instead.
350350
351351### Top-level ` includes` parameter in views
352352
353- **Deprecated in Release: v0.34.34 **
353+ **Removed in Release: v1.3.0 **
354354
355- The top-level ` includes` parameter is now deprecated . Please always use the
355+ The top-level ` includes` parameter is now removed . Please always use the
356356` includes` parameter within [` cubes` and ` join_path`
357357parameters](https://cube.dev/docs/reference/data-model/view#cubes) so you can
358358explicitly control the join path.
You can’t perform that action at this time.
0 commit comments