Skip to content

Commit 5de0162

Browse files
committed
chore(CHANGELOG): update for v5.2.3 release
1 parent b9504e0 commit 5de0162

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88

99
### 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)
1022
- Add `get_list_continuous_queries`, `drop_continuous_query`, and `create_continuous_query` management methods for
1123
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)
1325

1426
### Changed
15-
- Add consistency param to InfluxDBClient.write_points (#643 thx @RonRothman)
1627
- 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)
1730
- 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)
2034

2135
### Removed
2236

0 commit comments

Comments
 (0)