Releases: influxdata/influxdb-client-python
Releases · influxdata/influxdb-client-python
1.20.0
Features
- #281:
FluxTable
,FluxColumn
andFluxRecord
objects have helpful reprs - #293:
dataframe_serializer
supports batching - #301: Add
proxy_headers
to configuration options - #306: Supports
numpy
type in serialization to Line protocol
Documentation
- #301: How to configure proxy
Bug Fixes
- #283: Set proxy server in config file
- #290:
Threshold
domain models mapping - #290:
DashboardService
responses types - #303: Backslash escaping in serialization to Line protocol
- #312: Zip structure for AWS Lambda
CI
- #299: Deploy package to Anaconda.org
1.19.0
1.18.0
Breaking Changes
This release introduces a support for new InfluxDB OSS API definitions - oss.yml. The following breaking changes are in underlying API services and doesn't affect common apis such as - WriteApi
, QueryApi
, BucketsApi
, OrganizationsApi
...
AuthorizationsService
usesAuthorizationPostRequest
to createAuthorization
BucketsService
usesPatchBucketRequest
to updateBucket
DashboardsService
usesPatchDashboardRequest
to updateDashboard
DeleteService
is used to delete tome series date instead ofDefaultService
DBRPs
contains list ofDBRP
incontent
propertyOrganizationsService
usesPostOrganizationRequest
to createOrganization
Run
contains list ofLogEvent
inlog
propertyOrganizationsService
usesPatchOrganizationRequest
to updateOrganization
OnboardingResponse
usesUserResponse
asuser
propertyResourceMember
andResourceOwner
inherits fromUserResponse
Users
contains list ofUserResponse
inusers
propertyUsersService
usesUserResponse
as a response to requests
Features
- #237: Use kwargs to pass query parameters into API list call - useful for the ability to use pagination.
- #241: Add detail error message for not supported type of
Point.field
- #238: Add possibility to specify default
timezone
for datetimes withouttzinfo
- #262: Add option
auth_basic
to allow proxied access to InfluxDB 1.8.x compatibility API
Bug Fixes
- #254: Serialize
numpy
floats into LineProtocol
Documentation
- #255: Fix invalid description for env var
INFLUXDB_V2_CONNECTION_POOL_MAXSIZE
API
- #261: Use InfluxDB OSS API definitions to generated APIs
1.17.0
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
Features
- #152: WriteApi supports generic Iterable type
- #158: Added possibility to specify certificate file path to verify the peer
API
- #151: Default port changed from 9999 -> 8086
- #156: Removed labels in organization API, removed Pkg* structure and package service
Bug Fixes
- #154: Fixed escaping string fields in DataFrame serialization