v0.2.19
Umami-Python Release Notes
Since 1d17c01 (16 commits)
π New Features
- Heartbeat Functions: Added asynchronous (
heartbeat_async) and synchronous (heartbeat)
versions of the existing heartbeat function for improved import flexibility. - Added website stats and active users functions (
website_stats,active_users) Thanks @orangethewell
π Bug Fixes
- Login Fix: Corrected the API data handling from
datatojsonin the login process. Originally, this was not a problem with the server, but it has started failing. If you have encountered login errors, this may fix it.
β‘ Performance
- Heartbeat Function Optimization: Improved the performance of the heartbeat function by
optimizing its execution flow.