Releases: signalfx/signalfx-python
Releases · signalfx/signalfx-python
Version 1.0.16
Support for (and request) compressed SignalFlow WebSocket messages. Improves streaming performance on large outputs by reducing the bandwidth requirements.
Version 1.0.15
Adds support for the detector preflight API.
Version 1.0.14
Context managers for all three sub-clients and SignalFlow client bug fix when receiving data from a program with multiple published streams.
Version 1.0.13
Detector API features:
- support for the
/v2/detector/validate
endpoint; - support for searching for detectors by tag via
/v2/detector?tags=...
Version 1.0.12
Adds support for SignalFlow v2 detector APIs to the REST client.
Version 1.0.11
Put safeguards in place against large values not handled by ProtocolBuffers.
Version 1.0.10
Add support for unicode event properties
Version 1.0.9
Fix the background sending thread to always fully drain the queue before exiting.
Version 1.0.8
Exposing the EventTimeSeries ID field in events received from SignalFlow computations.
Version 1.0.7
Fixes for Python 3 compatibility.