1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
# Release History
## 12.0.0b6 (Unreleased)
### Features Added
## 12.0.0b5 (2024-04-16)
This version and all future versions will require Python 3.8+. Python 3.6 and 3.7 are no longer supported.
### Other Changes
- Bumped dependency of `azure-storage-blob` to the latest stable release (12.19.0).
### 12.0.0b4 (2022-06-15)
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.
#### Features Added
- Added support for `max_single_get_size` and `max_chunk_get_size` to `ChangeFeedClient` to enable control over the initial size and chunk size when downloading ChangeFeed blobs.
### 12.0.0b3 (2021-11-17)
**Fixes**
- `pip install` now supports latest blob version
### 12.0.0b2 (2020-9-10)
**Breaking changes**
- Change the `continuation_token` from a dict to a str.
- `start_time`/`end_time` and `continuation_token` are mutually exclusive now.
### 12.0.0b1 (2020-07-07)
- Initial Release. Please see the README for information on the new design.
- Support for ChangeFeedClient: get change feed events by page, get all change feed events, get events in a time range
This package's
[documentation](https://learn.microsoft.com/python/api/overview/azure/storage-blob-changefeed-readme?view=azure-python-preview)
and
[samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob-changefeed/samples)
|