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/0.14.0 #328

Closed Jack-Keene closed 1 year ago

Jack-Keene commented 1 year ago

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.

CHANGELOG 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)

coveralls commented 1 year ago

Coverage Status

Coverage: 94.624% (-0.02%) from 94.646% when pulling b04e35a301900464cc2246e886a4a58c2eea7f6e on release/0.14.0 into e962e8352fb5243e9a0f196340a522cf6148993a on master.

matus-tomlein commented 1 year ago

Also it's not a patch but a minor release (see the PR description)