pypi influxdb-client 1.18.0

latest releases: 1.44.0, 1.43.0, 1.42.0...
3 years ago

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 uses AuthorizationPostRequest to create Authorization
  • BucketsService uses PatchBucketRequest to update Bucket
  • DashboardsService uses PatchDashboardRequest to update Dashboard
  • DeleteService is used to delete tome series date instead of DefaultService
  • DBRPs contains list of DBRP in content property
  • OrganizationsService uses PostOrganizationRequest to create Organization
  • Run contains list of LogEvent in log property
  • OrganizationsService uses PatchOrganizationRequest to update Organization
  • OnboardingResponse uses UserResponse as user property
  • ResourceMember and ResourceOwner inherits from UserResponse
  • Users contains list of UserResponse in users property
  • UsersService uses UserResponse as a response to requests

Features

  1. #237: Use kwargs to pass query parameters into API list call - useful for the ability to use pagination.
  2. #241: Add detail error message for not supported type of Point.field
  3. #238: Add possibility to specify default timezone for datetimes without tzinfo
  4. #262: Add option auth_basic to allow proxied access to InfluxDB 1.8.x compatibility API

Bug Fixes

  1. #254: Serialize numpy floats into LineProtocol

Documentation

  1. #255: Fix invalid description for env var INFLUXDB_V2_CONNECTION_POOL_MAXSIZE

API

  1. #261: Use InfluxDB OSS API definitions to generated APIs

Don't miss a new influxdb-client release

NewReleases is sending notifications on new releases.