Changelog
1.8.14 - 2025-06-10
Fixed
- Performance improve for SQL based datastore by reducing connection usage during IsReady check. #2483
- SQL drivers now respect zero value for MaxOpenConns, ConnMaxIdleTime, ConnMaxLifetime. #2484
- When
enable-check-optimizations
experiment flag is enabled, incorrect check for model with recursion and user is assigned to more than 100 groups due to iteratorToUserset not handling multiple messages incorrectly. #2491 - Correlate storage context with caller's context. #2292