Skip to content

v0.2.19

Choose a tag to compare

@mikeckennedy mikeckennedy released this 31 May 06:05
· 60 commits to main since this release

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 data to json in 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.