Releases: bugout-dev/humbug
Humbug Python library - python/v0.3.2
Version refs/tags/python/v0.3.2 of the Humbug Python library
What's Changed
- Python 3.10 compatibility by @zomglings in #102
Full Changelog: python/v0.3.1...python/v0.3.2
Humbug Python library - v0.3.1
Fix pkg_resources module not found in packages report.
Humbug Python library - v0.3.0
Extend report functionality.
We add a new method called metric_report to HumbugReporter that collects various metrics such as CPU usage, GPU usage, RAM usage, and so on. This method will return the collected metrics as a bugout entry.
You can push it to bugout or use it locally.
Humbug Python library - v0.2.8
Blacklisting parameters in feature reports allow you to specify which parameters from an argument list to filter out.
Humbug Python library v0.2.7
Fixes error when importing HumbugReporter
in Python 3.6 environments.
The issue was caused by the fact that dataclasses
was only introduces as a standard package in Python 3.7. We fixed the issue by conditionally installing the dataclasses
backport when the Python version is 3.6.
Humbug Java library v0.0.2
Removed Apache HTTP library dependency in favor of native requests.
Humbug Java library v0.0.1
Hello world! First version of the Humbug Java library.
Humbug Javascript library v0.0.5
Javascript error names are now reported using tags of the form error:<error_name>
.
Humbug Javascript library v0.0.4
Consent flow of Javascript library now matches the flow of the Python library - consent is calculated at reporting time, every time!
Also removed package-lock.json from git, as is appropriate for a library like this.
Added documentation for various methods.
Humbug Python library v0.2.6
record_call
and record_error
decorators now correctly wrap their functions so that docstrings, name, etc. pass through.