Skip to content

Snowplow Python Tracker v0.6.0.post1

Compare
Choose a tag to compare
@alexanderdean alexanderdean released this 14 Feb 17:25
· 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)

Documentation and build

  • Added license button to README (#126)
  • Added dedicated Vagrant setup (#127)
  • Added Vagrant push to publish tracker to PyPI (#128)