Skip to content

Commit

Permalink
[MSqlServerServer] | Release Note v1.0 (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoudEshtehari authored Jan 28, 2022
1 parent 54ab5ae commit b9dd969
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
42 changes: 42 additions & 0 deletions release-notes/MSqlServerServer/1.0/1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Release Notes

## General Availability of Microsoft.SqlServer.Server

_**1.0.0 released 28 January 2022**_

This is the initial public stable release of the **Microsoft.SqlServer.Server** namespace in a separate assembly. This library is a dependency for **Microsoft.Data.SqlClient** enabling cross framework support of UDT types.

### Supported types

#### Targeting .NET Standard 2.0

- Microsoft.SqlServer.Server.DataAccessKind
- Microsoft.SqlServer.Server.Format
- Microsoft.SqlServer.Server.IBinarySerialize
- Microsoft.SqlServer.Server.InvalidUdtException
- Microsoft.SqlServer.Server.SqlFacetAttribute
- Microsoft.SqlServer.Server.SqlFunctionAttribute
- Microsoft.SqlServer.Server.SqlMethodAttribute
- Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute
- Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute
- Microsoft.SqlServer.Server.SystemDataAccessKind

#### Targeting .NET Framework 4.6+

Following types forwarded to `System.Data`:

- Microsoft.SqlServer.Server.DataAccessKind
- Microsoft.SqlServer.Server.Format
- Microsoft.SqlServer.Server.IBinarySerialize
- Microsoft.SqlServer.Server.InvalidUdtException
- Microsoft.SqlServer.Server.SqlFacetAttribute
- Microsoft.SqlServer.Server.SqlFunctionAttribute
- Microsoft.SqlServer.Server.SqlMethodAttribute
- Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute
- Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute
- Microsoft.SqlServer.Server.SystemDataAccessKind

## Target Platform Support

- .NET Framework 4.6+ (Windows x86, Windows x64)
- .NET Standard 2.0 (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
7 changes: 7 additions & 0 deletions release-notes/MSqlServerServer/1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Microsoft.SqlServer.Server 1.0 Releases

The following Microsoft.SqlServer.Server 1.0 stable release has been shipped:

| Release Date | Description | Notes |
| :-- | :-- | :--: |
| 2022/01/28 | 1.0.0 | [release notes](1.0.0.md) |
8 changes: 8 additions & 0 deletions release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ The latest stable release is [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyV
- [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 1.2](add-ons/AzureKeyVaultProvider/1.2)
- [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 1.1](add-ons/AzureKeyVaultProvider/1.1)
- [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 1.0](add-ons/AzureKeyVaultProvider/1.0)

# Microsoft.SqlServer.Server Release Notes

The latest stable release is [Microsoft.SqlServer.Server 1.0](MSqlServerServer/1.0).

## Release Information

- [Microsoft.SqlServer.Server 1.0](MSqlServerServer/1.0)

0 comments on commit b9dd969

Please sign in to comment.