Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

0.355.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 15 Jun 15:03
· 1976 commits to develop since this release
4300409
Type Description Link
Improvement Make default maxConnectionAge 888 seconds (a little less than 15min) for Hikari connection pool. This default value is now compliant with STIG/Fedramp O121-C2-016500 which requires idle timeout at 15 min. #5492
Improvement When priority tables are specified for background sweep, it will now sweep only these tables. Previously, it begins one iteration of sweep for another table, realises it shouldn't continue, and then begins one iteration for another table and so on, ad infinitum. This behaviour does not make sense, and furthermore could mean that we can't "make background sweep run ONLY on table xyz", because it might select other tables that are eligible in a larger deployment or if there are more threads. #5506