File tree 1 file changed +22
-2
lines changed
1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
29
29
30
30
## [ v5.0.0] - 2017-11-20
31
31
### Added
32
- ### Changed
33
- ### Removed
32
+ - Add pool size parameter to client constructor (#534 thx @vaniakov )
33
+ - Add ping method to client for checking connectivity (#409 thx @pmenglund )
34
+ - Add retry logic & exponential backoff when a connection fails (#508 )
35
+ - Declare which setuptools version is required in PyPy env
36
+ - Functions for drop_measurement and get_list_measurements in InfluxDBClient (#402 thx @Vic020 )
37
+ - Allow single string as data argument in write (#492 thx @baftek )
38
+ - Support chunked queries in DataFrameClient (#439 thx @gusutabopb )
39
+ - Add close method to InfluxDBClient (#465 thx @Linux-oiD )
40
+ - PEP257 linting & code compliance (#473 )
41
+ ### Changed
42
+ - Fix broken tags filtering on a ResultSet (#511 )
43
+ - Improve retry codepath for connecting to InfluxDB (#536 thx @swails )
44
+ - Clean up imports using six instead of sys.version (#536 thx @swails )
45
+ - Replace references to dataframe.ix with dataframe.iloc (#528 )
46
+ - Improve performance of tag processing when converting DataFrameClient to line protocol (#503 thx @tzonghao )
47
+ - Typo in Content-Type header (#513 thx @milancermak )
48
+ - Clean up README.md formatting
49
+ - Catch TypeError when casting to float to return False with objects (#475 thx @BenHewins )
50
+ - Improve efficiency of tag appending in DataFrameClient when converting to line protocol (#486 thx @maxdolle )
51
+ ### Removed
52
+ - Drop requirement for all fields in SeriesHelper (#518 thx @spott )
53
+ - use_udp and udp_port are now private properties in InfluxDBClient
34
54
35
55
## [ v4.1.1] - 2017-06-06
36
56
### Added
You can’t perform that action at this time.
0 commit comments