From b9ce78ba5b59e438801783495b18e7339963f2e0 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sun, 30 Apr 2023 11:52:01 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 911e26ea0..6b7a737f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and ### 29-Apr-2023 - 3.21.0 released Feature - [RediSearch module support](https://github.com/redisson/redisson/wiki/9.-distributed-services/#96-redisearch-service) +Feature - [Tracing support](https://github.com/redisson/redisson/wiki/16.-Observability/#162-tracing) Feature - `RSetCache` extends `RSet` interface Feature - `RSemaphore` and `RPermitExpirableSemaphore` objects wait for sync operations completion Feature - Quarkus 3 support