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
DeprecationWarningin the Python API when using deprecated functionality. - Add the following deprecations:
- Default value for
stream consumer.get_current_dataset_countproducer.set_stream_persistent
- Default value for
Edited by Tim Schoof