|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 3.0.0-beta.5 (2022-12-06) |
| 3 | +## 3.0.0-beta.5 (2022-12-08) |
4 | 4 |
|
5 | 5 | ### Features Added |
6 | 6 |
|
7 | 7 | - Added `OneTable` and `MultiTable` two data schemas. |
8 | | -- Added `topContributorCoun` in the request body for `getMultivariateBatchDetectionResult`, `detectMultivariateBatchAnomaly` and `detectMultivariateLastAnomaly`. |
| 8 | +- Added Azure Managed Identity data reader access for Azure Blob Storage. |
| 9 | +- Added `topContributorCount` in the request body for `getMultivariateBatchDetectionResult`, `detectMultivariateBatchAnomaly` and `detectMultivariateLastAnomaly`. |
9 | 10 |
|
10 | 11 | ### Breaking Changes |
11 | 12 |
|
12 | | -- Renamed `trainMultivariateModelWithResponse` to `trainMultivariateModel` |
13 | | -- Renamed `detectAnomalyWithResponse` to `detectMultivariateBatchAnomaly` |
14 | | -- Renamed `getDetectionResult` to `getMultivariateBatchDetectionResult` |
15 | | -- Renamed `listMultivariateModel` to `listMultivariateModels` |
16 | | -- Renamed `lastDetectAnomalyWithResponse` to `detectMultivariateLastAnomaly` |
17 | | -- Renamed `detectEntireSeries` to `detectUnivariateEntireSeries` |
18 | | -- Renamed `detectLastPoint` to `detectUnivariateLastPoint` |
19 | | -- Renamed `detectChangePoint` to `detectUnivariateChangePoint` |
20 | | -- Removed `exportModelWithResponse` |
| 13 | +- Renamed `Model` to `AnomalyDetectionModel`. |
| 14 | +- Renamed `DetectionRequest` to `MultivariateBatchDetectionOptions`. |
| 15 | +- Renamed `DetectionResult` to `MultivariateDetectionResult`. |
| 16 | +- Renamed `DetectionStatus` to `MultivariateBatchDetectionStatus`. |
| 17 | +- Renamed `DetectionResultSummary` to `MultivariateBatchDetectionResultSummary`. |
| 18 | +- Renamed `FillNaMethod` to `FillNAMethod`. |
| 19 | +- Renamed `LastDetectionRequest` to `MultivariateLastDetectionOptions`. |
| 20 | +- Renamed `LastDetectionResult` to `MultivariateLastDetectionResult`. |
| 21 | +- Replaced `ModelSnapshot` with `AnomalyDetectionModel` in `listMultivariateModel`. |
| 22 | +- Renamed `trainMultivariateModelWithResponse` to `trainMultivariateModel`. |
| 23 | +- Renamed `detectAnomalyWithResponse` to `detectMultivariateBatchAnomaly`. |
| 24 | +- Renamed `getDetectionResult` to `getMultivariateBatchDetectionResult`. |
| 25 | +- Renamed `listMultivariateModel` to `listMultivariateModels`. |
| 26 | +- Renamed `lastDetectAnomalyWithResponse` to `detectMultivariateLastAnomaly`. |
| 27 | +- Renamed `DetectRequest` to `UnivariateDetectionOptions`. |
| 28 | +- Renamed `EntireDetectResponse` to `UnivariateEntireDetectionResult`. |
| 29 | +- Renamed `LastDetectResponse` to `UnivariateLastDetectionResult`. |
| 30 | +- Renamed `ChangePointDetectRequest` to `UnivariateChangePointDetectionOptions`. |
| 31 | +- Renamed `ChangePointDetectResponse` to `UnivariateChangePointDetectionResult`. |
| 32 | +- Renamed `detectEntireSeries` to `detectUnivariateEntireSeries`. |
| 33 | +- Renamed `detectLastPoint` to `detectUnivariateLastPoint`. |
| 34 | +- Renamed `detectChangePoint` to `detectUnivariateChangePoint`. |
| 35 | +- Added `DataSchema` to `ModelInfo` |
| 36 | +- Removed `AnomalyDetectorError`. |
| 37 | +- Removed `AnomalyDetectorErrorCodes`. |
| 38 | +- Removed `AnomalyDetectorErrorException`. |
| 39 | +- Removed `ErrorResponseException`. |
| 40 | +- Removed `TrainMultivariateModelHeaders` in `trainMultivariateModelWithResponse`. |
| 41 | +- Removed `TrainMultivariateModelResponse` in `trainMultivariateModelWithResponse`. |
| 42 | +- Removed `DetectAnomalyHeader` in `detectAnomalyWithResponse`. |
| 43 | +- Removed `DetectAnomalyResponse` in `detectAnomalyWithResponse`. |
| 44 | +- Removed `exportModelWithResponse`. |
21 | 45 | - Removed `changedvalue` in the inference response body. |
22 | 46 | - Removed `detectingPoints` in the sync inference request body. |
23 | 47 |
|
24 | 48 |
|
25 | | - |
26 | 49 | ## 3.0.0-beta.4 (2022-01-23) |
27 | 50 |
|
28 | 51 | - Fix release issues |
|
0 commit comments