5.12.0
This release includes an optimisation that removes a network roundtrip in the ExecutableQuery
. #1482
By removing the round trip when using the ExecutableQuery
the network overhead of running the query is reduced by up to 1/3rd. Most benefit will be seen when running lots of single queries with few records that complete quickly on the server.
In addition, the token rotation API has been updated. #1481
👏 Improvements
- Introduce BEGIN message pipelining in ExecutableQuery #1482
- Update AuthToken rotation to support more auth types #1481
- Update JUnit to 5.10.0, Surefire to 3.1.2 and Failsafe to 3.1.2 #1473
- Refactoring #1474 #1475 #1476 #1477
- Introduce inspection profile #1478
🔧 Dependency Management
- Update dependencies #1483