Skip to content

Commit

Permalink
Update deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlukanin committed Feb 1, 2025
1 parent 57bcbc4 commit ce7e593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEPRECATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ features:
| Removed | [Node.js 14](#nodejs-14) | v0.32.0 | v0.35.0 |
| 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 | |
| Removed | [`running_total` measure type](#running_total-measure-type) | v0.33.39 | v1.2.0 |
| 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 |
Expand Down Expand Up @@ -341,11 +341,11 @@ instead.
### `running_total` measure type
**Deprecated in Release: v0.33.39**
**Removed in release: v1.2.0**
The `running_total` measure type is now deprecated, and we recommend using
The `running_total` measure type has been removed. Instead, we recommend using the
[`rolling_window`](https://cube.dev/docs/product/data-modeling/reference/measures#rolling_window)
to calculate running totals instead.
parameter to calculate running totals.
### Top-level `includes` parameter in views
Expand Down

0 comments on commit ce7e593

Please sign in to comment.