File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
sdk/storage/azure-storage-blob-changefeed
azure/storage/blob/changefeed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 12.0.0b3 (2021-11-17)
1
+ ## Release History
2
+
3
+ ### 12.0.0b4 (Unreleased)
4
+
5
+ #### Features Added
6
+
7
+ #### Breaking Changes
8
+
9
+ #### Bugs Fixed
10
+
11
+ #### Other Changes
12
+
13
+ ### 12.0.0b3 (2021-11-17)
2
14
** Fixes**
3
15
- ` pip install ` now supports latest blob version
4
16
5
- ## 12.0.0b2 (2020-9-10)
17
+ ### 12.0.0b2 (2020-9-10)
6
18
** Breaking changes**
7
19
- Change the ` continuation_token ` from a dict to a str.
8
20
- ` start_time ` /` end_time ` and ` continuation_token ` are mutually exclusive now.
9
21
10
- ## 12.0.0b1 (2020-07-07)
22
+ ### 12.0.0b1 (2020-07-07)
11
23
- Initial Release. Please see the README for information on the new design.
12
24
- Support for ChangeFeedClient: get change feed events by page, get all change feed events, get events in a time range
13
25
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.0.0b3 "
7
+ VERSION = "12.0.0b4 "
You can’t perform that action at this time.
0 commit comments