Releases: kedro-org/kedro-plugins
Releases · kedro-org/kedro-plugins
kedro-telemetry v0.2.1
What's Changed
Bug fixes and other changes
- Removed explicit
PyYAMLrequirement since it is already a dependency ofKedro
Bug fixes and other changes
kedro telemetryraising errors will no longer stopkedrorunning pipelines.- Lowered some of the log level to
DEBUG, so they will not be shown by default.
Full Changelog: kedro-airflow-0.5.0...kedro-telemetry-0.2.1
kedro-airflow v0.5.0
Release 0.5.0
- Add compatibility with kedro 0.18.0
- Add compatibility with Python 3.9 and 3.10
- Remove compatibility with Python 3.6
kedro-airflow v0.4.2
Release 0.4.2
- Drop context/session usage to fetch pipelines to support Kedro>=0.17.5.
kedro-telemetry v.0.2.0
Release 0.2.0
- Add compatibility with kedro 0.18.0
- Add compatibility with Python 3.9 and 3.10
- Remove compatibility with Python 3.6
kedro-docker v.0.3.0
Release 0.3.0
- Add compatibility with kedro 0.18.0
- Add compatibility with Python 3.9 and 3.10
- Remove compatibility with Python 3.6
kedro-telemetry v0.1.4
Release 0.1.4
Bug fixes and other changes
- If consent is provided but there's no internet connection,
kedro-telemetrywill log a warning instead of raising an error (addresses kedro-org/kedro#1289 and kedro-org/kedro#1249). - Removed
clickrequirement, defaulting instead to whateverclickversion is used bykedro.