Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tables release updates #2004

Merged
merged 3 commits into from
Nov 13, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions releases/2020-11/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ The Azure SDK team is pleased to announce our November 2020 client library relea

#### Beta

- _Add packages_
- Tables

## Installation Instructions

To install any of our packages, please search for them via `Manage NuGet Packages...` in Visual Studio (with `Include prerelease` checked) or copy these commands into your terminal:

```bash
$> dotnet install PACKAGE --version whatever
$> dotnet add package Azure.Data.Tables --version 3.0.0-beta.3
```

## Feedback
Expand All @@ -34,9 +34,13 @@ If you have a bug or feature request for one of the libraries, please [file an i

## Release highlights

### _Package name_
### Tables [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/3ff84e738c517daf3c451fd39a6f126855ac3b95/sdk/tables/Azure.Data.Tables/CHANGELOG.md)

### New Features

- Major changes only!!!
- Added support for Upsert batch operations.
- Added support for some numeric type coercion for TableEntity properties.
- Added TryGetFailedEntityFromException method on TablesTransactionalBatch to extract the entity that caused a batch failure from a RequestFailedException.

## Latest Releases

Expand Down