Skip to content

Commit 73b02af

Browse files
committed
docs: adding documentation for release and db schema
1 parent 092fbfa commit 73b02af

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

6+
7+
# 2.3.0 (15th August 2025)
8+
9+
### Added
10+
11+
- Redis Database version support on create. Specify a version on create to create a DB of that version.
12+
- Database upgrade path. If you specify a different version to something already specified, the provider will upgrade your database to the new version. Will fail on downgrade.
13+
14+
### Changed
15+
- Updating multiple dependencies.
16+
17+
## Removed
18+
- Deprecate subscription version support. If you use `redis_version` on your pro subscription a warning will come up. This will be removed entirely on a major update.
19+
620
# 2.2.0 (1st August 2025)
721

822
### Added

docs/resources/rediscloud_subscription_database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The following arguments are supported:
8080

8181
* `subscription_id` - (Required) The ID of the subscription to create the database in. **Modifying this attribute will force creation of a new resource.**
8282
* `name` - (Required) A meaningful name to identify the database
83+
* `redis_version` - (Optional) The Redis version of the database. If omitted, the Redis version will be the default.
8384
* `throughput_measurement_by` - (Required) Throughput measurement method that will be used by your databases. Either `number-of-shards` or `operations-per-second`. **`number-of-shards` is deprecated and only supported for legacy deployments.**
8485
* `throughput_measurement_value` - (Required) Throughput value (as applies to selected measurement method)
8586
* `memory_limit_in_gb` - (Optional - **Required if `dataset_size_in_gb` is unset**) Maximum memory usage for this specific database, including replication and other overhead **Deprecated in favor of `dataset_size_in_gb` - not possible to import databases with this attribute set**

0 commit comments

Comments
 (0)