Skip to content

Commit 0ae4f71

Browse files
Release notes for 1.1.0-preview1 (#240)
1 parent d6f2e29 commit 0ae4f71

File tree

5 files changed

+82
-3
lines changed

5 files changed

+82
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,29 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7+
## [Preview Release 1.1.0-preview1.19275.1] - 2019-10-02
8+
9+
### Added
10+
- Added SqlFileStream support for .NET Framework with `Microsoft.Data.SqlTypes.SqlFileStream` class introduced. [#210](https://github.com/dotnet/SqlClient/pull/210)
11+
- Added support for Visual Studio Intellisense with XML Documentation. [#210](https://github.com/dotnet/SqlClient/pull/210)
12+
13+
### Changes
14+
- Synchronized ref definitions with driver classes. [#180](https://github.com/dotnet/SqlClient/pull/180)
15+
- Updated `SNINativeMethodWrapper` to provide the underlying error in the inner exception when we fail to load SNI.dll. [#225](https://github.com/dotnet/SqlClient/pull/225)
16+
- Added .editorconfig file and set formatting rules. [#193](https://github.com/dotnet/SqlClient/pull/193)
17+
- Changes done to handle statistics well and to cleanup `AutoResetEvent` on disconnect. [#232](https://github.com/dotnet/SqlClient/pull/232)
18+
19+
720
## [Hotfix & Stable Release 1.0.19269.1] - 2019-09-26
821

922
### Fixed Issues
10-
1123
- `SqlCommand.StatementCompleted` event never being fired [#212](https://github.com/dotnet/SqlClient/issues/212)
1224
- Added missing `Authentication` property to `SqlConnectionStringBuilder` reference assembly
1325
- Reverted API changes in `SqlAuthenticationParameters` which had changed the `public string Resource` property to `public string[] Scopes`
1426

1527
## [Hotfix & Stable Release 1.0.19249.1] - 2019-09-06
1628

1729
### Fixed Issues
18-
1930
- Fixed issues with large data reading in Unix applications when data is spanned over multiple packets. [#171](https://github.com/dotnet/SqlClient/pull/171)
2031

2132
## [Stable Release 1.0.19239.1] - 2019-08-27
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Release Notes
2+
3+
## Microsoft.Data.SqlClient 1.1.0-preview1.19275.1 released 2 October 2019
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
9+
- Added SqlFileStream support for .NET Framework with `Microsoft.Data.SqlTypes.SqlFileStream` class introduced. [#210](https://github.com/dotnet/SqlClient/pull/210)
10+
- Added support for Visual Studio Intellisense with XML Documentation. [#210](https://github.com/dotnet/SqlClient/pull/210)
11+
12+
### Changes
13+
14+
- Synchronized ref definitions with driver classes. [#180](https://github.com/dotnet/SqlClient/pull/180)
15+
- Updated `SNINativeMethodWrapper` to provide the underlying error in the inner exception when we fail to load SNI.dll. [#225](https://github.com/dotnet/SqlClient/pull/225)
16+
- Added .editorconfig file and set formatting rules. [#193](https://github.com/dotnet/SqlClient/pull/193)
17+
- Changes done to handle statistics well and to cleanup `AutoResetEvent` on disconnect. [#232](https://github.com/dotnet/SqlClient/pull/232)
18+
19+
20+
## Target Platform Support
21+
22+
- .NET Framework 4.6+
23+
- .NET Core 2.1+ (Windows x86, Windows x64, Linux, macOS)
24+
- .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
25+
26+
### Dependencies
27+
28+
#### .NET Framework
29+
30+
- System.Data.Common 4.3.0
31+
- Microsoft.Data.SqlClient.SNI 1.0.19235.1
32+
- Microsoft.Identity.Client 3.0.8
33+
34+
#### .NET Core
35+
36+
- Microsoft.Win32.Registry 4.5.0
37+
- runtime.native.System.Data.SqlClient.sni 4.4.0
38+
- System.Security.Principal.Windows 4.5.0
39+
- System.Text.Encoding.CodePages 4.5.0
40+
- System.Configuration.ConfigurationManager 4.5.0
41+
- Microsoft.Identity.Client 3.0.8
42+
43+
#### .NET Standard
44+
45+
- Microsoft.Win32.Registry 4.5.0
46+
- runtime.native.System.Data.SqlClient.sni 4.4.0
47+
- System.Buffers 4.4.0
48+
- System.Diagnostics.DiagnosticSource 4.5.0
49+
- System.Memory 4.5.1
50+
- System.Security.Principal.Windows 4.5.0
51+
- System.Text.Encoding.CodePages 4.5.0
52+
- System.Configuration.ConfigurationManager 4.5.0
53+
- Microsoft.Identity.Client 3.0.8

release-notes/1.1/1.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Microsoft.Data.SqlClient 1.1 Releases
2+
3+
The following Microsoft.Data.SqlClient 1.1 preview releases have been shipped:
4+
5+
| Release Date | Version | Notes |
6+
| :-- | :-- | :--: |
7+
| 2019/10/02 | 1.1.0-preview1.19275.1 | [release notes](1.1.0-preview1.md) |

release-notes/1.1/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Microsoft.Data.SqlClient 1.1 Releases
2+
3+
The following Microsoft.Data.SqlClient 1.1 preview releases have been shipped:
4+
5+
| Release Date | Version | Notes |
6+
| :-- | :-- | :--: |
7+
| 2019/10/02 | 1.1.0-preview1.19275.1 | [release notes](1.1.0-preview1.md) |

release-notes/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Microsoft.Data.SqlClient Release Notes
22

3-
The latest release is [Microsoft.Data.SqlClient 1.0](1.0).
3+
The latest stable release is [Microsoft.Data.SqlClient 1.0](1.0).
44

55
## Release Information
66

7+
- [Microsoft.Data.SqlClient 1.1](1.1)
78
- [Microsoft.Data.SqlClient 1.0](1.0)

0 commit comments

Comments
 (0)