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 also uses a new version of 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, HealthApi, ...
Add ConfigService to retrieve InfluxDB's runtime configuration
Add DebugService to retrieve debug and performance data from runtime
Add MetricsService to deal with exposed prometheus metrics
Add RemoteConnectionsService to deal with registered remote InfluxDB connections
Add ResourcesService to manage InfluxDB resources
Add ReplicationService to manage InfluxDB replications
Add ReplicationService to manage InfluxDB replications
Update TemplatesService to deal with Stack and Template API
Update RestoreService to deal with new restore functions of InfluxDB
Breaking Changes
Remove asynchronous operation based on GuzzleHttp\Message\FutureResponse