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
* Breaking Change: `query()` now returns a ResultSet Object
* New InfluxDBClient.from_DSN method allows to create an InfluxDBClient from
a DSN string
* New tags parameter in `write_points` allows to write top-level tags
* Various fixes and documentation improvements