snowplow / snowplow-python-tracker

Snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games
Apache License 2.0
43 stars 67 forks source link

Release/1.0.0 #349

Closed Jack-Keene closed 1 year ago

Jack-Keene commented 1 year ago

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)

coveralls commented 1 year ago

Coverage Status

coverage: 95.946% (+1.3%) from 94.604% when pulling d4fd76b3f1c6dbde2e37f1db6508d1d7a3bb151d on release/1.0.0 into 033c7802be90467daa9588bc8d2b76a03cb9e01d on master.