Breaking changes
- #173 Removed previously deprecated API.
- #174 Removed orgs labels API cause it has been removed from the server API
- #175 Removed WriteAPI.Close() as it's managed by client
Features
- #165 Allow overriding the http.Client for the http.Service.
- #179 Unifying retry strategy among InfluxDB 2 clients: added exponential backoff.
- #180 Provided public logger API to enable overriding logging. It is also possible to disable logging.
- #181 Exposed HTTP service to allow custom server API calls. Added example.
Bug fixes
- #175 Fixed WriteAPIs management. Keeping a single instance for each org and bucket pair.
Documentation
- #185 DeleteAPI and sample WriteAPIBlocking wrapper for implicit batching