Skip to content

v1.8.14

Compare
Choose a tag to compare
@jpadilla jpadilla released this 10 Jun 19:08
· 10 commits to main since this release
4c3b884

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