Skip to content

Commit dd9b336

Browse files
author
Suraiya Hameed
authored
Merge pull request #112 from v-suhame/dev
updates to changelog
2 parents 554e6b0 + 7311e26 commit dd9b336

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

CHANGELOG.md

+23-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55

6+
## [6.1.2]
7+
### Added
8+
- Socket timeout implementation for both connection string and data source [#85](https://github.com/Microsoft/mssql-jdbc/pull/85)
9+
- Query timeout API for datasource [#88](https://github.com/Microsoft/mssql-jdbc/pull/88)
10+
- Added connection tests [#95](https://github.com/Microsoft/mssql-jdbc/pull/95)
11+
- Added Support for FIPS enabled JVM [#97](https://github.com/Microsoft/mssql-jdbc/pull/97)
12+
- Added additional tests for bulk copy [#110] (https://github.com/Microsoft/mssql-jdbc/pull/110)
13+
14+
### Changed
15+
- Remove redundant type casts [#63](https://github.com/Microsoft/mssql-jdbc/pull/63)
16+
- Read SQL Server error message if status flag has DONE_ERROR set [#73](https://github.com/Microsoft/mssql-jdbc/pull/73)
17+
- Fix a bug when the value of queryTimeout is bigger than the max value of integer [#78](https://github.com/Microsoft/mssql-jdbc/pull/78)
18+
- Add new dependencies to gradle build script [#81](https://github.com/Microsoft/mssql-jdbc/pull/81)
19+
- Updates to test framework [#90](https://github.com/Microsoft/mssql-jdbc/pull/90)
20+
21+
### Fixed Issues
22+
- Set the jre8 version as default [#59](https://github.com/Microsoft/mssql-jdbc/issues/59)
23+
- Fixed exception SQL Server instance in use does not support column encryption [#65](https://github.com/Microsoft/mssql-jdbc/issues/65)
24+
- TVP Handling is causing exception when calling SP with return value [#80](https://github.com/Microsoft/mssql-jdbc/issues/80)
25+
- BigDecimal in TVP can incorrectly cause SQLServerException related to invalid precision or scale [#86](https://github.com/Microsoft/mssql-jdbc/issues/86)
26+
- Fixed the connection close issue on using variant type [#91] (https://github.com/Microsoft/mssql-jdbc/issues/91)
27+
28+
629
## [6.1.1]
730
### Added
831
- Java Docs [#46](https://github.com/Microsoft/mssql-jdbc/pull/46)
@@ -29,6 +52,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
2952
## [6.1.0]
3053
### Changed
3154
- Open Sourced.
32-
33-
34-

0 commit comments

Comments
 (0)