Agroal


home  
github  
license  
issues  
The natural database connection pool

1.8 Release2020 04 22

The 1.8 version of Agroal adds support for a new pool interceptor mechanism, called AgroalPoolInterceptor, that provides access to the connection as it leaves and returns the pool. The design of this interface makes is consistent with transaction semantics and makes sure the connection is not made invalid to the pool. It can be seen as a higher level than the existing listener interface that is more target for integrations of Agroal.

This new release also adds several improvements on transaction recovery.

Enhancement

  • AG-134 - Some issues in when use MSSQL SQLServerXADataSource
  • AG-139 - Update dependencies

Feature Request

  • AG-136 - Add a safe callback interface for pool events

Bug

  • AG-135 - Connection doesn’t release.
  • AG-137 - Fix shared connection warning
  • AG-138 - Rework how recovery connections are created in the ConnectionFactory