@@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55
6+ ## [ 12.7.1] Preview Release
7+ ### Added
8+ - Added JDK 22 support [ #2414 ] ( https://github.com/microsoft/mssql-jdbc/pull/2414 )
9+ - Added credential caching for Managed Identity Credential and Default Azure Credential [ #2415 ] ( https://github.com/microsoft/mssql-jdbc/pull/2415 )
10+ - Added Caching SQLServerBulkCopy object for batch insert [ #2435 ] ( https://github.com/microsoft/mssql-jdbc/pull/2435 )
11+ - Added connection level bulk copy metadata caching [ #2464 ] ( https://github.com/microsoft/mssql-jdbc/pull/2464 )
12+ - Added logging to token caching [ #2468 ] ( https://github.com/microsoft/mssql-jdbc/pull/2468 )
13+
14+ ### Changed
15+ - Bump org.bouncycastle: bcprov-jdk18on from 1.77 to 1.78 [ #2403 ] ( https://github.com/microsoft/mssql-jdbc/pull/2403 )
16+ - Enum SQLServerSortOrder is now public [ #2405 ] ( https://github.com/microsoft/mssql-jdbc/pull/2405 )
17+ - Bump com.azure: azure-identity from 1.12.1 to 1.12.2 [ #2447 ] ( https://github.com/microsoft/mssql-jdbc/pull/2447 )
18+ - Bump com.microsoft.azure: msal4j from 1.15.0 to 1.15.1 [ #2448 ] ( https://github.com/microsoft/mssql-jdbc/pull/2448 )
19+
20+ ### Fixed issues
21+ - Execute stored procedures directly for RPC calls [ #2410 ] ( https://github.com/microsoft/mssql-jdbc/pull/2410 )
22+ - Fix SqlAuthenticationToken constructor accepting unix epoch [ #2425 ] ( https://github.com/microsoft/mssql-jdbc/pull/2425 )
23+ - TokenCredential class shouldn't be required [ #2441 ] ( https://github.com/microsoft/mssql-jdbc/pull/2441 )
24+ - Fixed timestamp string conversion error for CallableStatements [ #2449 ] ( https://github.com/microsoft/mssql-jdbc/pull/2449 )
25+ - Fixed CallableStatements default value regression [ #2452 ] ( https://github.com/microsoft/mssql-jdbc/pull/2452 )
26+ - Fixed parentheses parsing for stored procedure names and function names [ #2467 ] ( https://github.com/microsoft/mssql-jdbc/pull/2467 )
27+
628## [ 12.7.0] Preview Release
729### Added
830- Server Message Handler and SQLException Chaining [ #2251 ] ( https://github.com/microsoft/mssql-jdbc/pull/2251 )
0 commit comments