|
1 | 1 | # Splunk Cloud SDK for Go Changelog
|
2 | 2 |
|
3 | 3 | ## Version 1.12.0-beta.7
|
4 |
| -#### Breaking Changes |
5 |
| -* `Catalog service`: |
6 |
| - * Apis whose name ends with `ById` have changed by removing `ById` in the name , and apis whose name ends with `ByResourceName` have changed by removing `ByResourceName` in the name. In details, the following apis' names have changed: |
7 |
| - * CreateActionForRuleById -> CreateActionForRule |
8 |
| - * CreateAnnotationForDashboardbyId -> CreateAnnotationForDashboard |
9 |
| - * CreateAnnotationForDatasetById -> CreateAnnotationForDataset |
10 |
| - * CreateDatasetImportById -> CreateDatasetImport |
11 |
| - * CreateFieldForDatasetById -> CreateFieldForDataset |
12 |
| - * DeleteActionByIdForRuleById -> DeleteActionByIdForRule |
13 |
| - * DeleteAnnotationOfDashboardById -> DeleteAnnotationOfDashboard |
14 |
| - * DeleteAnnotationOfDatasetByResourceName -> DeleteAnnotationOfDataset |
15 |
| - * DeleteDashboardByResourceName -> DeleteDashboard |
16 |
| - * DeleteDatasetById -> DeleteDataset |
17 |
| - * DeleteFieldByIdForDatasetById -> DeleteFieldByIdForDataset |
18 |
| - * DeleteRuleById -> DeleteRule |
19 |
| - * GetActionByIdForRuleById -> GetActionByIdForRule |
20 |
| - * GetDashboardByResourceName -> GetDashboard |
21 |
| - * GetDatasetById -> GetDataset |
22 |
| - * GetFieldByIdForDatasetById -> GetFieldByIdForDataset |
23 |
| - * GetRuleById -> GetRule |
24 |
| - * ListActionsForRuleById -> ListActionsForRule |
25 |
| - * ListAnnotationsForDashboardById -> ListAnnotationsForDashboard |
26 |
| - * ListAnnotationsForDatasetByResourceName -> ListAnnotationsForDataset |
27 |
| - * ListFieldsForDatasetById -> ListFieldsForDataset |
28 |
| - * UpdateActionByIdForRuleById -> UpdateActionByIdForRule |
29 |
| - * UpdateDashboardByResourceName -> UpdateDashboard |
30 |
| - * UpdateDatasetById -> UpdateDataset |
31 |
| - * UpdateRuleById -> UpdateRule |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - * Apis of `CreateAnnotationForDashboardsByResourceName`, `CreateDatasetImportByIdv1`, `CreateWorkflow`, `CreateWorkflowBuild`, `CreateWorkflowRun`, `DeleteWorkflowBuildById`, `DeleteWorkflowById`, `GetWorkflowBuildById`, `GetWorkflowRunById`, `ListWorkflows`, `UpdateWorkflowBuildById` were removed |
36 |
| - |
37 |
| -* `Seach service`: `RefreshFederatedConnection()` and `TestFederatedConnection()` removed input parameter of `body` |
38 |
| - |
39 |
| -#### Non-Breaking Changes |
40 |
| -* New apis in `identity service`: `GetEntitlements`, `UpdateEntitlements` |
41 |
| -* New apis in `search sevice`: `CreateDataset`,`DeleteDatasetById`, `GetDatasetById`, `ListDatasets`, `GetAllFederatedConnections` |
42 |
| - |
43 |
| -#### Features |
44 |
| - |
45 |
| -## SCloud v8.0.0-beta.6 |
46 |
| - |
47 |
| -#### Breaking Changes |
48 |
| -* Catalog: |
49 |
| - * Commands end with `by-id` has been changed by removing the `by-id` postfix |
50 |
| - * Commands end with `by-resource-name` has been changed by removing the `by-resource-name` postfix |
51 |
| - * Comands on workflow have been removed |
52 |
| - |
53 |
| -#### Non-Breaking Changes |
54 |
| -* New identity commands: `get-entitlements`, `update-entitlements` |
| 4 | +#### Breaking Changes |
| 5 | +* `Catalog service`: |
| 6 | + * Apis whose name ends with `ById` have changed by removing `ById` in the name , and apis whose name ends with `ByResourceName` have changed by removing `ByResourceName` in the name. In details, the following apis' names have changed: |
| 7 | + * CreateActionForRuleById -> CreateActionForRule |
| 8 | + * CreateAnnotationForDashboardbyId -> CreateAnnotationForDashboard |
| 9 | + * CreateAnnotationForDatasetById -> CreateAnnotationForDataset |
| 10 | + * CreateDatasetImportById -> CreateDatasetImport |
| 11 | + * CreateFieldForDatasetById -> CreateFieldForDataset |
| 12 | + * DeleteActionByIdForRuleById -> DeleteActionByIdForRule |
| 13 | + * DeleteAnnotationOfDashboardById -> DeleteAnnotationOfDashboard |
| 14 | + * DeleteAnnotationOfDatasetByResourceName -> DeleteAnnotationOfDataset |
| 15 | + * DeleteDashboardByResourceName -> DeleteDashboard |
| 16 | + * DeleteDatasetById -> DeleteDataset |
| 17 | + * DeleteFieldByIdForDatasetById -> DeleteFieldByIdForDataset |
| 18 | + * DeleteRuleById -> DeleteRule |
| 19 | + * GetActionByIdForRuleById -> GetActionByIdForRule |
| 20 | + * GetDashboardByResourceName -> GetDashboard |
| 21 | + * GetDatasetById -> GetDataset |
| 22 | + * GetFieldByIdForDatasetById -> GetFieldByIdForDataset |
| 23 | + * GetRuleById -> GetRule |
| 24 | + * ListActionsForRuleById -> ListActionsForRule |
| 25 | + * ListAnnotationsForDashboardById -> ListAnnotationsForDashboard |
| 26 | + * ListAnnotationsForDatasetByResourceName -> ListAnnotationsForDataset |
| 27 | + * ListFieldsForDatasetById -> ListFieldsForDataset |
| 28 | + * UpdateActionByIdForRuleById -> UpdateActionByIdForRule |
| 29 | + * UpdateDashboardByResourceName -> UpdateDashboard |
| 30 | + * UpdateDatasetById -> UpdateDataset |
| 31 | + * UpdateRuleById -> UpdateRule |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + * Apis of `CreateAnnotationForDashboardsByResourceName`, `CreateDatasetImportByIdv1`, `CreateWorkflow`, `CreateWorkflowBuild`, `CreateWorkflowRun`, `DeleteWorkflowBuildById`, `DeleteWorkflowById`, `GetWorkflowBuildById`, `GetWorkflowRunById`, `ListWorkflows`, `UpdateWorkflowBuildById` were removed |
| 36 | + |
| 37 | +* `Seach service`: `RefreshFederatedConnection()` and `TestFederatedConnection()` removed input parameter of `body` |
| 38 | + |
| 39 | +#### Non-Breaking Changes |
| 40 | +* New apis in `identity service`: `GetEntitlements`, `UpdateEntitlements` |
| 41 | +* New apis in `search sevice`: `CreateDataset`,`DeleteDatasetById`, `GetDatasetById`, `ListDatasets`, `GetAllFederatedConnections` |
| 42 | + |
| 43 | +#### Features |
| 44 | + |
| 45 | +## SCloud v8.0.0-beta.7 |
| 46 | + |
| 47 | +#### Breaking Changes |
| 48 | +* Catalog: |
| 49 | + * Commands end with `by-id` has been changed by removing the `by-id` postfix |
| 50 | + * Commands end with `by-resource-name` has been changed by removing the `by-resource-name` postfix |
| 51 | + * Comands on workflow have been removed |
| 52 | + |
| 53 | +#### Non-Breaking Changes |
| 54 | +* New identity commands: `get-entitlements`, `update-entitlements` |
55 | 55 | * New search commands: `create-dataset`,`delete-dataset-by-id`, `get-all-federated-connections`, `get-dataset-by-id`, `list-datasets`
|
56 | 56 |
|
57 | 57 | ## Version 1.12.0-beta.6
|
58 |
| -#### Breaking Changes |
59 |
| -* Identity `IdentityProviderConfigBody` model removed field: `Kind` |
60 |
| - |
61 |
| -#### Non-Breaking Changes |
62 |
| -* Identity new APIs: `CreateSamlClient`, `DeleteSamlClient`, `GetSamlClient`, `ListSamlClients`, `UpdateSamlClient` |
63 |
| -* Search new APIs: `CreateFederatedConnection`, `DeleteFederatedConnection`, `GetFederatedConnectionByName`, `PutFederatedConnectionByName`, `RefreshFederatedConnection`, `TestFederatedConnection` |
64 |
| - |
65 |
| -#### Features |
66 |
| -* `idp` package error messaging improved to provide url and requestId information for improved debugging. |
67 |
| - |
68 |
| -## SCloud v8.0.0-beta.6 |
69 |
| - |
70 |
| -#### Breaking Changes |
71 |
| -* Identity `create-identity-provider` removed param: `kind` |
72 |
| - |
73 |
| -#### Non-Breaking Changes |
74 |
| -* New identity commands: `create-saml-client`, `delete-saml-client`, `get-saml-client`, `list-saml-clients`, `update-saml-client` |
75 |
| -* Identity `create-identity-provider` command new params: `enabled-jit`, `groups` |
76 |
| -* New search commands: `create-federated-connection`, `delete-federated-connection`, `get-federated-connection-by-name`, `put-federated-connection-by-name`, `refresh-federated-connection`, `test-federated-connection` |
77 |
| -* Streams `upgrade-pipeline` command new param: `validate-save-point` |
78 |
| -* Streams `compile` command now accepts standard SPL format for file input, fix earlier issue where quotes and newlines were required for JSON formatting |
79 |
| -* Forwarders `add-certificate` command now accepts standard PEM file format, fix earlier issue where quotes and newlines were required for JSON formatting |
80 |
| - |
81 |
| -#### Features |
| 58 | +#### Breaking Changes |
| 59 | +* Identity `IdentityProviderConfigBody` model removed field: `Kind` |
| 60 | + |
| 61 | +#### Non-Breaking Changes |
| 62 | +* Identity new APIs: `CreateSamlClient`, `DeleteSamlClient`, `GetSamlClient`, `ListSamlClients`, `UpdateSamlClient` |
| 63 | +* Search new APIs: `CreateFederatedConnection`, `DeleteFederatedConnection`, `GetFederatedConnectionByName`, `PutFederatedConnectionByName`, `RefreshFederatedConnection`, `TestFederatedConnection` |
| 64 | + |
| 65 | +#### Features |
| 66 | +* `idp` package error messaging improved to provide url and requestId information for improved debugging. |
| 67 | + |
| 68 | +## SCloud v8.0.0-beta.6 |
| 69 | + |
| 70 | +#### Breaking Changes |
| 71 | +* Identity `create-identity-provider` removed param: `kind` |
| 72 | + |
| 73 | +#### Non-Breaking Changes |
| 74 | +* New identity commands: `create-saml-client`, `delete-saml-client`, `get-saml-client`, `list-saml-clients`, `update-saml-client` |
| 75 | +* Identity `create-identity-provider` command new params: `enabled-jit`, `groups` |
| 76 | +* New search commands: `create-federated-connection`, `delete-federated-connection`, `get-federated-connection-by-name`, `put-federated-connection-by-name`, `refresh-federated-connection`, `test-federated-connection` |
| 77 | +* Streams `upgrade-pipeline` command new param: `validate-save-point` |
| 78 | +* Streams `compile` command now accepts standard SPL format for file input, fix earlier issue where quotes and newlines were required for JSON formatting |
| 79 | +* Forwarders `add-certificate` command now accepts standard PEM file format, fix earlier issue where quotes and newlines were required for JSON formatting |
| 80 | + |
| 81 | +#### Features |
82 | 82 | * scloud login command improved to provide url and requestId information for improved debugging. Use `scloud login --logtostderr` for more detailed debugging information.
|
83 | 83 |
|
84 | 84 | ## Version 1.12.0-beta.5
|
|
0 commit comments