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
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...
UsersService uses PostUser to create User
AuthorizationsService uses AuthorizationPostRequest to create Authorization
BucketsService uses PatchBucketRequest to update Bucket
OrganizationsService uses PostOrganizationRequest to create Organization
OrganizationsService uses PatchOrganizationRequest to update Organization
DashboardsService uses PatchDashboardRequest to update Dashboard
DeleteService is used to delete time series data instead of DefaultService