Releases: signalfx/signalfx-python
Releases · signalfx/signalfx-python
Version 1.1.16
- Relaxes overstrict protobuf pin to be <4.21.0. #132
Version 1.1.15
- Pin protobuf to 3.20.1 (#126)
Version 1.1.14
- Add timezone support
Version 1.1.13
- Fix issue for multi data block components
Version 1.1.12
Since 1.1.6
- Handle http reconnections properly
- Fixes for get_aws_unique_id
- Fix for get_data_link
- Fix for incorrect defaults on signalflow computations
Please don't use version's 1.1.7-1.1.11 as they contain serious bugs
Version 1.1.6
- Fix for JSON-based ingest client with Python 3.x.
Version 1.1.0
This release includes many enhancements:
- Incorporates Detector and Incident API functionality
- Adds SignalFlow computation field
- Removes unsupported datapoint attribute
- Updates documentation for multi-realm capability
Version 1.0.19
This release enhances the SignalFx pyformance
package and extends the Pyformance registry to support dimensional metadata. See README for examples and for more information on changes to the pyformance
package and how to report multi-dimensional metrics with signalfx-python
.
Version 1.0.18
This version enables HTTP compression by default, as HTTP compression is now supported by SignalFx's ingest API endpoint.
Note: if you use the https://github.com/signalfx/metricproxy in your data path, you'll need to upgrade to version 0.10.2 (or above) of the metricproxy.
Version 1.0.17
- Support for the "immediate" SignalFlow computations
- Support for accessing event metadata on events received from SignalFlow computations
- Changed default TCP timeout to 5 seconds