Skip to content

Commit

Permalink
tables release updates (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes authored Nov 13, 2020
1 parent 36c590a commit f768bf3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions releases/2020-11/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The Azure SDK team is pleased to announce our November 2020 client library relea
#### Beta

- Event Hubs
- Tables

## Installation Instructions

Expand All @@ -27,6 +28,8 @@ To install any of our packages, please search for them via `Manage NuGet Package
```bash
$> dotnet add package Azure.Messaging.EventHubs --version 5.3.0-beta.4
$> dotnet add package Azure.Messaging.EventHubs.Processor --version 5.3.0-beta.4

$> dotnet add package Azure.Data.Tables --version 3.0.0-beta.3
```

## Feedback
Expand All @@ -47,6 +50,14 @@ This release contains a collection of minor bug fixes, performance improvements,

This release contains a collection of minor bug fixes, performance improvements, and documentation enhancements.

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

### New Features

- 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

View all the latest versions of .NET packages [here][dotnet-latest-releases].
Expand Down

0 comments on commit f768bf3

Please sign in to comment.