@@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
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
+
6
28
## [ 12.7.0] Preview Release
7
29
### Added
8
30
- Server Message Handler and SQLException Chaining [ #2251 ] ( https://github.com/microsoft/mssql-jdbc/pull/2251 )
0 commit comments