Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Breaking Changes

1. [#217](https://github.com/InfluxCommunity/influxdb3-python/pull/217): Makes the writing API simpler and more consistent with other v3 clients.
1. [#217](https://github.com/InfluxCommunity/influxdb3-python/pull/217), [#237](https://github.com/InfluxCommunity/influxdb3-python/pull/237): Makes the writing API simpler and more consistent with other v3 clients.
Comment thread
karel-rehor marked this conversation as resolved.
Outdated
- Removes unused `InfluxLoggingHandler` class.
- `WriteApi` now handles all functions to write to InfluxDB.
- The following internal classes have been removed:
Expand All @@ -21,6 +21,7 @@
- The following internal classes have been refactored:
- `write_client._sync.RestClient` - this class is now responsible for low-level handling of transport requests. End users should not need to use it directly.
- `write_client.client.WriteApi` - all internal settings needed for writing are now encapsulated within this Api.
- Further simplifies the `WriteApi` request path by constructing v2/v3 requests directly through `RestClient`, while preserving existing write behavior.
- Refactors Multiprocessing helper class.
- __Migration Guidance__
- `InfluxDBClient3` constructor now has additional parameters for configuring the internal `WriteApi` and `RestClient`.
Expand Down
Loading
Loading