Snowplow Python Tracker v1.0.3

This release brings a couple of nice improvements to fans of types and documentation. We’ve done a bit of housekeeping to update type hints throughout the project, as we now expose our typing information to users of the tracker. Anyone using MyPy (or similar) will now get some nice type hints while working with the tracker.

Bug fixes

  • Fix docs action (close #367)
  • Fix PagePing, PageView, and StructuredEvent property getters (close #361)

Improvements

  • Update on_success docstring (close #358)
  • Add py.typed to package (close #360) (Thanks to @edgarrmondragon)
  • Update typing (#364)
2 Likes