Skip to content

Tags: redis/librdb

Tags

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 2.2.0 (#94)

### New Features
- **RDB v13 Support**: Add support for RDB version 13 (#93)
  - Ensures compatibility with latest Redis RDB format, specifically key-metadata and stream IDMP
- **RESTOREMODAUX Downgrading**: Support downgrading RESTOREMODAUX commands (#92)
  - Enables compatibility when restoring to older Redis versions
- **Redis Enterprise Support**: Skip new Redis Enterprise RDB_OPCODE_SLOT_NUM opcode (#91)
  - Improves compatibility with Redis Enterprise RDB files
- **Authentication**: Add LIBRDB_AUTH environment variable support for password authentication
  - Simplifies authentication configuration in automated environments

### Bug Fixes
- **Error Handling**: Add goto cleanup on rdb-cli return error
  - Ensures proper resource cleanup on error conditions

v2.1.0

Toggle v2.1.0's commit message
Release version 2.1.0

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 2.0.0 (#86)

This release includes:
- C++ compatibility improvements (rename delete to destroy)
- Script loading from RDB auxiliary section
- Key privacy features with sha256 hashing
- Redis Enterprise and Redis 8.x support
- Multiple bug fixes and platform improvements
- macOS/OSX support enhancements

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to first major version 1.0.0 (#60)

Added static_assert to verify composed version string matches the individual version components