Version 1.0.0
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)