Skip to content

Commit a1f14cd

Browse files
authored
Update release notes for JDBC driver version 13.2 (#35828)
* Update release notes for JDBC driver version 13.2 Updated the release notes for the JDBC driver to reflect the breaking change regarding VECTOR data type support and its implications. * Acrolinx suggestions
1 parent c95acc5 commit a1f14cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/jdbc/release-notes-for-the-jdbc-driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Release notes
33
description: This article lists the releases of the Microsoft JDBC Driver for SQL Server. For each release version, the changes are named and described.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 10/13/2025
6+
ms.date: 11/13/2025
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -73,7 +73,7 @@ For the driver in a tar.gz file: [Chinese (Simplified)](https://go.microsoft.com
7373
| JSON datatype support | Native support for SQL Server’s new JSON data type with APIs for inserts, selects, stored procedures, and bulk copy. For more information, see [JSON data type](use-json-data-type.md). |
7474
| Order hints for bulk copy operations | Support for specifying order hints when using `SQLServerBulkCopy` to improve bulk copy performance. |
7575
| Add new trusted AKV URLs for FR and DE | Registered four new Azure Key Vault and Managed HSM endpoints for France and Germany. |
76-
| Vector datatype support | Native support for SQL Server’s new VECTOR data type with APIs for inserts, selects, stored procedures, and bulk copy. For more information, see [Vector data type](use-vector-data-type.md). |
76+
| Vector datatype support | **BREAKING CHANGE** Native support for SQL Server’s new VECTOR data type with APIs for inserts, selects, stored procedures, and bulk copy. For more information, see [Vector data type](use-vector-data-type.md).<br/><br/>This feature is a breaking change. Previous driver versions receive vector data types from the server as JSON strings. Version 13.2 recognizes the new SQL vector type natively, exposing it to applications as a vector type, by default. To maintain the previous behavior of vector types exposed as JSON strings, set the connection option `vectorTypeSupport` to `off`. For more information, see [Setting the connection properties](setting-the-connection-properties.md). |
7777
| New connection options, quotedIdentifier and concatNullYieldsNull | New connection options, quotedIdentifier and concatNullYieldsNull, to control QUOTED_IDENTIFIER and CONCAT_NULL_YIELDS_NULL session settings for both new and pooled connections. |
7878
| Support for temporal and money datatypes when using bulk copy for batch insert operations | Support for batch inserts of DATETIME, DATE, MONEY, etc., when using the useBulkCopyForBatchInsert option. |
7979

0 commit comments

Comments
 (0)