Hi friends,
The release notes are below.
Redis 7.0.11
Upgrade urgency: SECURITY, contains fixes to security issues.
Security Fixes:
- (CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT command to create an invalid hash field that will crash Redis on access
Bug Fixes
- Add a missing fsync of AOF file in rare cases (#11973)
- Disconnect pub-sub subscribers when revoking allchannels permission (#11992)
Platform / toolchain support related improvements
- Fix a compiler fortification induced crash when used with link time optimizations (#11982)
Redis 6.2.12
Upgrade urgency: SECURITY, contains fixes to security issues.
Security Fixes:
- (CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT command to create an invalid hash field that will crash Redis on access
Bug Fixes
- Fix CLIENT REPLY OFF|SKIP to not silence push notifications (#11875)
- Disconnect pub-sub subscribers when revoking allchannels permission (#11992)
- Trim excessive memory usage in stream nodes when exceeding stream-node-max-bytes (#11885)
Redis 6.0.19
Upgrade urgency: SECURITY, contains fixes to security issues.
Security Fixes:
- (CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT command to create an invalid hash field that will crash Redis on access
Bug Fixes
- Fix CLIENT REPLY OFF|SKIP to not silence push notifications (#11875)
Cheers,
Redis core team