-
Notifications
You must be signed in to change notification settings - Fork 469
6.5.4 preview release changelog #731
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
07f8f32
6.5.4 preview release changelog
peterbae 58dbed5
small change to java spelling
peterbae a9b2e90
wording change
peterbae 1c493c3
change wording
peterbae f54ecb0
more wording changes
peterbae 4a7730e
removed the dots
peterbae bd5ff8e
more changes
peterbae 9371fb0
change function to method
peterbae e68dacb
change adal4j version to 1.6
peterbae 8cb2710
change wording
peterbae 167ae16
adal4j change
peterbae a458cb6
changing
peterbae b355917
update adal4j
peterbae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. | |
|
|
||
| The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
|
|
||
| ## [6.5.4] Preview Release | ||
| ### Added | ||
| - Added Bulk Copy API support for batch insert operation [#686](https://github.com/Microsoft/mssql-jdbc/pull/686) | ||
| - Added Request Boundary methods beginRequest() / endRequest() that were introduced in Java 9 [#708](https://github.com/Microsoft/mssql-jdbc/pull/708) | ||
| - Added support for "Data Classification Specifications" on fetched resultsets [#709](https://github.com/Microsoft/mssql-jdbc/pull/709) | ||
| - Added support for UTF-8 feature extension [#722](https://github.com/Microsoft/mssql-jdbc/pull/722) | ||
| - Added missing licence headers for some files [#725](https://github.com/Microsoft/mssql-jdbc/pull/725) | ||
|
|
||
| ### Fixed Issues | ||
| - Fixed getSchema escaping catalog name when using "-" in the name [#718](https://github.com/Microsoft/mssql-jdbc/pull/718) | ||
| - Fixed issue with tests requiring additional dependencies [#729](https://github.com/Microsoft/mssql-jdbc/pull/729) | ||
|
|
||
| ### Changed | ||
| - Made driver compliant to JDBC 4.2 specifications [#711](https://github.com/Microsoft/mssql-jdbc/pull/711) | ||
| - Cleaned up SocketFinder.findSocket handling and simplified the logic single address case [#663](https://github.com/Microsoft/mssql-jdbc/pull/663) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Needs rewording. |
||
|
|
||
| ## [6.5.3] Preview Release | ||
| ### Added | ||
| - Added removed constructor back to AKV Provider which supports authentication with a customized method to fetch accessToken [#675](https://github.com/Microsoft/mssql-jdbc/pull/675) | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Added implementation for Request Boundary methods" maybe?