Snowplow Python Tracker v0.14.0 Released

We are pleased to announce the release of the Snowplow Python Tracker v0.14.0.

This is a minor release that fixes some minor bugs in the Snowplow interface and async emitter. It also updates the Node version used in the Github Actions and adds deprecation warnings for the upcoming V1 release.

Bug Fixes:
Adds event store parameter to Snowplow interface (#320)
Adds missing parameters to async emitter (#323)

Under the hood:
Update GH actions to use Node16 (#317)
Adds deprecation warnings for V1 changes (#315)

Upgrading

To upgrade using pip:

pip install snowplow-tracker==0.14.0

Full details of how to upgrade to the latest version can be found here.

See the setup section in the documentation for more information.

On GitHub: GitHub - snowplow/snowplow-python-tracker: Snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games

On PyPI: snowplow-tracker ยท PyPI

4 Likes