Releases: remram44/usagestats
Releases · remram44/usagestats
0.6
0.5
Bugfixes:
- Always use 3 digits for milliseconds in WSGI server (makes sure they are in order)
Features:
- Introduce
read_config()
andwrite_config()
methods for overloading with your app's specific config system enableable
anddisableable
now can be used to set status of buttons in an interface
0.4
0.3
Bugfixes:
- Don't fail if
PYTHON_USAGE_STATS
is not set - Major rewrite of the enabled/disabled statuses
- Keep reports if we can't connect
- Reports 'version' argument to Stats
Features:
- Adds ssl_verify argument, for custom SSL CA
- Makes submission faster (max 5 reports at a time, 1s timeout)