Skip to content

Commit df7802a

Browse files
committed
Grouped call home and usage reports together in RS 7.22 release notes
1 parent 2483710 commit df7802a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/operate/rs/release-notes/rs-7-22-releases/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
compatibleOSSVersion: Redis 7.4.0
9-
description: Diagnostic logging service. Call home client to send daily usage statistics to Redis. Revamp database API. Migration status API. Usage reports in support packages. Two-dimensional rack awareness. New version for actions API. Additional REST API enhancements.
9+
description: Diagnostic logging service. Call home client to send daily usage statistics to Redis. Usage reports in support packages. Revamp database API. Migration status API. Two-dimensional rack awareness. New version for actions API. Additional REST API enhancements.
1010
hideListLinks: true
1111
linkTitle: 7.22.x releases
1212
toc: 'true'
@@ -23,12 +23,12 @@ This version offers:
2323

2424
- Call home client to send daily usage statistics to Redis
2525

26+
- Usage reports in support packages
27+
2628
- Revamp database API
2729

2830
- Migration status API
2931

30-
- Usage reports in support packages
31-
3232
- Two-dimensional rack awareness
3333

3434
- New version for actions API

content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-28.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
compatibleOSSVersion: Redis 7.4.0
9-
description: Diagnostic logging service. Call home client to send daily usage statistics to Redis. Revamp database API. Migration status API. Usage reports in support packages. Two-dimensional rack awareness. New version for actions API. Additional REST API enhancements.
9+
description: Diagnostic logging service. Call home client to send daily usage statistics to Redis. Usage reports in support packages. Revamp database API. Migration status API. Two-dimensional rack awareness. New version for actions API. Additional REST API enhancements.
1010
linkTitle: 7.22.0-28 (April 2025)
1111
weight: 90
1212
---
@@ -21,12 +21,12 @@ This version offers:
2121

2222
- Call home client to send daily usage statistics to Redis
2323

24+
- Usage reports in support packages
25+
2426
- Revamp database API
2527

2628
- Migration status API
2729

28-
- Usage reports in support packages
29-
3030
- Two-dimensional rack awareness
3131

3232
- New version for actions API
@@ -80,6 +80,8 @@ This version offers:
8080
}
8181
```
8282

83+
- [Support packages]({{<relref "/operate/rs/installing-upgrading/creating-support-package">}}) now include [usage reports]({{<relref "/operate/rs/references/rest-api/requests/usage_report">}}).
84+
8385
- [Revamp database REST API requests]({{<relref "operate/rs/references/rest-api/requests/bdbs/actions/revamp">}}):
8486

8587
- Updates topology-related configurations of an active database and optimises the shards placement for the new configuration. Example configuration parameters include `memory_size`, `shards_count`, `avoid_nodes`, `shards_placement`, `bigstore_ram_size`, and `replication`.
@@ -88,8 +90,6 @@ This version offers:
8890

8991
- [Migration status REST API request]({{<relref "/operate/rs/references/rest-api/requests/migrations">}}), which reports the migration status of a database in the cluster.
9092

91-
- [Support packages]({{<relref "/operate/rs/installing-upgrading/creating-support-package">}}) now include [usage reports]({{<relref "/operate/rs/references/rest-api/requests/usage_report">}}).
92-
9393
- Added `secondary_rack_id` to bootstrap and node configuration to support [two-dimensional rack awareness]({{<relref "/operate/rs/clusters/configure/rack-zone-awareness#set-up-two-dimensional-rack-zone-awareness">}}).
9494

9595
- A new version of the [actions API]({{<relref "/operate/rs/references/rest-api/requests/actions">}}), which adds progress tracking to all background actions, is available at `GET /v2/actions`.

0 commit comments

Comments
 (0)