Agroal


home  
github  
license  
issues  
The natural database connection pool

1.5 Release2019 05 29

This is a maintenance release that fixes a few issues found since the 1.4 release.

Enhancement

  • AG-110 - Support non-standard transaction isolation levels

Feature Request

  • AG-111 - Add a feature to remove connections older than a certain amount of time

Bug

  • AG-112 - Bypass ServiceLoader for AgroalDefaultSecurityProvider
  • AG-113 - Add onConnectionPooled method to AgroalListener
  • AG-114 - Connection failure stack traces are confusing
  • AG-115 - Replace deprecated calls to Class#newInstance to Constructor.newInstance
  • AG-116 - Don’t cache credentials in the ConnectionFactory
  • AG-118 - StatementWrapper does not close wrapped statement
  • AG-119 - ResultSetWrapper does not remove itself from tracking statement