@azure/storage-blob-changefeed 12.0.0-alpha.20220512.4 → 12.0.0-alpha.20220517.1
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/package.json +1 -1
- package/CHANGELOG.md +0 -25
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/storage-blob-changefeed",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "12.0.0-alpha.
|
|
4
|
+
"version": "12.0.0-alpha.20220517.1",
|
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob Change Feed",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist-esm/storage-blob-changefeed/src/index.js",
|
package/CHANGELOG.md
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# Release History
|
|
2
|
-
|
|
3
|
-
## 12.0.0-preview.4 (Unreleased)
|
|
4
|
-
|
|
5
|
-
### Features Added
|
|
6
|
-
|
|
7
|
-
### Breaking Changes
|
|
8
|
-
|
|
9
|
-
### Bugs Fixed
|
|
10
|
-
|
|
11
|
-
### Other Changes
|
|
12
|
-
|
|
13
|
-
## 12.0.0-preview.3 (2022-04-19)
|
|
14
|
-
|
|
15
|
-
### Features Added
|
|
16
|
-
|
|
17
|
-
-Added support for event schema V3, V4, and V5.
|
|
18
|
-
|
|
19
|
-
## 12.0.0-preview.1 (2020.07)
|
|
20
|
-
|
|
21
|
-
- This is the first release supporting Azure Storage Blob Change Feed.
|
|
22
|
-
## 12.0.0-preview.2 (2020-09-08)
|
|
23
|
-
|
|
24
|
-
- This release contains bug fixes to improve quality.
|
|
25
|
-
|