Skip to content

[12.9.0] Preview Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@machavan machavan released this 02 Dec 18:35
· 6 commits to main since this release
1967348

Added

  • Added configurable retry logic feature, supporting both statement, and connection, retry #2396#2519
  • Added JDK 23 support #2515

Changed

  • Reverted "Execute Stored Procedures Directly" feature, as well as subsequent changes related to the feature #2488
  • Changed MSAL logging from FINEST to FINER #2489
  • Updated project pom file to pull dependencies from public Azure Artifacts Feed #2504
  • Changed how Kerberos authentication acquires subject to provide compatibility for Kerberos with Java 23 and above #2539
  • Removed user and password check for AccessTokenCallback #2549

Fixed issues

  • Changed driver behavior to allow prepared statement objects to be reused, preventing a "multiple queries are not allowed" error #2482
  • Adjusted DESTINATION_COL_METADATA_LOCK, in SQLServerBulkCopy, so that is properly released in all cases #2484
  • Fixed connection retry behavior when connectRetryCount is set to a value greater than 1 #2513
  • Resolved JavaDoc warnings that would appear during project build #2521
  • Fixed infinite loop when removing open statement #2547