Add more deprecations and raise `DeprecationWarnings` in Python API
- Add deprecation notices to the Python API docs for all deprecations mentioned in the changelog.
- Raise
DeprecationWarning
in the Python API when using deprecated functionality. - Add the following deprecations:
- Default value for
stream
consumer.get_current_dataset_count
producer.set_stream_persistent
- Default value for
Edited by Tim Schoof