Libhoney

Latest version: v2.4.0

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

1.6.0

Features

- Adds debug mode for verbose logging of libhoney activities to stderr. This can be enabled by passing `debug=True` to `init`.

Improvements

- Improperly configured events now log an error rather than raise a `SendError` exception.

Deprecations

- `send_now` is deprecated, you should use `new_event` to create a new event combined with `Event.send()` to enqueue the event. `send_now` does not block the application to send events immediately, but its name had generated significant confusion.

1.5.0

Features

- Adds new, optional `FileTransmission` transmission type for outputing to a file. Defaults to stdout. [38](https://github.com/honeycombio/libhoney-py/pull/38)

1.4.0

Features

- Adds new `flush` method to instantly send all pending events to Honeycomb. [37](https://github.com/honeycombio/libhoney-py/pull/37)

1.3.3

Fixes

- Fixes a positional/keyword argument mixup in the `Client` class. [36](https://github.com/honeycombio/libhoney-py/pull/37)

1.3.2

Fixes

- `Client` class now supports `user_agent_addition` argument. [35](https://github.com/honeycombio/libhoney-py/pull/35)

1.3.0

Features

- Adds `Client` class. Previously, the libhoney library operated arounda single global state. This state is now packaged in the `Client` class, enabling multiple simultaneous configurations. The global state is now backed by a default `Client` instance.

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.