Releases: bugout-dev/humbug
Releases · bugout-dev/humbug
Humbug Python library v0.1.5
Basic documentation on how to set Humbug up in a Python project.
Added yes
and no
lists to humbug.consent
. These lists contain common values for environment variables to signify positive and negative intent respectively.
Humbug Python library v0.1.4
Reporter
instances now allow publication of reports in the background. This is done using the wait
keyword argument of publish
(as well as system_report
and error_report
).
Humbug Python library v0.1.3
Added client_id
and session_id
members on the reporter. These get added as metadata to all reports.
System and error reports now include user timestamp at the top.
Humbug Python library v0.1.2
Renamed library to Humbug - Flypaper was too difficult to say. :)
Flypaper Python library v0.1.1
First working implementation of the Flypaper Python library.
Supports:
- Publishing Flypaper reports to Bugout knowledge bases
- Adding system information to Flypaper reports
- Publishing only if user has given consent to share these reports