Skip to content

2.13.0

Latest

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 10 Jun 14:24
· 1 commit to master since this release

Included commits: 2.12.0...2.13.0

Improvements

  • Added TLS support for Redis connections to enable encrypted communication with Redis brokers, introducing RedisConstants::REDIS_SCHEME to configure the connection scheme (tcp or tls) and RedisConstants::REDIS_SSL_CA_FILE_PATH to specify the CA certificate path for TLS peer verification.
  • Introduced RedisConfig::getScheme() and RedisConfig::getSslCaFilePath() to allow per-project TLS configuration of Redis connections.
  • Introduced RedisConstants::REDIS_KEY_PREFIX and RedisConfig::getKeyPrefix() to support Redis ACL key-based access restrictions by prepending a configurable prefix to all Redis keys.
  • Added username and sslCaFilePath properties to RedisCredentialsTransfer to support Redis ACL authentication and TLS certificate configuration.