You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
1.[#562](https://github.com/influxdata/influxdb-client-python/pull/562): Use `ThreadPoolScheduler` for `WriteApi`'s batch subject instead of `TimeoutScheduler` to prevent creating unnecessary threads repeatedly
8
8
1.[#631](https://github.com/influxdata/influxdb-client-python/pull/631): Logging HTTP requests without query parameters
9
9
10
+
### Documentation
11
+
1.[#635](https://github.com/influxdata/influxdb-client-python/pull/635): Fix render `README.rst` at GitHub
Copy file name to clipboardexpand all lines: README.rst
+11-11
Original file line number
Diff line number
Diff line change
@@ -626,7 +626,7 @@ Queries
626
626
The result retrieved by `QueryApi <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/query_api.py>`_ could be formatted as a:
627
627
628
628
1. Flux data structure: `FluxTable <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/flux_table.py#L5>`_, `FluxColumn <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/flux_table.py#L22>`_ and `FluxRecord <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/flux_table.py#L31>`_
629
-
2. :class:`~influxdb_client.client.flux_table.CSVIterator` which will iterate over CSV lines
629
+
2. :code:`influxdb_client.client.flux_table.CSVIterator` which will iterate over CSV lines
0 commit comments