This release focuses on keeping Redis-backed functionality working smoothly as upstream libraries evolve. It also removes a previous workaround that is no longer needed.
Compatibility Notes
We pinned the Redis connection pool library to a version range that avoids recent breaking changes. This helps prevent issues in components that rely on Redis, including background job processing and Redis-backed caching.
As part of this, the earlier workaround that disabled pooling was removed, since it is no longer required with the pinned compatibility range.