Snowplow Python Tracker v1

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

This release brings the Snowplow Python tracker out of “Early Release” and into “Maintained” status. It contains a number of new features and breaking changes including a new Event class and improved tracking API.

CHANGELOG
Features
Adds new tracking API and Event classes (#343)
Adds ability to combine tracker and event subjects (#347)

Under the hood
Makes tracker Namespace a required variable (#337)
Track function returns Event Id (#338)
Removes Redis and Celery Emitters (#335)

Bug Fixes
Fix namespace assignment in Snowplow API (#341)

Upgrading

To upgrade using pip:

pip install snowplow-tracker==1.0.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

7 Likes