Releases: influxdata/influxdb-client-python
Releases · influxdata/influxdb-client-python
1.21.0
Features
- #319: Add supports for array expressions in query parameters
- #320: Add JSONEncoder to encode query results to JSON
- #317:
delete_api
also acceptdatetime
as a value forstart
andstop
Bug Fixes
- #321: Fixes return type for dashboard when
include=properties
is used
CI
- #327: Switch to next-gen CircleCI's convenience images
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