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

Prepare Tables for September Release #23119

Merged
merged 2 commits into from Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions sdk/tables/data-tables/CHANGELOG.md
@@ -1,17 +1,15 @@
# Release History

## 13.1.3 (Unreleased)
## 13.2.0 (2022-09-06)

### Features Added

### Breaking Changes
- Add option to `transaction.updateEntity()` [#22562](https://github.com/Azure/azure-sdk-for-js/pull/22562). (A community contribution, courtesy of _[tmcgannon](https://github.com/tmcgannon))_

### Bugs Fixed

- Fix encoding for Date objects when filtering on a DateTime field [#23058](https://github.com/Azure/azure-sdk-for-js/pull/23058)

### Other Changes

## 13.1.2 (2022-06-07)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/data-tables/package.json
@@ -1,6 +1,6 @@
{
"name": "@azure/data-tables",
"version": "13.1.3",
"version": "13.2.0",
"description": "An isomorphic client library for the Azure Tables service.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/tables/data-tables/src/utils/tracing.ts
Expand Up @@ -10,5 +10,5 @@ import { createTracingClient } from "@azure/core-tracing";
export const tracingClient = createTracingClient({
namespace: "Microsoft.Data.Tables",
packageName: "@azure/data-tables",
packageVersion: "13.1.3",
packageVersion: "13.2.0",
});
2 changes: 1 addition & 1 deletion sdk/tables/data-tables/swagger/README.md
Expand Up @@ -6,7 +6,7 @@

```yaml
v3: true
package-version: 13.1.3
package-version: 13.2.0
package-name: "@azure/data-tables"
title: TablesClient
description: Tables Client
Expand Down