You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
6
+
## [7.1.3] Preview Release
7
+
### Added
8
+
- Added a new SQLServerMetaData constructor for string values of length greater than 4000 [#876](https://github.com/Microsoft/mssql-jdbc/pull/876)
9
+
10
+
### Fixed Issues
11
+
- Fixed an issue with Geography.point() having coordinates reversed [#853](https://github.com/Microsoft/mssql-jdbc/pull/853)
12
+
- Fixed intermittent test failures [#854](https://github.com/Microsoft/mssql-jdbc/pull/854)[#862](https://github.com/Microsoft/mssql-jdbc/pull/862)[#888](https://github.com/Microsoft/mssql-jdbc/pull/888)
13
+
- Fixed an issue with setAutoCommit() leaving a transaction open when running against Azure SQL Data Warehouse [#881](https://github.com/Microsoft/mssql-jdbc/pull/881)
14
+
15
+
### Changed
16
+
- Changed query timeout logic to use a single thread [#842](https://github.com/Microsoft/mssql-jdbc/pull/842)
- Removed populating Lobs when calling ResultSet.wasNull() [#875](https://github.com/Microsoft/mssql-jdbc/pull/875)
19
+
- Improved retry logic for intermittent TLS1.2 issue when establishing a connection [#882](https://github.com/Microsoft/mssql-jdbc/pull/882)
20
+
6
21
## [7.1.2] Preview Release
7
22
### Added
8
23
- Added support for JDK 11 [#824](https://github.com/Microsoft/mssql-jdbc/pull/824)[#837](https://github.com/Microsoft/mssql-jdbc/pull/837)[#807](https://github.com/Microsoft/mssql-jdbc/pull/807)
0 commit comments