@azure/data-tables 13.0.1-alpha.20220111.2 → 13.0.1-alpha.20220112.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 13.0.1 (
|
|
4
|
-
|
|
5
|
-
### Features Added
|
|
6
|
-
|
|
7
|
-
### Breaking Changes
|
|
3
|
+
## 13.0.1 (2022-01-12)
|
|
8
4
|
|
|
9
5
|
### Bugs Fixed
|
|
10
6
|
|
|
7
|
+
- Fix issue where custom HTTP Client passed in client options was being ignored in transactions. [#19470](https://github.com/Azure/azure-sdk-for-js/pull/19470)
|
|
11
8
|
- Fix issue where optionality of expiresOn and permissions is not respected when signedIdentifier is provided.
|
|
12
9
|
- Fix `createTable` not calling `onResponse` callback when the service returns `TableAlreadyExists`. [#18914](https://github.com/Azure/azure-sdk-for-js/pull/18914)
|
|
13
10
|
|
package/package.json
CHANGED