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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,15 @@ 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
+
## [9.4.1] HotFix & Stable Release
7
+
### Fixed issues
8
+
- Fixed TDSParser stuck on TDS_COLMETADATA issue [#1662] (https://github.com/microsoft/mssql-jdbc/pull/1662)
9
+
- Fixed conversion of LocalDateTime and LocalTime to String in Bulk Copy [#1640] (https://github.com/microsoft/mssql-jdbc/pull/1640)
10
+
6
11
## [9.4.0] Stable Release
7
12
### Added
8
13
- Added JAVA 16 support [#1579](https://github.com/microsoft/mssql-jdbc/pull/1579)
9
-
- Added optional realm connection string property for Kerberos authenticatoin[#1581](https://github.com/microsoft/mssql-jdbc/pull/1581)
14
+
- Added optional realm connection string property for Kerberos authentication[#1581](https://github.com/microsoft/mssql-jdbc/pull/1581)
10
15
- Added support for multiple, successive connections using AKV provider [#1594](https://github.com/microsoft/mssql-jdbc/pull/1594)
11
16
- Updated error messages for Enclave exceptions with forward link to troubleshooting guide [#1585](https://github.com/microsoft/mssql-jdbc/pull/1585)
12
17
- Added driver version to the database during prelogin [#1583](https://github.com/microsoft/mssql-jdbc/pull/1583)
0 commit comments