Skip to content

Commit

Permalink
feat: Release kedro-telemetry 0.6.1 (#860)
Browse files Browse the repository at this point in the history
* Release kedro-telemetry 0.6.1

Signed-off-by: Laura Couto <[email protected]>

* Add release notes

Signed-off-by: Laura Couto <[email protected]>

* Add additional change on release notes.

Signed-off-by: L. R. Couto <[email protected]>

---------

Signed-off-by: Laura Couto <[email protected]>
Signed-off-by: L. R. Couto <[email protected]>
  • Loading branch information
lrcouto authored Sep 30, 2024
1 parent 3fd8e33 commit ca881f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions kedro-telemetry/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Upcoming release

# Release 0.6.1
* Changed Kedro CLI loading method to improve loading times.
* Changed logging level from error to debug for most logging messages.
* Set default value for the `identity` parameter, to prevent errors due to it being empty.

# Release 0.6.0
* Moved to an opt-out model for telemetry, enabling it by default without requiring prior consent.
* Added `DO_NOT_TRACK` and `KEDRO_DISABLE_TELEMETRY` environment variables to skip telemetry.
Expand Down
2 changes: 1 addition & 1 deletion kedro-telemetry/kedro_telemetry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Kedro plugin for collecting Kedro usage data."""

__version__ = "0.6.0"
__version__ = "0.6.1"

import logging

Expand Down

0 comments on commit ca881f1

Please sign in to comment.