Skip to content

Releases: remram44/usagestats

0.6

16 Apr 01:31
0.6
Compare
Choose a tag to compare

Bugfixes:

  • Check environment variable again before submitting
  • Don't log full report on INFO (make that DEBUG)

0.5

05 Mar 00:16
0.5
Compare
Choose a tag to compare
0.5

Bugfixes:

  • Always use 3 digits for milliseconds in WSGI server (makes sure they are in order)

Features:

  • Introduce read_config() and write_config() methods for overloading with your app's specific config system
  • enableable and disableable now can be used to set status of buttons in an interface

0.4

05 Mar 00:14
0.4
Compare
Choose a tag to compare
0.4

Bugfixes:

  • Correctly handle prompt=None
  • Explicit ValueError if reusing already-submitted report

0.3

19 Dec 00:43
0.3
Compare
Choose a tag to compare
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)

0.2

29 Oct 01:48
Compare
Choose a tag to compare
0.2

Bugfixes:

  • Don't submit reports when disabled!
  • Show prompt

Features:

  • Reporting can be disabled by an environment variable (useful for tests)

0.1

28 Oct 19:40
0.1
Compare
Choose a tag to compare
0.1

First version. Client can submit info, WSGI server example.