Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps com.microsoft.sqlserver:mssql-jdbc from 13.2.1.jre11 to 13.3.0.jre11-preview.

Release notes

Sourced from com.microsoft.sqlserver:mssql-jdbc's releases.

[13.3.0] Preview Release

Added

  • Performance logger and callback handling mechanism #2706 What was added: Introduced performance logging framework to track critical driver operations such as connection time, prelogin, login, and token acquisition. Who benefits: Developers and operators monitoring JDBC driver performance. Impact: Enables visibility into driver-level latencies via com.microsoft.sqlserver.jdbc.PerformanceMetrics.Connection logger and extensible callback infrastructure for future metrics.

  • Test enhancements #2712 What changed: Improved unit test coverage for SQLServerConnectionTest, SQLServerDatabaseMetaData and few more classes. Who benefits: Contributors and maintainers. Impact: Improves code coverage with junit tests.

Changed

  • Java 25 (LTS) support and removal of non-LTS versions 22–24 #2821 What changed: Added official support for Java 25 (LTS) and removed non-LTS Java versions (22–24) from Maven and Gradle build configurations. Who benefits: Developers aligning builds with long-term supported Java versions. Impact: Ensures continued compatibility and stability with LTS Java releases; simplifies build maintenance.

Fixed

  • Bulk insert parsing of isolated quotes in tab-delimited data #2795 What was fixed: Resolved IndexOutOfBoundsException caused by incorrect quote state handling during tab-delimited bulk copy operations. Who benefits: Users performing bulk inserts from tab-delimited data containing isolated quotes. Impact: Ensures isolated quotes are treated as literal characters; improves parsing reliability and consistency.

  • PreparedStatement INSERT update Count with triggers and multi-Value inserts #2817 What was fixed: Corrected inaccurate update counts returned by PreparedStatement for multi-value INSERT statements with triggers. Who benefits: Developers relying on accurate update counts in batch or trigger-based inserts. Impact: Ensures consistent and accurate update count behavior across all INSERT execution scenarios.

  • Fix for fatal error handling in DONE tokens #2741 What was fixed: Corrected TDS message handling to properly detect and propagate fatal severity (25+) errors. Who benefits: Applications needing reliable error propagation during critical SQL Server failures. Impact: Prevents silent failures and ensures robust TDS stream recovery during fatal error conditions.

  • Fix for getParameterMetaData() crash with table-valued parameters #2746 What was fixed: Prevented SQLServerException when calling getParameterMetaData() on statements using Table-Valued Parameters (TVPs). Who benefits: Developers using structured or table-valued parameters. Impact: Restores correct metadata extraction for TVP parameters, ensuring full JDBC metadata compatibility.

  • supportsIntegrityEnhancementFacility() returns accurate value #2828 What was fixed: Corrected DatabaseMetaData.supportsIntegrityEnhancementFacility() to return true for SQL Server. Who benefits: Applications querying database metadata for integrity constraint support. Impact: Accurately reports SQL Server’s full support for primary, foreign key, and check constraints.

  • Fix bulk copy for batch insert to support InputStream data #2826 What was fixed: Enabled setBinaryStream() to work correctly with Bulk Copy for Batch Insert into VARBINARY(MAX) columns. Who benefits: Developers inserting large binary data via streams.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 17, 2025
@cla-bot cla-bot bot added the cla-signed label Nov 17, 2025
@ebyhr ebyhr force-pushed the dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-13.3.0.jre11-preview branch from b323164 to b49fba2 Compare November 18, 2025 04:32
@findepi
Copy link
Member

findepi commented Nov 26, 2025

@dependabot recreate

Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 13.2.1.jre11 to 13.3.0.jre11-preview.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.sqlserver:mssql-jdbc
  dependency-version: 13.3.0.jre11-preview
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-13.3.0.jre11-preview branch from b49fba2 to c0ae0e1 Compare November 26, 2025 10:38
@wendigo wendigo closed this Dec 8, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-13.3.0.jre11-preview branch December 8, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed dependencies Pull requests that update a dependency file java Pull requests that update java code

Development

Successfully merging this pull request may close these issues.

3 participants