Version 0.15.0
We are pleased to announce the release of the Snowplow Python Tracker v0.15.0.
This release adds the option to parse a Session object to the emitter allowing users to pool connections increasing efficiency of the tracker under heavy usage. It also adds an example Redis app in preparation for the removal of the Redis emitter in V1.
CHANGELOG
New Features:
Use Requests session for sending events (#221)
Add Redis example app (#322 )