10000 adjust apis and added back previous functionality · jjneojiajun/influxdb-python@0d3d885 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d3d885

Browse files
author
Neo Jia Jun
committed
adjust apis and added back previous functionality
1 parent 2719fb0 commit 0d3d885

File tree

4 files changed

+335
-489
lines changed

4 files changed

+335
-489
lines changed

CHANGELOG.md

Lines changed: 18 additions & 329 deletions
Original file line numberDiff line numberDiff line change
@@ -6,332 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
### Added
10-
- Add mypy testing framework (#756)
11-
- Add support for messagepack (#734 thx @lovasoa)
12-
13-
### Changed
14-
- Clean up stale CI config (#755)
15-
- Add legacy client test (#752 & #318 thx @oldmantaiter & @sebito91)
16-
17-
### Removed
18-
19-
## [v5.2.3] - 2019-08-19
20-
21-
### Added
22-
- Add consistency param to InfluxDBClient.write_points (#643 thx @RonRothman)
23-
- Add UDP example (#648 thx @shantanoo-desai)
24-
- Add consistency paramter to `write_points` (#664 tx @RonRothman)
25-
- The query() function now accepts a bind_params argument for parameter binding (#678 thx @clslgrnc)
26-
- Add `get_list_continuous_queries`, `drop_continuous_query`, and `create_continuous_query` management methods for
27-
continuous queries (#681 thx @lukaszdudek-silvair)
28-
- Mutual TLS authentication (#702 thx @LloydW93)
29-
30-
### Changed
31-
- Update test suite to add support for Python 3.7 and InfluxDB v1.6.4 and 1.7.4 (#692 thx @clslgrnc)
32-
- Update supported versions of influxdb + python (#693 thx @clslgrnc)
33-
- Fix for the line protocol issue with leading comma (#694 thx @d3banjan)
34-
- Update classifiers tuple to list in setup.py (#697 thx @Hanaasagi)
35-
- Update documentation for empty `delete_series` confusion (#699 thx @xginn8)
36-
- Fix newline character issue in tag value (#716 thx @syhan)
37-
- Update tests/tutorials_pandas.py to reference `line` protocol, bug in `json` (#737 thx @Aeium)
38-
39-
### Removed
40-
41-
## [v5.2.2] - 2019-03-14
42-
### Added
43-
44-
### Changed
45-
- Fix 'TypeError: Already tz-aware' introduced with recent versions of Panda (#671, #676, thx @f4bsch @clslgrnc)
46-
47-
## [v5.2.1] - 2018-12-07
48-
### Added
49-
50-
### Changed
51-
- Pass through the "method" kwarg to DataFrameClient queries
52-
53-
### Removed
54-
55-
## [v5.2.0] - 2018-07-10
56-
### Added
57-
- Finally add a CHANGELOG.md to communicate breaking changes (#598)
58-
- Test multiple versions of InfluxDB in travis
59-
- Add SHARD DURATION parameter to retention policy create/alter
60-
### Changed
61-
- Update POST/GET requests to follow verb guidelines from InfluxDB documentation
62-
- Update test suite to support InfluxDB v1.3.9, v1.4.2, and v1.5.4
63-
- Fix performance degradation when removing NaN values via line protocol (#592)
64-
### Removed
65-
- Dropped support for Python3.4
66-
67-
## [v5.1.0] - 2018-06-26
68-
### Added
69-
- Connect to InfluxDB path running on server (#556 thx @gladhorn)
70-
- Escape measurement names in DataFrameClient (#542 thx @tzonghao)
71-
- Escape tags that end with a backslash (#537 thx @vaniakov)
72-
- Add back mistakenly-dropped database parameter (#540)
73-
- Add PyPI status to README.md
74-
### Changed
75-
- Fix bad session mount scheme (#571 thx @vaniakov)
76-
- Fixed issue with DataFrameClient calling to_datetime function (#593 thx @dragoshenron)
77-
- Escape columns in DataFrameClient for line protocol (#584 thx @dmuiruri)
78-
- Convert DataFrameClient times from int to np.int64 (#495 thx patrickhoebeke)
79-
- Updated pandas tutorial (#547 thx @techaddicted)
80-
- Explicitly set numpy version for tox (#563)
81-
### Removed
82-
- Removed UDP precision restrictions on timestamp (#557 thx @mdhausman)
83-
84-
## [v5.0.0] - 2017-11-20
85-
### Added
86-
- Add pool size parameter to client constructor (#534 thx @vaniakov)
87-
- Add ping method to client for checking connectivity (#409 thx @pmenglund)
88-
- Add retry logic & exponential backoff when a connection fails (#508)
89-
- Declare which setuptools version is required in PyPy env
90-
- Functions for drop_measurement and get_list_measurements in InfluxDBClient (#402 thx @Vic020)
91-
- Allow single string as data argument in write (#492 thx @baftek)
92-
- Support chunked queries in DataFrameClient (#439 thx @gusutabopb)
93-
- Add close method to InfluxDBClient (#465 thx @Linux-oiD)
94-
- PEP257 linting & code compliance (#473)
95-
### Changed
96-
- Fix broken tags filtering on a ResultSet (#511)
97-
- Improve retry codepath for connecting to InfluxDB (#536 thx @swails)
98-
- Clean up imports using six instead of sys.version (#536 thx @swails)
99-
- Replace references to dataframe.ix with dataframe.iloc (#528)
100-
- Improve performance of tag processing when converting DataFrameClient to line protocol (#503 thx @tzonghao)
101-
- Typo in Content-Type header (#513 thx @milancermak)
102-
- Clean up README.md formatting
103-
- Catch TypeError when casting to float to return False with objects (#475 thx @BenHewins)
104-
- Improve efficiency of tag appending in DataFrameClient when converting to line protocol (#486 thx @maxdolle)
105-
### Removed
106-
- Drop requirement for all fields in SeriesHelper (#518 thx @spott)
107-
- use_udp and udp_port are now private properties in InfluxDBClient
108-
109-
## [v4.1.1] - 2017-06-06
110-
### Added
111-
### Changed
112-
### Removed
113-
114-
## [v4.1.0] - 2017-04-12
115-
### Added
116-
### Changed
117-
### Removed
118-
119-
## [v4.0.0] - 2016-12-07
120-
### Added
121-
### Changed
122-
### Removed
123-
124-
## [v3.0.0] - 2016-06-26
125-
### Added
126-
### Changed
127-
### Removed
128-
129-
## [v2.12.0] - 2016-01-29
130-
### Added
131-
### Changed
132-
### Removed
133-
134-
## [v2.11.0] - 2016-01-11
135-
### Added
136-
### Changed
137-
### Removed
138-
139-
## [v2.10.0] - 2015-11-13
140-
### Added
141-
### Changed
142-
### Removed
143-
144-
## [v2.9.3] - 2015-10-30
145-
### Added
146-
### Changed
147-
### Removed
148-
149-
## [v2.9.2] - 2015-10-07
150-
### Added
151-
### Changed
152-
### Removed
153-
154-
## [v2.9.1] - 2015-08-30
155-
### Added
156-
### Changed
157-
### Removed
158-
159-
## [v2.9.0] - 2015-08-28
160-
### Added
161-
### Changed
162-
### Removed
163-
164-
## [v2.8.0] - 2015-08-06
165-
### Added
166-
### Changed
167-
### Removed
168-
169-
## [v2.7.3] - 2015-07-31
170-
### Added
171-
### Changed
172-
### Removed
173-
174-
## [v2.7.2] - 2015-07-31
175-
### Added
176-
### Changed
177-
### Removed
178-
179-
## [v2.7.1] - 2015-07-26
180-
### Added
181-
### Changed
182-
### Removed
183-
184-
## [v2.7.0] - 2015-07-23
185-
### Added
186-
### Changed
187-
### Removed
188-
189-
## [v2.6.0] - 2015-06-16
190-
### Added
191-
### Changed
192-
### Removed
193-
194-
## [v2.5.1] - 2015-06-15
195-
### Added
196-
### Changed
197-
### Removed
198-
199-
## [v2.5.0] - 2015-06-15
200-
### Added
201-
### Changed
202-
### Removed
203-
204-
## [v2.4.0] - 2015-06-12
205-
### Added
206-
### Changed
207-
### Removed
208-
209-
## [v2.3.0] - 2015-05-13
210-
### Added
211-
### Changed
212-
### Removed
213-
214-
## [v2.2.0] - 2015-05-05
215-
### Added
216-
### Changed
217-
### Removed
218-
219-
## [v2.1.0] - 2015-04-24
220-
### Added
221-
### Changed
222-
### Removed
223-
224-
## [v2.0.2] - 2015-04-22
225-
### Added
226-
### Changed
227-
### Removed
228-
229-
## [v2.0.1] - 2015-04-17
230-
### Added
231-
### Changed
232-
### Removed
233-
234-
## [v2.0.0] - 2015-04-17
235-
### Added
236-
### Changed
237-
### Removed
238-
239-
## [v1.0.1] - 2015-03-30
240-
### Added
241-
### Changed
242-
### Removed
243-
244-
## [v1.0.0] - 2015-03-20
245-
### Added
246-
### Changed
247-
### Removed
248-
249-
## [v0.4.1] - 2015-03-18
250-
### Added
251-
### Changed
252-
### Removed
253-
254-
## [v0.4.0] - 2015-03-17
255-
### Added
256-
### Changed
257-
### Removed
258-
259-
## [v0.3.1] - 2015-02-23
260-
### Added
261-
### Changed
262-
### Removed
263-
264-
## [v0.3.0] - 2015-02-17
265-
### Added
266-
### Changed
267-
### Removed
268-
269-
## [v0.2.0] - 2015-01-23
270-
### Added
271-
### Changed
272-
### Removed
273-
274-
## [v0.1.13] - 2014-11-12
275-
### Added
276-
### Changed
277-
### Removed
278-
279-
## [v0.1.12] - 2014-08-22
280-
### Added
281-
### Changed
282-
### Removed
283-
284-
## [v0.1.11] - 2014-06-20
285-
### Added
286-
### Changed
287-
### Removed
288-
289-
## [v0.1.10] - 2014-06-09
290-
### Added
291-
### Changed
292-
### Removed
293-
294-
## [v0.1.9] - 2014-06-06
295-
### Added
296-
### Changed
297-
### Removed
298-
299-
## [v0.1.8] - 2014-06-06
300-
### Added
301-
### Changed
302-
### Removed
303-
304-
## [v0.1.7] - 2014-05-21
305-
### Added
306-
### Changed
307-
### Removed
308-
309-
## [v0.1.6] - 2014-04-02
310-
### Added
311-
### Changed
312-
### Removed
313-
314-
## [v0.1.5] - 2014-03-25
315-
### Added
316-
### Changed
317-
### Removed
318-
319-
## [v0.1.4] - 2014-03-03
320-
### Added
321-
### Changed
322-
### Removed
323-
324-
## [v0.1.3] - 2014-02-11
325-
### Added
326-
### Changed
327-
### Removed
328-
329-
## [v0.1.2] - 2013-12-09
330-
### Added
331-
### Changed
332-
### Removed
333-
334-
## [v0.1.1] - 2013-11-14
335-
### Added
336-
### Changed
337-
### Removed
9+
## [v1.1.0]
10+
- Re-added the main functions for influxdb
11+
- Adjusted the name for the functions to add relay in front for clarity
12+
13+
## [v1.0.0]
14+
- Forked code from the main repository 'https://github.com/influxdata/influxdb-python'
15+
- Created the admin_request function
16+
- Edited these functions from the main repository client files:
17+
1. create_database
18+
2. drop_database
19+
3. create_retention_policy
20+
4. alter_retention_policy
21+
5. drop_measurement
22+
6. create_user
23+
7. grant_admin_privileges
24+
8. create_continuous_query
25+
9. drop_continuous_query
26+

0 commit comments

Comments
 (0)
0