Comparing v2.35.0...v2.35.1 · googleapis/java-spanner-jdbc
Commits on Jan 26, 2026
-
perf: optimize JdbcDataSource#getConnection() (#2371)
The `JdbcDataSource#getConnection()` method repeatedly executed a number of steps that were not necessary for each new connection. This has now been optimized, so they are only executed once, as long as the properties of the DataSource do not change.