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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 2.4.0 [unreleased]
1
+
## 3.0.0 [unreleased]
2
2
3
3
### Breaking Changes
4
4
@@ -7,6 +7,25 @@
7
7
The `micrometer` v1.7.0 brings [support](https://github.com/micrometer-metrics/micrometer/issues/1974) for InfluxDB 2.
8
8
That is a reason why the [influxdb-spring](./spring) no longer needs provide a custom Micrometer metrics exporter.
9
9
Now you are able to use `micrometer-registry-influx`, for more info [see our docs](./spring/README.md#actuator-for-influxdb2-micrometer-registry).
10
+
11
+
#### Management API
12
+
This release introduces a support for new InfluxDB OSS API definitions - [oss.yml](https://github.com/influxdata/openapi/blob/master/contracts/oss.yml). The following breaking changes are in underlying API services and doesn't affect common apis such as - `WriteApi`, `QueryApi`, `BucketsApi`, `OrganizationsApi`...
13
+
14
+
-`UsersService` uses `PostUser` to create `User`
15
+
-`AuthorizationsService` uses `AuthorizationPostRequest` to create `Authorization`
16
+
-`BucketsService` uses `PatchBucketRequest` to update `Bucket`
17
+
-`OrganizationsService` uses `PostOrganizationRequest` to create `Organization`
18
+
-`OrganizationsService` uses `PatchOrganizationRequest` to update `Organization`
19
+
-`DashboardsService` uses `PatchDashboardRequest` to update `Dashboard`
20
+
-`DeleteService` is used to delete time series data instead of `DefaultService`
21
+
-`Run` contains list of `LogEvent` in `Log` property
22
+
-`DBRPs` contains list of `DBRP` in `Content` property
23
+
-`DbrPsService` uses `DBRPCreate` to create `DBRP`
0 commit comments