Skip to content

Releases: bugout-dev/humbug

Humbug Python library - python/v0.3.2

13 Jul 22:17
2cd74a2
Compare
Choose a tag to compare

Version refs/tags/python/v0.3.2 of the Humbug Python library

What's Changed

Full Changelog: python/v0.3.1...python/v0.3.2

Humbug Python library - v0.3.1

04 Apr 11:37
c2ac12a
Compare
Choose a tag to compare

Fix pkg_resources module not found in packages report.

Humbug Python library - v0.3.0

23 Mar 16:05
df82bb0
Compare
Choose a tag to compare

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

21 Feb 17:16
e0a1715
Compare
Choose a tag to compare

Blacklisting parameters in feature reports allow you to specify which parameters from an argument list to filter out.

Humbug Python library v0.2.7

17 Jul 23:01
69fc5a6
Compare
Choose a tag to compare

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

05 Jul 16:25
133df10
Compare
Choose a tag to compare

Removed Apache HTTP library dependency in favor of native requests.

Humbug Java library v0.0.1

30 Jun 15:40
2634564
Compare
Choose a tag to compare

Hello world! First version of the Humbug Java library.

Humbug Javascript library v0.0.5

29 Jun 17:15
0588ad2
Compare
Choose a tag to compare

Javascript error names are now reported using tags of the form error:<error_name>.

Humbug Javascript library v0.0.4

28 Jun 16:36
6a70f35
Compare
Choose a tag to compare

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

23 Jun 16:08
ed968ae
Compare
Choose a tag to compare

record_call and record_error decorators now correctly wrap their functions so that docstrings, name, etc. pass through.