File tree 1 file changed +18
-4
lines changed
1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [ Unreleased]
8
8
9
9
### Added
10
+
11
+ ### Changed
12
+
13
+ ### Removed
14
+
15
+ ## [ v5.2.3] - 2019-08-19
16
+
17
+ ### Added
18
+ - Add consistency param to InfluxDBClient.write_points (#643 thx @RonRothman )
19
+ - Add UDP example (#648 thx @shantanoo-desai )
20
+ - Add consistency paramter to ` write_points ` (#664 tx @RonRothman )
21
+ - The query() function now accepts a bind_params argument for parameter binding (#678 thx @clslgrnc )
10
22
- Add ` get_list_continuous_queries ` , ` drop_continuous_query ` , and ` create_continuous_query ` management methods for
11
23
continuous queries (#681 thx @lukaszdudek-silvair )
12
- - query() now accepts a bind_params argument for parameter binding ( # 678 thx @clslgrnc )
24
+ - Mutual TLS authentication ( # 702 thx @LloydW93 )
13
25
14
26
### Changed
15
- - Add consistency param to InfluxDBClient.write_points (#643 thx @RonRothman )
16
27
- Update test suite to add support for Python 3.7 and InfluxDB v1.6.4 and 1.7.4 (#692 thx @clslgrnc )
28
+ - Update supported versions of influxdb + python (#693 thx @clslgrnc )
29
+ - Fix for the line protocol issue with leading comma (#694 thx @d3banjan )
17
30
- Update classifiers tuple to list in setup.py (#697 thx @Hanaasagi )
18
- - Update documentation for empty ` delete_series ` confusion
19
- - Update tests/tutorials_pandas.py to reference ` line ` protocol, bug in ` json ` (#797 thx @Aeium )
31
+ - Update documentation for empty ` delete_series ` confusion (#699 thx @xginn8 )
32
+ - Fix newline character issue in tag value (#716 thx @syhan )
33
+ - Update tests/tutorials_pandas.py to reference ` line ` protocol, bug in ` json ` (#737 thx @Aeium )
20
34
21
35
### Removed
22
36
You can’t perform that action at this time.
0 commit comments