Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(telemetry): Release 0.4.0 #648

Merged
merged 4 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions kedro-telemetry/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Upcoming release 0.4.0
# Upcoming release

# Release 0.4.0
* Updated the plugin to generate an unique UUID for each user of `kedro-telemetry`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like we need to add more docs, we should also update the docs (maybe in README.md too). Do we now have .telemetry and telemetry.toml at the same time?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. It appears we need to revise the Kedro documentation to reflect the updated method for identifying user identity with storing it in the telemetry.toml file. I don't think that we should change README.md to save consistency.

Hashed Username: An anonymized representation of the user’s computer username.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* Added support for Python 3.12.

Expand All @@ -7,7 +9,6 @@
* Updated plugin to share if `example_pipeline` option is selected during project creation.
* Fixed the masking of the commands when commands contain words from the Kedro vocabulary.


# Release 0.3.1
* Fixed double execution of `after_catalog_created` hook by moving the logic of determining and sending of project statistics from `after_context_created` to the `after_catalog_created` hook.
* Updated the plugin to also share the tools selected during project creation with Heap.
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,3 +1,3 @@
"""Kedro plugin for collecting Kedro usage data."""

__version__ = "0.3.2"
__version__ = "0.4.0"