Skip to content

Commit c895de1

Browse files
committed
chore(redis): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent f47be85 commit c895de1

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,15 @@
405405
- **Feature:** Introduce enums for various attributes
406406
- [v0.30.0](services/redis/CHANGELOG.md#v0300)
407407
- `v1api`: **Improvement**: Use new `WaiterHandler` struct in the Redis WaitHandler
408+
- [v1.0.0](services/redis/CHANGELOG.md#v100)
409+
## v1.0.0
410+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
411+
- `v2api`:
412+
- New package which can be used for communication with the logme v2 API
413+
- The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
414+
- `v1api`:
415+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
416+
- **Deprecation:** `TlsCiphers`, `TlsCiphersuites`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-10.
408417
- `resourcemanager`:
409418
- [v0.21.2](services/resourcemanager/CHANGELOG.md#v0212)
410419
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/redis/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.0.0
2+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
3+
- `v2api`:
4+
- New package which can be used for communication with the logme v2 API
5+
- The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
6+
- `v1api`:
7+
- **Feature:** Added optional `CreateCredentialsPayload` to `ApiCreateCredentialsRequest`.
8+
- **Deprecation:** `TlsCiphers`, `TlsCiphersuites`, `TlsProtocols` from `InstanceParameters` model are deprecated and will be removed 2026-12-10.
9+
110
## v0.30.0
211
- `v1api`: **Improvement**: Use new `WaiterHandler` struct in the Redis WaitHandler
312

services/redis/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.30.0
1+
v1.0.0

0 commit comments

Comments
 (0)