Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/en/release_notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,28 @@ The following table shows the compatibility and support matrix between the Alaud

| Alauda Cache Service for Redis OSS Version | Redis Versions | ACP Version |
|:-------------------------------------------|------------------------|:-----------------|
| v5.0.2 | 6.0.22, 7.2.15, 8.4.5 | v4.1, v4.2, v4.3 |
| v5.0.1 | 6.0.21, 7.2.14, 8.4.3 | v4.1, v4.2, v4.3 |
| v5.0.0 | 6.0.21, 7.2.12, 8.4.2 | v4.1, v4.2, v4.3 |
| v4.1.x | 5.0.14, 6.0.20, 7.2.10 | v4.1, v4.2 |
| v4.0.x | 5.0.14, 6.0.20, 7.2.x | v4.0 |

## v5.0.2

This patch release contains security fixes only; it introduces no new features. It upgrades the bundled Redis Server builds to 6.0.22, 7.2.15, and 8.4.5.

### Fixed Issues

{/* release-notes-for-bugs?template=mw-redis-v5.0.2-fixed&project=Middleware */}

### Known Issues

{/* release-notes-for-bugs?template=mw-redis-v5.0.2-known&project=Middleware */}

### Security Fixes

{/* release-notes-for-bugs?template=mw-redis-v5.0.2-security&project=Middleware */}

## v5.0.1

### Fixed Issues
Expand Down
1 change: 1 addition & 0 deletions docs/en/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The following matrix outlines the tested version combinations and their respecti

| Alauda Cache Service for Redis OSS Version | Redis Server Versions | ACP Version |
|:-------------------------------------------|:---------------------------|:-----------------|
| v5.0.2 | 6.0.22, 7.2.15, 8.4.5 | v4.1, v4.2, v4.3 |
| v5.0.1 | 6.0.21, 7.2.14, 8.4.3 | v4.1, v4.2, v4.3 |
| v5.0.0 | 6.0.21, 7.2.12, 8.4.2 | v4.1, v4.2, v4.3 |
| v4.1.x | 5.0.14, 6.0.20, 7.2.10 | v4.1, v4.2 |
Expand Down
6 changes: 6 additions & 0 deletions doom.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ releaseNotes:
project = MiddleWare AND type = Bug AND ReleaseNotesStatus = Publish AND Feature = "MiddleWare - Redis" AND affectedVersion in (Redis-v5.0.1) AND fixVersion is EMPTY
mw-redis-v5.0.1-security: |
project = MIDDLEWARE AND (issuetype = Vulnerability OR labels in (安全问题)) AND fixVersion = Redis-v5.0.1 AND ReleaseNotesStatus = Publish
mw-redis-v5.0.2-fixed: |
status in (Done, Resolved) AND (labels not in (安全问题) OR labels is EMPTY) AND project = MIDDLEWARE AND Feature = "MiddleWare - Redis" AND fixVersion = Redis-v5.0.2 AND ReleaseNotesStatus = Publish
mw-redis-v5.0.2-known: |
project = MiddleWare AND type = Bug AND ReleaseNotesStatus = Publish AND Feature = "MiddleWare - Redis" AND affectedVersion in (Redis-v5.0.2) AND fixVersion is EMPTY
mw-redis-v5.0.2-security: |
project in (MIDDLEWARE, ECO) AND (issuetype = Vulnerability OR labels in (安全问题)) AND fixVersion = Redis-v5.0.2 AND ReleaseNotesStatus = Publish