Kadabra

Latest version: v0.5.0

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

Scan your dependencies

0.5.0

-------------
- Implemented BatchedReceiver
- Publishers now take a list of Metrics to publish instead of a single Metrics
object
- DefaultPublisher only emits output if the number of metrics to publish is
greater than 0
- Channel's complete method takes a list of Metrics objects to mark as complete
- Minor fixes to docs

0.4.0

-------------
- Renamed "Client" to "Kadabra"
- Renamed "Collector" to "MetricsCollector"
- Renamed "get_collector()" to "metrics()"
- Updated docs to reflect these changes

0.3.0

-------------
- Support for Python 2.6, 3.3, 3.4, 3.5, and PyPy
- Changed RedisChannel's message format, no longer uses Base64 encoding, as it
was only increasing message size (not sure why I implemented it in the first
place). This means existing installations of 0.2.0 will need to make sure
their Redis servers are empty (no in-queue or in-progress metrics) before
upgrading. Need to avoid this kind of change in the future, and potentially
version the messages themselves to prevent unhelpful crashes.

0.2.0

-------------

First public release that actually works, packaged properly.

0.1.1

-------------

First public preview release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.