Releases: kedro-org/kedro-plugins
Releases · kedro-org/kedro-plugins
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-telemetry
will log a warning instead of raising an error (addresses kedro-org/kedro#1289 and kedro-org/kedro#1249). - Removed
click
requirement, defaulting instead to whateverclick
version is used bykedro
.