microsoft/mssql-jdbc v13.4.0
microsoft/mssql-jdbc
Captured source
source ↗published Mar 16, 2026seen 2dcaptured 13hhttp 200method plain
[13.4.0] Stable Release
Repository: microsoft/mssql-jdbc
Tag: v13.4.0
Published: 2026-03-16T05:04:23Z
Prerelease: no
Release notes:
[13.4.0] Stable Release
Added
- Add Test Coverage for Mixed-Type Vector Columns (FLOAT32 and FLOAT16) 2907
What was added: Expanded the vector test suite to validate scenarios where VECTOR(FLOAT32) and VECTOR(FLOAT16) columns coexist in the same schema, including coverage for JDBC operations and bulk copy workflows. Who benefits: Developers building vector-based workloads that mix float32 and float16 vector columns within the same database schema. Impact: Ensures reliable driver behavior and compatibility for mixed vector types across CRUD operations, bulk copy, metadata, and advanced database objects such as stored procedures and TVPs.