Snowplow Python Tracker v0.6.0.post1
·
166 commits
to master
since this release
Adding new functions for passing through data from an end-client
New features
- Added set_domain_user_id method (#115)
- Added set_useragent method (#116)
- Added set_ip_address method (#117)
- Added set_network_user_id method (#118)
Bug fixes
- Started preserving unicode characters in JSONs (#123)
- Removed unnecessary whitespace from POST requests (#110)
Under the hood
- Updated contexts schema to 1-0-1 (#119)
- Started sending payload_data version 1-0-2 (#113)
- Improved logging (#109)
Testing
- Added integration tests using mocked POST requests (#122)
- Used Travis CI image for master branch in README (#125)