Commit 155a187 Ryan Fitzpatrick
committed
1 parent 8233e87 commit 155a187 Copy full SHA for 155a187
File tree 5 files changed +17
-5
lines changed
5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This file documents important changes to the SignalFx Python client library.
4
4
5
- - [[ 1.0.19] - 2018-05-03: Dimension support in Pyformance wrapper] ( #1019---2018-05-03-dimension-support-in-pyformance-wrapper )
5
+ - [[ 1.1.0] - 2019-02-28: Expanded Detector and Incident methods] ( #110---2019-02-28-expanded-detector-and-incident-methods )
6
+ - [[ 1.0.19] - 2018-05-03: dimension support in pyformance wrapper] ( #1019---2018-05-03-dimension-support-in-pyformance-wrapper )
6
7
- [[ 1.0.18] - 2018-03-15: Compression of datapoint payloads] ( #1018---2018-03-15-compression-of-datapoint-payloads )
7
8
- [[ 1.0.17] - 2018-03-02: Support for immediate SignalFlow results] ( #1017---2018-03-02-support-for-immediate-signalflow-results )
8
9
- [[ 1.0.16] - 2017-03-24: SignalFlow streaming performance] ( #1016---2017-03-24-signalflow-streaming-performance )
@@ -18,6 +19,16 @@ This file documents important changes to the SignalFx Python client library.
18
19
- [[ 1.0.5] - 2016-09-29: Python 3 compatibility] ( #105---2016-09-29-python-3-compatibility )
19
20
- [[ 1.0.1] - 2016-06-02: Support for SignalFlow API] ( #101---2016-06-02-support-for-signalflow-api )
20
21
22
+ #### [ 1.1.0] - 2019-02-28: Expanded Detector and Incident methods
23
+
24
+ Added methods for accessing the API functionality of retrieving
25
+ Incidents, retrieving a Detector by its ID, retrieving Incidents for a
26
+ Detector by its ID, and clearing an Incident by its ID.
27
+
28
+ Also added preliminary support for ` disable_all_metric_publishes `
29
+ flag when executing SignalFlow computations and removed an unsupported
30
+ ` Property ` datapoint attribute.
31
+
21
32
#### [ 1.0.19] - 2018-05-03: Dimension support in Pyformance wrapper
22
33
23
34
This release enhances the SignalFx pyformance package and extends
Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright {yyyy} {name of copyright owner}
189
+ Copyright 2013-2014 SignalFuse, Inc.
190
+ Copyright 2015-2019 SignalFx, Inc.
190
191
191
192
Licensed under the Apache License, Version 2.0 (the "License");
192
193
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -366,4 +366,4 @@ a ``ValueError`` exception.
366
366
License
367
367
-------
368
368
369
- Apache Software License v2. Copyright © 2014-2017 SignalFx
369
+ Apache Software License v2. Copyright © 2014-2019 SignalFx
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
3
3
# Copyright (C) 2013-2014 SignalFuse, Inc. All rights reserved.
4
- # Copyright (C) 2015-2016 SignalFx, Inc. All rights reserved.
4
+ # Copyright (C) 2015-2019 SignalFx, Inc. All rights reserved.
5
5
6
6
from setuptools import setup , find_packages
7
7
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2015-2016 SignalFx, Inc. All rights reserved.
2
2
3
3
name = 'signalfx'
4
- version = '1.0.19 '
4
+ version = '1.1.0 '
5
5
6
6
user_agent = 'signalfx-python/' + version
You can’t perform that action at this time.
0 commit comments