Skip to content

Releases: mikeckennedy/umami-python

v0.2.17

19 Apr 00:42
Compare
Choose a tag to compare

Adds is_logged_in() -> bool method to check whether login has been called and was successful.

v0.2.15

01 Mar 05:38
24384c8
Compare
Choose a tag to compare
  • Fixes schema change from Umami 2.9 to 2.10 on websites response
  • Includes new heartbeat function from 0.1.14 release

v0.1.14

01 Mar 04:22
Compare
Choose a tag to compare

Add heartbeat API endpoint.

v0.1.13

13 Feb 17:07
Compare
Choose a tag to compare

Support IP address in new_event and new_page_view payloads, see issue #2.

It looks like Umami added the IP data field in the payload (see umami-software/umami#2479 ). It's not clear when the feature will be released in a new build ( https://github.com/umami-software/umami/releases ). But in preparation, I added the id_address parameter to both new_event and new_page_view as well as their async twins.

This is out in version 0.1.13 and on PyPI at https://pypi.org/project/umami-analytics/0.1.13/ Thanks for the idea @ddxv

v0.1.12

27 Jan 20:48
Compare
Choose a tag to compare

Add ability to pass alternative user agent to events (but be careful, umami blocks what it perceives as bots).

v0.1.11

24 Jan 17:07
Compare
Choose a tag to compare
  • Added method: new_page_view() and new_page_view_async().
  • Dropped auth requirement for new event, it's not needed (see #1 )

v0.1.10

22 Jan 16:30
Compare
Choose a tag to compare
  • Added platform type (e.g. Windows) to user agent.
  • Added doc strings to most methods.
  • Bump the version for next release.
  • Added better validation for some functions.
  • Added custom error types for validation.

v0.1.9

21 Jan 22:23
Compare
Choose a tag to compare

First real release outside our own apps. Enjoy!