Releases: microsoft/mssql-jdbc
Releases · microsoft/mssql-jdbc
[12.4.2] Hotfix & Stable Release
Fixed issues
- Reverted the IBM check to vendor check and added an additional vm name check to remove false positives #2209
[12.4.1] HotFix & Stable Release
Changed
- Added default spacing for prepared SQL parameter names #2196
Fixed issues
- Fixed metadata query getUserName in impersonated security context in Azure SQL database #2197
- Fixed IBM JDK detection #2198
- Fixed bug where signature is not verified for Java Key Store and add signColumnMasterkeyMetadata API to JKS and AKV #2199
- Added localization of error strings that was missing in original release
[12.4.0] Stable Release
[12.3.1] Preview Release
Added
- Added a case to throw XAER_RMFAIL on connection reset for XA transactions 2118
- Added support for Azure Active Directory Service Principal Certificate Authentication 2128
Changed
- Improved performance of building parameter type definitions 1938
- Removed condition check that had no effect 2129
- Updated azure-security-keyvault-keys, azure-identity, gson and h2 dependency versions 2133
- Changed serverName sent in LOGIN packet to include instanceName 2140
Fixed issues
[12.3.0] Preview Release
Added
- Added additional logging info to help debug authentication and encryption issues 2118
- Added SQL query to toString() in SQLServerPreparedStatement to support Hibernate JPA slow query logging 2099
- Added Java 20 support 2097
- Added access token callback class connection string property 2073
Changed
- Updated azure-identity version 2114
- Updated msal4j version 2102
- Allow failover partner to be tried in case of socket timeout 2100
- Updated supportsLikeEscapeClause() to check for Azure data warehouse 2092
- sp_cursor calls now have table names passed in instead of an empty string 2087
- Updated federated authentication logic to use persistence token cache when fetching token 2079
- Updated supportTransaction method to reflect whether server supports transactions 2075
- Made jdk.net optional OSGi import 2069
- Upgraded to latest OSGi JDBC specification 2017
Fixed issues
- Fixed missing property value for disableStatementPooling meta info query 2120
- Fixed typo in access token error message 2119
- Fixed BigDecimal error when values between 0 and 1 are specified 2116
- Fixed lockTimeout not taking effect when redirect mode is set in Azure DB 2110
- Fixed shared timer race condition 2085
- Fixed XA error handling to rethrow XAER_RMFAIL instead of XAER_RMERR 2078
- Fixed issue by accounting for zero meta query results 2074
- Fixed invalid batch inserts when columns provided in insert differs in order from table schema 1992
[12.2.0] Stable Release
Added
- Added new connection property datetimeParameterType to specify datatype to use for date/timestamp parameters 1590
Changed
- Renamed driver DefaultAzureCredential authentication to ActiveDirectoryDefault 2055
- Update to dynamically check for ExtendedSocketOption class 2043
- Upgraded dependency versions 2040 1966
- Misc code cleanup and test fixes 2059 2053 2049 2048 2044 2041 2031 2029 2016 2014 1991 1977 1974 1970 1969 1962
Fixed issues
- Fixed BigDecimal Precision/Scale issue 2051
- Fixed NULL state and 0 error code for SQL exceptions 2018
- Fixed incorrect updateCount 2013
- Fixed Azure Active Directory user name cache matching to be case insensitive 1923
- Fixed concurrency issues in encrypt/decrypt obfuscation methods for truststore password 1968
- Fixed Idle Connection recovery so that unprocessedResponseCount isn't over decremented 1989
- Fixed race condition connecting to the wrong SQLServer host in configurable IPv6 1968
[10.2.3] HotFix & Stable Release
[11.2.3] HotFix & Stable Release
[11.2.2] HotFix & Stable Release
[10.2.2] HotFix & Stable Release
Fixed issues
- Clear prepared statement cache on idle connection resiliency reconnections 1982
- Fix for setting KeepAlive extended options 1986
- Fixed issue where the driver may assert when canceling a statement 1987
- Fixed callable statement index out of bounds error 1988
- Fixed issue not checking for DONE token errors so exceptions are ignored 1990
- Fixed query cancellation bug 1996